search for: 12fd21b2

Displaying 1 result from an estimated 1 matches for "12fd21b2".

2008 Jul 16
4
asterisk + web services
List, We're working on an upcoming job that may require us to access a web service (WS). I'm curious to hear peoples thoughts on the best way to do this with asterisk. We'll be submitting a single number to the WS and it will return a success or error. One solution would be to write a simple perl script to interface into to the WS, and use SYSTEM() from asterisk to call it.