I have VOIP server running Elastix, and web application in Django running on different server. I want to communicate between these two server for transferring data and use them in IVR, such as getting user id and password from phone keypad and check it in Django database and then give related data to user using IVR.
Is there any framework or API to do this? Does anyone know about VOIP server?? pleas help . . .
I don't know this particular appliance, but it seems to run on Asterisk. The Asterisk API for this kind of stuff is called AGI (Asterisk Gateway Interface).
source: http://www.voip-info.org