Questions tagged [tapi]

The Telephony Application Programming Interface (TAPI) is a Microsoft Windows API, which allows computer telephony integration and enables PCs running Microsoft Windows to use telephone services.

The TAPI was introduced by Intel and Microsoft in 1993.

It defines a client interface and an interface for the TAPI Service Provider (TSP). TSPs are sometimes also named TAPI-drivers. TSPS are created by telephone system manufacturer.

The TAPI itself allows the integration of telephony systems and services into the Windows OS.

The TAPI 1.x, 2.x define a procedural plain C interface and with TAPI 3.0 a Component Object Model (COM) interface was added.

187 questions
-1
votes
1 answer

How generate a call to a Cisco IP phone from VB.net application

I'm in a need of develop an application to get calls to Cisco CUCM extension numbers via VB application. I have Installed the Tapi driver for the computer and now i need to know where to start. Your advice is highly appreciated Thank You
chanuwick
  • 43
  • 2
  • 11
-1
votes
1 answer

invalid token namespace, type or namespace not found, invalid token "{"

I want to call anybody from my application and find this method but it doesn't work.. namespace SysWin32 { class programm { [DllImport("Tapi32.dll")] public static extern long…
Jenny_94
  • 3
  • 2
-1
votes
1 answer

How to receive calls using ATAPI JULMAR library on PC

I am searching on internet for last three weeks how to answer call using C# but couldn't solve my problem however I managed to dial call using this http://mukarrammukhtar.wordpress.com/creation-of-phone-caller-application/ Can any body suggest a…
Naveed Yousaf
  • 436
  • 4
  • 14
-1
votes
1 answer

Click-To-Dial in Microsoft Access 2007

I am working in Microsoft Access 2007 and would like to implement click-to-dial capabilities from within the MS Access program for all the computers in the office. I have never done any work with TAPI prior to this and am not sure where to start.…
J. D.
  • 1,351
  • 8
  • 13
-2
votes
1 answer

How to customize Outlook contact TAPI call form though code

I want to customize existing TAPI outlook contact call dialogue form through code, when i selected call from business it display the new call dialogue box and I want to customize that form.
-3
votes
1 answer

How to send call to isdn phone by web based php application?

I am looking for a solution for a web based application written in PHP where the users are able to control their isdn phones, primarily sending calls to their phone. I know there is something like Asterik / freepbx but i am not sure wether it's the…
Lupo
  • 324
  • 1
  • 3
  • 14
-5
votes
1 answer

Events corrupts the result of the function

Hello fellow programmers I'm writing a program to C # which manages TAPI library. I will not give the code (unless someone requests it) because it has commands for a software called Softone and is business related. The problem I'm facing is the…
1 2 3
12
13