Receiving SMS

Receiving SMS SearchSearch
Author Message
bernd
Unregistered guest
Posted on Monday, January 31, 2005 - 10:34 am:   

I've installed the software. I can send SMS without problems. But received doesn't work.
I inserted in 2-way:
"http://127.0.0.1:8800/sms/smsIN.htm?sender=@@SENDER@@" (command prefix is *)
When I receive an SMS it appears on the display of the phone, then disappears.
On the computer side happens nothing. There is also no entry in the SMS-IN folder.
Could someone help me?
P.S.: I'm working with XP SP2}
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4008
Registered: 10-2002
Posted on Thursday, February 03, 2005 - 09:09 pm:   

Do you have a web server (other than NowSMS) running on port 8800?

Where is SMSIN.HTM?

It is likely that NowSMS is executing that URL. However, I suspect that NowSMS is listening on port 8800 and simply ignoring invalid parameters.
Bernd
Unregistered guest
Posted on Monday, February 07, 2005 - 11:38 am:   

I've installed IIS 5.1. If I open the file http://127.0.0.1:8800/sms/smsIn.htm in IE the page is displayed correctly.
I tried it also with http://loclahost/sms/smsIn.htm
Bernd
Unregistered guest
Posted on Monday, February 07, 2005 - 12:10 pm:   

I've set up also the debug mode. Here is the result:
12:44:06:687 [2] ModemReceiveMessages:
OK

12:44:07:007 [4] ThreadProcessInboundSMS: Processing 4207541A.in...
12:44:07:007 [4] GetProgramToExecute: http://playstation09/smsOrder/orderIn.php?sender=%2B393295068069&message=140699
12:44:07:007 [4] ThreadProcessInboundSMS: Executing http://playstation09/smsOrder/orderIn.php?sender=%2B393295068069&message=140699
12:44:07:007 [4] RetrieveURL: Retrieving http://playstation09/smsOrder/orderIn.php?sender=%2B393295068069&message=140699
12:44:07:007 [4] RetrieveURL: Looking up playstation09
12:44:07:007 [4] RetrieveURL: Retrieving smsOrder/orderIn.php?sender=%2B393295068069&message=140699
12:44:07:007 [4] RetrieveURL: GET /smsOrder/orderIn.php?sender=%2B393295068069&message=140699 HTTP/1.1
User-Agent: Now SMS/MMS Gateway v5.51 (b20040823)
Accept: */*
Connection: Close
Host: playstation09

It seems that the message is processed, but no browser is opened nor the php script is executed.
Abdul Batin
New member
Username: Abdulbatin

Post Number: 15
Registered: 10-2004
Posted on Monday, February 07, 2005 - 12:34 pm:   

I got the same problem with asp and IIS 6.0. I restarted the IIS services and i got the success. ASP script executed. Please check your apache if u r using.

Bye
Bernd
Unregistered guest
Posted on Monday, February 07, 2005 - 02:21 pm:   

I restarted the computer, but without any effects. Thanks
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4043
Registered: 10-2002
Posted on Wednesday, February 09, 2005 - 10:57 pm:   

Hi Bernd,

No browser window is going to be opened. This all happens in a service context, in the background, with no interaction with the display screen.

It certainly looks like the request is being processed. But I'd be curious to see the next few lines of the SMSDEBUG.LOG, as it should tell us something about the response that we got back from the web server. If we didn't get a 200 OK back, then we would keep executing the command over and over again.

What happens if you try executing that same exact URL (as show in the log) from a web browser?

-bn
Bernd
Unregistered guest
Posted on Friday, February 11, 2005 - 11:54 am:   

Thanks for the help. I resolved the problem.