views:

849

answers:

1

does it working with it and which is the good start for TAPI...

i want to create an application which automatically answer/record incoming call and also call to someone recorded message.

want this in .net (asp.net or c# desktop no problem).

+2  A: 

It seems unlikely that Microsoft would have removed TAPI from Windows 7 so ultimately this will depend on the telephone system and drivers you are using. Avaya and Cisco usually provide good drivers. We have an Avaya phone system in work and a few people using Windows 7 with no problems AFAIK.

There is little support for using TAPI from managed code, but it is possible using wrappers or 3rd party components (see Microsoft Knowledgebase article 841712).

This post might point you in the right direction.

mdm