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
Server running out of space.
string parsing question
My app is locking up when I close an exe the app opened
VBA classes
concatenation
overide and new keyword in c#
how to keep domain administrator logged into server at all times
Trying to add Zend View Helper but get error Plugin by name not found in registry
How Can I Open a Form to a Specific Record by Clicking on a Row in a Multiple Row Form?
Selecting second or third record on a sub form