Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to create Interative voice response (IVR) Functionaliy using c#.net?
Posted
Updated 2-Mar-14 22:33pm
v2
Comments
midnight_ 3-Mar-14 4:33am    
m-e-h-d-h-i 3-Mar-14 4:54am    
this is about text to speech i want to build app that can answer phone automatically and play specific wave sound then get tones...
Richard MacCutchan 3-Mar-14 5:13am    
Then you need to do a lot of research into sound recognition. It is not possible to give a more detailed answer to such a broad question.
Nelek 3-Mar-14 5:17am    
Step 1) Do a little research. Google is a good start point
Step 2) Start coding
Step 3) Compile and use the debug to solve little issues
Step 4) When you get a problem you don't know how to solve but at least you tried it, then come back and ask for something concrete with a snippet of the code giving problems

Sorry if this is not the answer you were looking for. But your question is a bit too wide to be answered at the "Quick" Answers. It is better and you get faster help if you make 10 concrete questions about concrete problems, than a big question about a "how-to guide"

Hello m-e-h-d-h-i,

I have a solution for creating an IVR. I wrote an article about it: How to build a basic IVR (Interactive Voice Response) menu system in C# to improve your call center[^]

I hope it helps you!

Best Regards,
Will
 
Share this answer
 
Use Google to do some basic ground work. IVR can be done though Modem or using specialized Telephony Cards. Many Telephony Card manufacturers provide there own API's for developing IVR applications.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900