SMS Application development

SMS Application development SearchSearch
Author Message
nauman Murtaza
Posted on Thursday, August 07, 2003 - 11:05 am:   

i have to develop an application to send ringtones and logos from a database in binary formats. For this i have a premium SMS short code like "1212" from my SMSC where user can send me the code for ringtones/logos then i have to read that code from the incoming SMS and end the contents from my database. I m planning to write the scripts in ASP to send contents in a SMS back to users. Can you guide me how the things will work with this gateway. I have SMPP account from my SMSC and will be using SMPP to send & recieve messages.
Bryce Norwood - NowSMS Support
Posted on Thursday, August 07, 2003 - 04:09 pm:   

Hi,

Basically you'd configure a receive command on the "2-way" page of the NowSMS configuration dialog to process received messages. Define the command prefix as "*" (wildcard to indicate all messages), and you can define an http:// address for the command to execute, so that your ASP script is called for every received message.

To reply to an inbound message with a binary message, you set a redirect URL as the response when processing the message. This URL link has some information on using a redirect URL as a response to a 2-way command:

http://www.nowsms.com/support/bulletins/tb-nowsms-003.htm