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
Can't logon "The local policy of this system does not permit you to logon interactively."
Alter Table Alter Constraint
Coldfusion data form entry
Physical wiring for hot stand-by
How would I output to CString instead of using stringstream ss?
Winmail.dat issues Exchange 2010 Server
Need assistance with a CF Script, rootkit that will not go away
Calling KillTimer() from a CALLBACK function
Prevx antivirus
Excel Sumproduct and Month Function Formula