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
export dns and dhcp settings
Access Dsum rollup calculations
How do I select multiple frames/text boxes in Word 2007
Positioning graphic bullet in list
tighten up table II
exchange 2010 and sata disk. Good? bad?
Oracle Forms- RUN_REPORT_OBJECT
mac mail services email alias?
MS Access decimal selection format for number doesn't show in query
passing variable with in a variable in sql server 2008