2way sms reply to any phone number

2way sms reply to any phone number SearchSearch
Author Message
Bola Majek
New member
Username: Bolamajek

Post Number: 1
Registered: 11-2006
Posted on Thursday, November 30, 2006 - 12:50 pm:   

Hi Bryce,

I want to configure 2way sms such that any phone number that sends a text requesting for (instance) a ringtone can receive a response through wap push.

I have set command to execute as follows: c:\windows\system32\cmd.exe /c c:\temp\NowSMS\ringtone.vbs @@SMS@@

And a vbscript as follows: strURL = "http://127.0.0.1:8800/?PhoneNumber=0244067681&WAPURL=www.majek.org/downloads/lat in.mid&Text=Ringtone+Delivery"
set objShell = Createobject("Wscript.shell")
objShell.Run(strURL)

As it is, only the specified phone number in the "PhoneNumber=" in the script, can receive this wap push message, any other number that makes same request cannot get a response.

I want ANY phone number within the GSM network to be able to send a request, at any given time, and in return receive this wap push delivery on his phone. How do i get to do this?

Thanks in advance.

Bola
Malcolm - Now Support
New member
Username: Malcolm

Post Number: 16
Registered: 12-2006
Posted on Friday, December 15, 2006 - 08:36 pm:   

Bola,

You would need to pass the original sender of the SMS to your 2-way script.

The @@SENDER@@ variable can be used to do this.

Your script would need to parse the command line parameters that are passed to it, and use the value of this variable when constructing your response URL.

--
Malcolm
Now Wireless Support