Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am trying to implement IVR system using TAPI in C#. Can any one provide me information about hardware used in IVR.

What type of hardware can be used.
Any Circuit Diagram.

waiting for your valuable response.
Posted
Updated 2-Apr-12 12:15pm
v2

Please see this link
Interactive Voice Response System For College Automation (IVRS)
http://www.8051projects.info/proj.asp?id=71
 
Share this answer
 
Yes, U can do IVR system by TAPI Programming.

WAY 1:=
-------
The H/W needed is a Tele Modem. , and Land line connection.

WAY 2:=
--------
U can use GSM-Modem, In that case U do not need TAPI. U will do Serial Port (RS232) Programming or USB - Port Prog. Based upon GSM-Modem type ( either Serial Port or USB port).
In this case u can use mobile SIM in this Modem and It will communicate with Mob. Tower.
U do not need Landline connectivity.

WAY 3:=
--------
This way I preffer. Develop a small device using DTMF decoder ( MT8870) & Microcontroller ( 89C51) & Tri-state Buffer I.C. (MAX232) and any Mobile phone.
The Embedded Prog. can be written at Embedded C. This Device will send Caller ID, and the Mob-Switch pressed to your PC , through Serial Port. ( or u can use USB port chip also)
Then your C# or VC++ or JAVA program will read the caller ID & key pressed detail & then will take any action , such as read database & speak to caller.

If U are not Expert in microcontroller , then U follow WAY 1 or WAY 2. else u can collect such dev. from others.

-Regards,
tanmay.roy8@gmail.com
(Kolkata, INDIA)
 
Share this answer
 
v2

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