Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,
I'm working on a project based on IVR(Interactive Voice Response). In which registration, modification in DB will take place by dialing a telephone no. and following simple steps, like that, which is used in telecom help centers to change our tariff or sms packages etc.

Can I use simple voice modem with c# code with TAPI at back-end to mange all this?
Actually, I have "conexant hda d330 mdc v.92 modem". Can I use this to make this type of application...?

If yes, can we handle more than one call on this modem?

If not, what hardware will be required to perform this?

Thanks in advance.

OP's additional text moved from non-solution below
Actually, I'm fresh Graduate and trying to take challenging projects for me.
Can't we use multithreading technique to handle more than one call?
Posted
Updated 14-Nov-12 10:17am
v3
Comments
ZurdoDev 15-Nov-12 8:25am    
I would recommend using Microsoft Speech Server.

1 solution

You clearly cannot handle more than one call, on a single modem. You only have one phone line, and even if it has call waiting, no real way to work with it. It sounds to me like you've accepted a project and have no idea how to do it. I promise this is too complex for you to do, if you have no clue at the outset how it is done.
 
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