Problem with smsin

Problem with smsin SearchSearch
Author Message
massi massi
New member
Username: Massi

Post Number: 6
Registered: 12-2005
Posted on Friday, January 19, 2007 - 09:54 am:   

Hello
I test Nowsms 2006 with the latest patch and when we receive a message he execute 2-way with http command all that is ok but if I have an error in the http application nowsms put the message in sms-in dir with ".bad" extension and he never try again to reexecute the 2-way command and I can't force nowsms to do this by changing extension to ".q" or ".req"
how can I do to force nowsms to do this.
thanks
Malcolm - Now Support
Moderator
Username: Malcolm

Post Number: 112
Registered: 12-2006
Posted on Monday, January 22, 2007 - 08:44 pm:   

Hi,

We made this change starting with the initial NowSMS 2006 release, because we were getting a lot of customer complaints where their 2-way scripts were getting the same message over and over again.

The issue was that some scripting languages (most notably ASP.Net) will choke on certain characters, especially "<" and ">", unless you follow special procedures in your script. In these situations, NowSMS would call the script with the message data over and over again, and the script would return an error code, but the script would actually partially process the message.

After quite a few support incidents encountering this problem, we implemented a change where if a 2-way script returns an error code, the message is renamed with a ".BAD" extension. If there is a problem connecting to the 2-way script (such as the web server not being available), then NowSMS will continue to retry.

It is possible to rename any ".BAD" files to ".IN" files to force them to be reprocessed.

--
Malcolm
Now Wireless Support