Hello,
We are currently using Cisco equipment for writing voice applications in VXML and TCL. The general approach with Cisco is to write an IVR application in said languages and gather information the user enters using DTMF. Then we send this information off to an HTTP backend using GET or POST. The backends are usually Windows services with HTTP listeners.
Recently we started to use Asterisk and I’m wondering what the approach would be when writing IVR application in Asterisk and sending the gathered information for processing/storage? Should I just stick to the same approach and send all information using CURL or are there better ways to do this?
Thanks in advance,
Grant