Routing Received SMS from SMPP To My Own HTTP

Routing Received SMS from SMPP To My Own HTTP SearchSearch
Author Message
Realbitt Co.
New member
Username: Realbitt

Post Number: 1
Registered: 04-2012
Posted on Thursday, April 26, 2012 - 02:02 pm:   

hi ,,,

in simple words i have nowsms As SMPP Server and my client can connect easily to my server though SMPP Client but i want to route this message from SMPP Server To My own HTTP Link like (www.smsweb.com/sendsms.aspx?username=xx&password=xxx&mobile=xxx&sender=xxx&msg=x xx
and these parameters from received message .
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3927
Registered: 08-2008
Posted on Thursday, April 26, 2012 - 05:02 pm:   

Hi,

You want to define an HTTP SMSC connection. That is an outbound link to an HTTP based service. (See http://www.nowsms.com/doc/configuring-smsc-connections/http-smsc)

SMPP clients submit messages, and those messages are queued for outbound delivery to the defined SMSC connections.

--
Des
NowSMS Support
Realbitt Co.
New member
Username: Realbitt

Post Number: 2
Registered: 04-2012
Posted on Saturday, April 28, 2012 - 11:41 am:   

thanks Des , it works very nice , another question in case i have many SMSC Connections, how i do route specified user messages to specified SMSC Connection ?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3948
Registered: 08-2008
Posted on Wednesday, May 02, 2012 - 09:14 pm:   

Hi,

Apologies for missing your follow-up question.

It depends on your configuration specifics.

Does each SMPP client have a separate outbound HTTP? What is different about it?

Is it that you want to pass a username/password specific to that account?

There are @@SubmitUser@@ and @@SubmitPassword@@ variables in the HTTP URL for this type of scenario, so that you do not have to define a separate HTTP template for each SMPP client.

--
Des
NowSMS Support
Realbitt Co.
New member
Username: Realbitt

Post Number: 3
Registered: 04-2012
Posted on Thursday, May 17, 2012 - 06:06 pm:   

thanks Des ,,,

that is exact what i need, very clever solution.

thanks a lot .