Re: [Asterisk-Users] Sending an SMS out of Asterisk via Kannel

2005-07-18 Thread Time Bandit
exten = s,9,System(curl http://127.0.0.1:13370/cgi-bin/sendsms? username=namepassword=passto=12122122121from=12122121212text=Message +text+here+${CALLERIDNUM}) Change it to this and it should work : exten = s,9,System(curl http://127.0.0.1:13370/cgi-bin/sendsms?

[Asterisk-Users] Sending an SMS out of Asterisk via Kannel

2005-07-18 Thread Henry Junior
GOAL: To pass variables from Asterisk to Kannel when sending out an SMS message using a URL. CURRENTLY: I am able to pass a URL via Asterisk to Kannel and out of my GSM modem BUT I haven't figured out how to include Asterisk variables in the string. I was hoping someone could help me