I\'ve not had a chance to play with WinRT yet. I just wondered w开发者_如何学编程hether anyone knew if TAPI is part of the WinRT API now? According to MS currently TAPI is not part of WinRT although t
Does anyone know of an implementation similar to SafeHandle that doesn’t use an IntPtr that I can derive from? Or should I create a new handle altogether? I’d need functionality like DangerousGetHan
We\'re trying to find a way to retrieve information about when an employee is currently on the phone.
A client wants to use our (ERP) web application as some kind of开发者_运维技巧 incoming and outgoing calling software. He needs phonenumer recognition and to be able to dial a number by clicking with
I have an application that programatically makes calls to different numbers. The application is writ开发者_如何学Goten in c# (managed) and I use pInvoke for the c++ TAPI functions. Everything works fi
I want to programatically make calls on a windows mobile device using standard c++ TAPI lineMakeCall function. The phone number (null-terminated) must be in the \"standard dialable number format\".
I\'ve been on the Avaya developer website to look for this information, but the only documentation and library I see to b开发者_JAVA百科e able to find refers to pushing content to the phone display, c
I am working on a TAPI application. While googleing I found a nice post http://www.code开发者_如何转开发project.com/KB/IP/devangpro.aspx. But the problem is, I am not getting all the events triggered
Does anyone know of a good JNI/Java wrapper for TAPI 2? I need to inter开发者_StackOverflow社区act with the Avaya phones on the desks of my users for a CRM web application (based on GWT), and all com
I need 开发者_运维技巧to write a program to make automatic phone calls to given numbers. How to do that. What libraries do I need.