Executable file

Executable file SearchSearch
Author Message
devendra976
Unregistered guest
Posted on Wednesday, February 18, 2004 - 07:53 am:   

Hi,

How to call the nowsms gateway in the executable file. so i can accept the request from GSM modem.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1891
Registered: 10-2002
Posted on Wednesday, February 18, 2004 - 04:45 pm:   

Hi,

For receiving new SMS messages, you can either configure an executable command in the "2-way" command table, as described here:

http://www.nowsms.com/documentation/ProductDocumentation/2_way_sms_support.htm

... where NowSMS calls your program, and passes it command line parameters with details about the received message.

Or, you can scan the SMS-IN subdirectory for *.SMS files, which represent received messages that are not processed by any defined "2-way" commands.

For submitting messages to NowSMS, we do expect HTTP to be used. But for simple text messages, I did describe a file based interface that could be used ... it is in the 4th message of the following discussion board thread:

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


-bn