| Author |
Message |
william
New member Username: William2014
Post Number: 6 Registered: 02-2005
| | Posted on Saturday, December 15, 2007 - 03:39 pm: | |
Hi, I am tried to send a 2-way sms through HTTP. I have configured all the required settings inside “2-Way”. Then I start test my modem using “cmd.exe echo…” and I can receive the echo message at my phone. But when I try using HTTP, it is failed to response to my phone. I have checked the “SMSIN” file and the message is logged. The http should be update my database and response back to my phone but is not. I am using asp.net, here is the http url: http://localhost/myproject/myservlet.aspx?phoneno=@@SENDER@@&smsmsg=@@FULLSMS@@ Please advice…
|
Kamel Fahd
New member Username: Kfsmart
Post Number: 2 Registered: 01-2008
| | Posted on Monday, January 21, 2008 - 05:20 pm: | |
Hi william ,did you find a solution to your problem.?I 'm facing the same. I fyou find a solution please tell me,this is my email kamel@ss-me.com |
Simranjit Singh
New member Username: Manchanda_17
Post Number: 37 Registered: 06-2007
| | Posted on Thursday, February 07, 2008 - 04:15 pm: | |
Hi All Try it like this In URL Template text try affixing this http://localhost/myproject/myservlet.aspx?MOBILENO=@@phonenumber@@&MESSAGE=@@tex t@@ In URL Template Binary try affixing this http://localhost/myproject/myservlet.aspx?MOBILENO=@@phonenumber@@&message=@@udh @@@@data@@ I hope your problem gets resolved Simranjeet Singh manchanda_17@rediffmail.com
|