SMS 2-way support

SMS 2-way support SearchSearch
Author Message
alda tan
New member
Username: Alda_tan

Post Number: 1
Registered: 03-2005
Posted on Wednesday, March 16, 2005 - 05:42 am:   

Hi, i am testing out to send a response SMS via a jsp which the user sends an SMS first, and at the nowSMS gateway - command to execute, calls a JSP page. Inside the jsp page has codes like the following. However, i am only able to receive my SMS reply when i hit from the web browser, but not via SMS and get a reply.
Would appreciate your kind help.

<----partial codes in the jsp page------------>
response.sendRedirect("http://127.0.0.1:8800/Send%20Text%20Message.htm?PhoneNumb er="+myPhoneNumber+"&Text="+myText);


<--take note--->
myPhoneNumber="%2B" + request.getParameter("sender") //sender is the parameter sent by the nowSMS gateway --> @@SENDER@@
myText="hello world"
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4251
Registered: 10-2002
Posted on Monday, March 28, 2005 - 09:33 pm:   

Probably the best thing to do is enable the SMSDEBUG.LOG (on the Serial # page of the dialog).

Restart the service, send in another message, and then let's look at the SMSDEBUG.LOG to see what it shows.