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
vote
4 answers

Tapi 3 and C# no Event triggering after first call

I'm writing TAPI 3.0 app in C# for land line telephone. My goal is to receive and record calls. So far in my Code Everything works fine for the first call, all events are triggering. But unfortunately, all subsequent calls are completely ignored…
Naveed Yousaf
  • 436
  • 4
  • 14
1
vote
1 answer

Exception on call hangup for landline phone

I am developing software for landline phones and full-duplex voice modems using C# and TAPI 3 library. Call answering is working fine but call hangup is throwing an exception. I did a lot of search to find solution but I could not. Following are the…
Naveed Yousaf
  • 436
  • 4
  • 14
1
vote
1 answer

java api similar to JTAPI?

I am working on a project and I need to use this tow api; jtapi, gjtapi. The problem is both gjtapi and jtapi project seem dead. Is there a new similar java api?
user3518668
  • 359
  • 1
  • 4
  • 14
1
vote
1 answer

Passing the Agent ID through popup Avaya one-x agent

I am using Avaya one-x Agent 2.5 and looking for passing the agent ID in addition to IVR data collected from the caller to a web-service in order to make popup screen. Everything is working fine, but i don't know how to find the Agent ID. Is the…
1
vote
2 answers

Create an application using TAPI on windows 7 - where to start

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).
martin
  • 19
  • 1
  • 1
  • 2
1
vote
3 answers

Video API For Building Video-Conference App

I'm going to be building an application within the next six months that will be functioning as a 2-way video-conferencing system, as well as sharing some other data back and forth. I'll probably be using some sort of relatively expensive USB…
Aaron Axvig
  • 64
  • 1
  • 7
1
vote
2 answers

Access user info at HKCU from TAPI Service Provider (TSP)

I was trying to build a tsp. Now the problem is, I need to get some information (from HKCU where the user config is located ) about who is making the request. Since the TSP runs in the context of the Telephony service, I cannot access is directly.…
Jimson James
  • 2,937
  • 6
  • 43
  • 78
1
vote
1 answer

How to receive sip response?

How do I receive responses from sip using php/nodejs/javascript. What I have: Software Telephone (SIP/TAPI) required! Remote Debian Server (can't login to provider) I'd like to open browser and Software VOIP Telephone and run a…
Marius Behrens
  • 159
  • 1
  • 2
  • 9
1
vote
1 answer

Issue setting caller ID in a TSP

I have developed a TSP to talk to a CTI server. In the most part it works, but when setting the caller/called ID parties, in function TSPI_lineGetCallInfo( hdCall : HDRVCALL; lpCallInfo : LPLINECALLINFO ) : LONG; I am finding the offsets are…
samanne
  • 309
  • 1
  • 3
  • 8
1
vote
1 answer

How to know that function in Tapi32.dll is executing from the c# code

Hello Everyone!!! I am novice in Telephony Application and trying to make a very simple Panasonic telephone application to change class of service (COS) using Windows Tapi32.dll and panasonic TSP.I have made a function which will…
vikas
  • 339
  • 2
  • 6
  • 12
1
vote
0 answers

how to change class of service for an extention in panasonic pbx using tapi

I made a simple telephony application in which i am retrieving all the extension lines of the PBX .Now as per my need i have to select the particular extension line and change the class of service (COS) of that line .I am using TAPI3Lib .dll and…
1
vote
1 answer

How to dial phone from a .NET website? Very old solution works, need to upgrade to server control

Currently, we have a website that relies on a Microsoft TAPI interface to dial a phone from within a .NET web site. It uses VBScript and tags, and it is bound to a master page. What we are looking for is a server control that would encompass all of…
jlrolin
  • 1,604
  • 9
  • 38
  • 67
1
vote
1 answer

TAPI component for .net that works with Win8/Win Srv 2012?

Anybody who knows of a TAPI component that works with Windows Server 2012 (and Windows 8)? I've tried TraySoft AddTapi.Net without any lock :( Thanks Mojo
MojoDK
  • 4,410
  • 10
  • 42
  • 80
1
vote
2 answers

Sending commands to an IP phone on the network using PHP

I have a number of phones on my network and I would like to be able to send a number to one based on extension for it to dial. I have looked into TAPI and the PHP COM events but I don't understand it all that well and how to apply it to my…
imperium2335
  • 23,402
  • 38
  • 111
  • 190
1
vote
2 answers

Delphi application to dial IP phone. [like Dialer.exe]

I am a little new to Delphi TAPI and Phone integration. So please forgive my greenness. I am trying to make a Delphi [XE2] application dial my IP phone without using the Dialer.exe I have successfully implemented the ITRequest::MakeCall method but…
Troy Harris
  • 435
  • 1
  • 14
  • 21