I’ve been asked to write some .NET code that integrates with a phone system using a TAPI API. I rea开发者_StackOverflowd that there is no .NET interface for this API ( http://support.microsoft.com/kb
I need to detect the user voice when they pick-up the reciever on the other end. Because Modems usually start playing files (playback terminal) when the
I have with a good level of success got a C# application to use TAPI to connect to my office PBX and dial and h开发者_如何转开发angup calls but need to go further and be able to monitor activity and p
I\'m looking into writing a small custom app for a small business that can utilize a voice modem on Windows to pick up a phone call and play a customized voice message based on time of call.
I try to use TAPI in my Delphi project. When I use lineInitializeEx instead of lineInitialize I get an error msg like \"Exception Processing Message c0000139 Parameters 168fc8 162820 75b4bf7c 75b4bf7c
I am writing an adapter TSP for a phone system. This system has a TAPI API but it is incompatible with the application I am trying to TAPI-enable. In order to place a call from the correct line, I nee
Trying to write code for creating conference call for softphone using TAPI3.0 Here is the code Which I wrote but code is not working.