Microsoft
Software
Hardware
Network
Question : Sending a web API command from Asterisk
Hello experts,
I have a subscription with an SMS messaging service which can be used through some API web commands like the following:
http://api.smsprovider.com
/some+code
+here
Would you please guide me how to send such commands from my Asterisk dialplan.
Answer : Sending a web API command from Asterisk
Easiest thing to do is use the shell command in asterisk, and call wget to execute the URI.
http://www.asterisk.org/do
cs/asteris
k/trunk/fu
nctions/sh
ell
exten => 1,Set(foo=${SHELL(wget
http://api.smsprovider.com
/some+code
+here
)})
Random Solutions
Clearing Status Reports
Display unicode correctly
ASP code to VB 2010
select * in view
How can I copy/migrate users from SQL 2000 to SQL 2008?
Xp WSUS Gorup Policy not working
Backup Exec 2010 - Exchange 2010 backup fails on Consistency check.
Remove the last Exchange 2000 server from a 2007 Domain
jquery selector basic question
What is the "terminal services profile" tab for?