[Asterisk-Users] Sending an SMS out of Asterisk via Kannel
Time Bandit
timebandit001 at gmail.com
Mon Jul 18 13:45:21 MST 2005
> exten => s,9,System(curl "http://127.0.0.1:13370/cgi-bin/sendsms?
> username=name&password=pass&to=12122122121&from=12122121212&text=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?
username=name&password=pass&to=12122122121&from=12122121212&text=Message
+text+here+"${CALLERIDNUM})
Note the quote at the end changed place
hth
More information about the asterisk-users
mailing list