Simulate incoming sms with out a modem.

Simulate incoming sms with out a modem. SearchSearch
Author Message
Yosi Oren
New member
Username: Nabulaer

Post Number: 5
Registered: 12-2004
Posted on Tuesday, March 01, 2005 - 08:32 am:   

Hi,
how can I simulate incoming message for now sms to process 2-way comand to execute.
If I conect with now sms using smpp from anohter now sms then the message get routed out and not processed. only when I send the message to the modem number then I get the now sms proccessing it as inbound.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4133
Registered: 10-2002
Posted on Tuesday, March 01, 2005 - 09:06 pm:   

Hi,

It's not easy to simulate this, because you can't submit a message from the NowSMS web interface that gets routed directly to a 2-way command.

But you can manually create a file in the SMS-IN directory. Give the file a ".IN" file extension.

And include the following content:

[SMS-IN]
Sender=PhoneNumberOfSender
PhoneNumber=RecipientPhoneNumber
Data=Text Of Message

Or, if you need to send in a binary message, put:

Data=BINARYDATAHEXSTRING
UDH=BINARYDATAHEXSTRING
DCS=HEXDCSVALUE
Binary=1

Anonymous
 
Posted on Saturday, March 05, 2005 - 11:06 am:   

Hi,

I had the same problem but the solution does not work. Instead of being processed, the message is added to the Q/ folder with a .req extension.