tapi

Playing voice over modem from a Windows service

大憨熊 提交于 2019-12-11 02:10:56
问题 I'm developing a VB.NET Windows service which is costantly checking a BMS database for new alarms and making phone calls to warn operators remotely. I'm currently using a .NET TAPI wrapper and the SAPI 5.3 interop assembly, and the steps I'm taking to speak over the phone are: Initialize TAPI interface; Make the call to the operator's number; Take the voice modem waveOut device id Set the voice output to that device id; Let SAPI do the magic. This is all working fine if I compile the code as

C# Connect to Siemens Hipath 3000

允我心安 提交于 2019-12-10 15:58:07
问题 I am needing to connect to a Siemens Hipath 3000 in order to do logging and pull reporting. Has anyone used c# to do this, if you have done it in another language do you have any suggestions. I am currently looking at tapi in order to connect to it. Thanks 回答1: For some documentation for Siemens HiPath / TAPI see http://wiki.siemens-enterprise.com/wiki/HiPath_3000_open_interfaces Some starting points for TAPI via .NET: http://www.codeproject.com/KB/IP/devangpro.aspx http://www.codeproject.com

Replacement technology for TAPI?

瘦欲@ 提交于 2019-12-01 06:34:15
Is there a replacement technology for TAPI that supports third-party call control (3pcc)? I want to provide the following 3pcc functionalities in an application: Outgoing call: User clicks at a button in the application. The user's phone goes off hook, and the callee's phone rings. The callee's phone shows the phone number of the callee, not the phone number used for the application. When the callee picks up the phone, the connection is established. Incoming call: When user's phone rings, the caller's number and the called number are sent to the application. The application evaluates the

Replacement technology for TAPI?

最后都变了- 提交于 2019-12-01 05:22:36
问题 Is there a replacement technology for TAPI that supports third-party call control (3pcc)? I want to provide the following 3pcc functionalities in an application: Outgoing call: User clicks at a button in the application. The user's phone goes off hook, and the callee's phone rings. The callee's phone shows the phone number of the callee, not the phone number used for the application. When the callee picks up the phone, the connection is established. Incoming call: When user's phone rings, the

How to make caller id in c#.net

人走茶凉 提交于 2019-11-29 02:44:33
I know this is answered question however I want to know hardware required and how to setup. I am trying to build a take-out's delivery system wherein users call and their phone number gets captured on a WINFORM. I googled and it says I need to use TAPI API. That's fine but do I need to connect anything to the PC or will just using TAPI work? This Link explains it in VB.net. I am looking for it in c#.net. I have also gone through the links provided here . But nowhere does it explain the setup. So please help. First thing See if your hardware supports caller ID Add the serial port control, set

.NET TAPI Interface

假如想象 提交于 2019-11-29 02:23:45
I’ve been asked to write some .NET code that integrates with a phone system using a TAPI API. I read that there is no .NET interface for this API ( http://support.microsoft.com/kb/841712 ). Is there good third party .NET interface for TAPI? Or can anyone point me in the right direction to get started? There is no working out-of-the-box interface from .NET for TAPI, and COM-Interop is not reliably working, that's right. But, there is a C++/CLI TAPI 3.1 wrapper for .NET 2.0 freely available from Julmar (you just have to give credit) . Look there for ITAPI3. They include also some basic inbound