2-Way SMS: Receive SMS and reply with WAP Push

2-Way SMS: Receive SMS and reply with WAP Push SearchSearch
Author Message
Shufei Lei
New member
Username: Shufei

Post Number: 1
Registered: 03-2007
Posted on Wednesday, March 21, 2007 - 09:04 pm:   

Hi,

I am trying to take advantage of the 2-Way SMS function in NowSMS to do the following for me. Receive an SMS, call up a URL that generates a WAP Push message, and return this WAP Push. Is this possible?

Shufei
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7009
Registered: 10-2002
Posted on Monday, March 26, 2007 - 10:39 pm:   

Yes. You need to use the 'redirect technique' described in:

http://www.nowsms.com/support/bulletins/tb-nowsms-003.htm

Be sure to disable the 'Command returns response text' setting for the 2-way command.

Basically instead of a text response you are returning a URL request to send a WAP push back in the 'Location:' header.

Some pointers to PHP examples that might be helpful here: http://www.nowsms.com/newsletter/20040525.htm

-bn