2Way SMS

2Way SMS SearchSearch
Author Message
lester
Posted on Wednesday, July 30, 2003 - 12:50 am:   

I have 2way sms running.

We connect to an smsc via SMPP over TCP/IP

If i set up the following command in the command table:
http://127.0.0.1:8800/?PhoneNumber=41xxxxxxxx&WAPURL=xxxxxx.co.uk/index.wml&Text =xxxxxx+WAP+Server

everything works fine, but responses go to a fixed mobile number

so i used
http://127.0.0.1:8800/PhoneNumber=@@SENDER@@&WAPURL=xxxxxx.co.uk/index.wml&Text=xxxxxx+WAP+Server

I expected the response to go to the mobile that sent the sms, but no response is sent.

can you advsie why?

What am i doping wrong
Bryce Norwood - NowSMS Support
Posted on Wednesday, July 30, 2003 - 08:21 pm:   

Hi Lester,

I'd expect the latter approach to work as well (just make sure to include a "?" after the "/" in the URL, otherwise the gateway won't recognize the parameters).

I'd suggest enabling the debug log (manually edit SMSGW.INI, add Debug=Yes under the [SMSGW] section header, and restart the gateway service).

Repeat your test, and an SMSDEBUG.LOG file will be generated. That SMSDEBUG.LOG should indicate what URL is being requested. If you need assistance in interpreting the SMSDEBUG.LOG, please e-mail it to nowsms@now.co.uk.

-bn