Ibound message not working

Ibound message not working SearchSearch
Author Message
shimriw
New member
Username: Shimriw

Post Number: 1
Registered: 01-2010
Posted on Saturday, March 06, 2010 - 08:10 am:   

Hi,
I am using the nowSMS lite trial version
When receiving an inbound SMS I am runnin ga short EXE that writes to a log the in message
I am writing two parameters: @@SENDER@@ @@SMS@@
I am getting the correct SENDER number, but the SMS is empty (the message is not empty , and I can see the text clearly in the "VIEW"...
Wehn I switrch the order, I again get an empty message and I get the right correct number, so I don't think it is a syntax error on my behalf...

THANKS!!!
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1914
Registered: 08-2008
Posted on Saturday, March 06, 2010 - 01:46 pm:   

Hi,

Use @@FULLSMS@@ instead of @@SMS@@.

It is a little confusing ...

@@SMSPREFIX@@ contains the first word of the SMS.
@@SMS@@ contains everything after the first word of the SMS.
@@FULLSMS@@ contains all of the text of the SMS.

--
Des
NowSMS Support
shimriw
New member
Username: Shimriw

Post Number: 2
Registered: 01-2010
Posted on Saturday, March 06, 2010 - 02:03 pm:   

Actually, I changed it to @@FULLSMS@@ and it worked...