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 . . .