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
0
votes
0 answers

How to load mixed-mode assembly in Windows 8 service without .NET 3.5?

I have (source code) a mixed-mode (.NET 2.0) DLL-assembly that is a TAPI telephony service provider. So it is loaded by the Windows Telephony Service (svchost). This works as expected in Windows XP, Vista and Windows 7 when .NET 2.0 or 3.5 is…
Gandalf
  • 2,350
  • 20
  • 28
0
votes
1 answer

Visual Foxpro 9 - Tapix sample

suddenly charged with trying to out why a form which uses TAPIEx is no longer working I find my self lacking in using the Tapi OLEControl Can anyone offer sample VFP code to help me gain an insight into how the control works my foxpro is pretty…
Hugh CB
  • 31
  • 2
0
votes
1 answer

Query Hunt Groups with TAPI and Avaya IP Office

I am using TAPI 2.X to develop a solution for Avaya IP Office 500 v2 PBX as 3th party application to control it. Right know I can make calls, hangup, intrude, open lines and so on. I need to query witch lines are acting as a queue because I have the…
catacs
  • 191
  • 7
0
votes
1 answer

TAPI, lineInitialize and lineInitializeEx

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" The code with lineInitializeEx is : var …
SimaWB
  • 9,246
  • 2
  • 41
  • 46
0
votes
1 answer

Panasonic TSP crash

I have a program that use panasonic TSP to receive events from panasonic PBX and then do certain actions on received events. I never call any function that create an state change in PBX and only interested on events, so I only use lineGetCallInfo…
BigBoss
  • 6,904
  • 2
  • 23
  • 38
0
votes
2 answers

Access HKCU from TAPI Service Provider

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 need to know some information (from HKCU) about who…
Dark Falcon
  • 43,592
  • 5
  • 83
  • 98
0
votes
1 answer

how to write c# code for creating a conference call for softphone using TAPI3.0

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. private void button7_Click(object sender, EventArgs e) { IEnumCall ec =…
ush
  • 793
  • 4
  • 16
  • 22
0
votes
2 answers

Tapi3 CallerIDNumber returning 9900

I'm doing a simple call program for a CRM for a client, and I'm having trouble with their phone system. They have a Cisco IP phone system that has internal routing, and when I execute the following code, I always get '9900' as the caller ID number.…
Aaron Brake
  • 360
  • 1
  • 10
0
votes
1 answer

Tapi3Lib Adding a new line at runtime

I am having some trouble with the interop.tapi3lib.dll (which can be DL here:dllLink) For a reporting program i'm writing, i want to monitor all of the devices available by the tapi for their calls. Now this is working nicely when i fire up the…
user1515791
  • 675
  • 4
  • 20
0
votes
1 answer

TAPI 3.0 Call ID?

Does anyone know where I can find a unique identifier for a phone call using the Microsoft TAPI 3.0 library? I've tried get_CallInfoLong(CALLINFO_LONG.CALLID) but it always returns 0. Anyone help?
Martin Randall
  • 747
  • 7
  • 15
0
votes
1 answer

Where are MSTAPI request IDs initialized?

I've inherited some code that implements and talks to the MSTAPI interface. I am curious where the request ID's are initialized (or if they are). By request ID, I mean, for example, the parameter idRequest to the LINE_REPLY Message. The reason I'm…
Eddie
  • 53,828
  • 22
  • 125
  • 145
0
votes
1 answer

No sound TAPI in Windows 7

I try to write a auto answer machin with TAPI in C#.NET. I using tapi3_dev sample to work.this sample work in windows XP but in windows 7, everything is normal(no error or exception) but no sound playback just i can record the audio; please help…
M-Abedi
  • 1
  • 1
-1
votes
1 answer

How to create /delete auth code in CUCM

I have to create / delete Authorization code based on user credit limit to CUCM from my application (developed using .Net & C#). I can directly create and delete auth codes using call manager auth code options. but how to achieve from my…
Pooja
  • 495
  • 3
  • 9
  • 25
-1
votes
1 answer

i want make a call from my local machine to mobile phone via dotnet core and ATAPI library

i want create a app to call to mobile phone via local fax modem i used ATAPI library from nuget package X64 version this is link to nuget : ATAPI and this is my Code : TapiManager manager = new TapiManager("telephone"); …
abbas-h
  • 392
  • 1
  • 4
  • 18
-1
votes
1 answer

windows TAPI api through java

I want to use TAPI API which comes with Windows implementation ex. Tapi32.dll Does anybody have any prior experience of using TAPI Api in Windows with Java , please help
Anand Kadhi
  • 1,790
  • 4
  • 27
  • 40
1 2 3
12
13