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
Caching image/flash in JSP
Setting up failover using 2 wan lines
zip file protection
Help with setting up some Word tables
Access internal web server internally using public ip cisco
Group Policy to rename existing network share with new server name
call manager auto restart !
Restoring a server, AD and Exchange
In MS Access, why are multiple rows of a continuos form affected when a change is made to a single row?
how can I display text based on a dropdown box selection?