SMS Routing

SMS Routing SearchSearch
Author Message
Oren Gozlan
New member
Username: Orengozlan

Post Number: 4
Registered: 07-2009
Posted on Wednesday, February 03, 2010 - 10:04 am:   

Hi,

New at SMS stuff here ... need some help.
I'm trying to build the nowsms as SMS proxy.

1. I have a GSM modem which recives the SMS from my device
2. I have an SMPP connection (in the SMSC conf)

now the question .. how do I route all incoming SMS to the GSM phone to be sent directly via the SMPP link?

Thnx,
Oren
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1742
Registered: 08-2008
Posted on Wednesday, February 03, 2010 - 02:31 pm:   

Hi Oren,

This is a little complicated, because you can't just configure it as a simple proxy in this scenario. You need to perform some processing on the message in order to queue it out via SMPP ... at the very least, who is it going to be sent to?

If your needs are simple, you just want to take the received message and forward it back out, then here are some links with helpful examples:

http://support.nowsms.com/discus/messages/1/7944.html

http://support.nowsms.com/discus/messages/485/20322.html

The basic idea is that you define a 2-way command to process the received message. That 2-way command is an HTTP URL that resubmits the message back to NowSMS.

If your needs are more complex, instead of using a NowSMS URL as the 2-way command, you can define your own URL or script ... and your script can perform additional processing, and if it needs to send messages, it can initiate HTTP connections back to NowSMS for sending messages.

--
Des
NowSMS Support