Sms files are not being deleted

Sms files are not being deleted SearchSearch
Author Message
eugene
New member
Username: Sean555

Post Number: 1
Registered: 05-2007
Posted on Thursday, May 24, 2007 - 02:03 pm:   

Hi,

I have a problem with received sms files that continue on being executed and does not get deleted. Can you help.

eugene
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7238
Registered: 10-2002
Posted on Thursday, June 21, 2007 - 08:31 pm:   

Hi Eugene,

This usually means that your command is not returning a proper OK response.

If you are using an HTTP command as a 2-way command, it is important that your script return a standard HTTP "OK" response.

Try issuing a test URL in your web browser to simulate the URL that NowSMS would generate when posting a message to your application. If your web browser returns an error, then fix your web script so that this error no longer occurs.

If this does not answer your question, enable the SMSDEBUG.LOG. (This is done via the "Serial #" page of the NowSMS configuration dialog.) The SMSDEBUG.LOG will show the command that is being executed, and the response that is coming back. If you need assistance in deciphering this information, please reply back with the SMSDEBUG.LOG content showing your 2-way command being processed.

-bn