Problem with 2way - No executed command

Problem with 2way - No executed command SearchSearch
Author Message
paveen a.
New member
Username: Paveen

Post Number: 9
Registered: 06-2007
Posted on Friday, June 22, 2007 - 01:45 am:   

Hi,

I was sending "ABC" from mobile1 to mobile2 and mobile1 got a reply from a mobile2 with same message has sent ("ABC")


I want mobile2 (connected to nowSMS) reply "Thank you" back to mobile1 when received a message by using nowSMS send it back.


I'm using http command like this : "http://127.0.0.1/?PhoneNumber=@@SENDER@@&Text=Thank"

but my mobile1 still not recieve "Thank" message back it only return what I sent.


How can I do?

Thank you.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7257
Registered: 10-2002
Posted on Friday, June 22, 2007 - 05:24 pm:   

Hi paveen,

Enable the SMSDEBUG.LOG (checkbox on the "Serial #" page), send your message again ... and post the resulting SMSDEBUG.LOG.

That way I can see what is going on.

But if you are getting the same exact message being echoed back to you, then it sounds like you do not have the 2-way command configured like you think you do. Post the SMSGW.INI file as well, that way I can see the exact 2-way commands you have configured.

-bn
paveen a.
New member
Username: Paveen

Post Number: 10
Registered: 06-2007
Posted on Sunday, June 24, 2007 - 05:47 pm:   

Hi,

I will repeat again may be some mistake.


NOW IT WORKING I GOT AREPLY MESSAGE WITH MY DEFINE BUT NOW I'M HAVING A NEW PROBLEM

I can't set auto reply by using Thai language. I configured Command to Execute ,

I'm using http command like this : "http://127.0.0.1/?PhoneNumber=@@SENDER@@&Text=ทดสอบ"

But Thai font not working and I'm trying set charset as iso-8859-1 but it still not working when using in command to execute.


Have anything confusing ? sorry with my language not well.

Thank you.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7266
Registered: 10-2002
Posted on Monday, June 25, 2007 - 06:59 pm:   

The Thai font uses iso-8859-11 ... iso-8859-1 is the standard European character set.

If you are issuing a URL request that includes Thai characters, it would look like this:

"http://127.0.0.1/?PhoneNumber=@@SENDER@@&Text=ทดสอบ&charset=iso-8859- 11"