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
Scanner: Xerox WorkCentre 4150
What benefit does a site really gain from a Blog or something like WordPress being installed.
HELP!!! I trying to repartition my C: sys drive on a Windows Server 2003
Adding space to virtual disk
why the html table differences between IE7 and IE 8
Should I use one or two Raid Arrays
Boot Repair Options in Vista Safe Mode
Cisco Unity Call Handlers
Replace file with a batch file
ASP.NET Need to know how to set up ASPNETDB express for Membership, roles, etc. on the remote host server