2 Way SMS

2 Way SMS SearchSearch
Author Message
robdoster@gmail.com
New member
Username: Dierre

Post Number: 1
Registered: 10-2008
Posted on Friday, October 17, 2008 - 04:02 pm:   

Hi, I'm trying to test a 2 way SMS service using a 60 day trail version of your sw. Using a SonyEricsson W880i as modem.
My settings are:
SMSCommand prefix:*
Command to execute:http://10.0.0.6/Web/sms/receive.php?telefono=@@SENDER@@&body=@@FULLSMS@@ &recip=@@RECIP@@&smsroute=@@SMSCROUTE@@

I sent 4 SMS with 4 different phones, I can see in SMSIN log all messages more or less in the same time, but the script is called every 1 minute so to receive the messages I need to wait 4 minutes...

Can anyone help me to understand why?
do I need to configure something?
Or could Now SMS only launch the script every 1 minute?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 157
Registered: 08-2008
Posted on Friday, October 17, 2008 - 04:17 pm:   

Hi,

Make sure that it is really a 60-day trial version, and that no serial numbers appear on the "Serial #" page of the configuration dialog.

(There are some web sites that promote software piracy, and if you mistakenly downloaded from one of those sites instead of our web site, this one message per minute problem is a common symptom. Make sure the "Serial #" page is blank, and if you did download from somewhere else, you might also want to try a clean download from this web site.)

Beyond that, there could be an issue if the HTTP response from the script is not complete. By default, NowSMS only allocates one thread for processing these callbacks (see http://blog.nowsms.com/2008/10/2-way-sms-command-speed-and-performance.html for more info on allocating more threads) ... and it doesn't process the next callback until the previous one has been completed. It is possible that NowSMS might be waiting the script to complete.

A good way to help troubleshoot this type of issue is to enable the SMSDEBUG.LOG (checkbox setting on the "Serial #" page). This debug log will show the 2-way command URL, and the response that comes back from the server, which might be helpful in troubleshooting this further.

--
Des
NowSMS Support
mahendra yadav
New member
Username: Mahendra_yadav

Post Number: 1
Registered: 01-2009
Posted on Friday, January 09, 2009 - 09:48 am:   

What are you doing. How are you