Can anyone help me with some idea on how to integrate an IVR system with .NET application. What are the requirements and which are the providers which support .NET integration.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
FreeSWITCH has support for .NET. All you need to do is to activate the mod_managed module.
But you do not integrate a IVR application into a .NET application but code a IVR application in .NET. (Although you could use WCF or similar for communication between your app and the .NET code running in FreeSWITCH)