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
1 answer

Control telephone functionality via application (i.e. .NET using TAPI)?

A colleague recently asked me is it possible without the use of a big PBX system or having to use more involved Asterisk technology to.. .. find a telephone that simply plugs into the phone socket, can be used for normal telephone functionality, but…
Developr
  • 447
  • 8
  • 21
0
votes
2 answers

Integrate TAPI with M S CRM2011

I have requirement of integrating CRM2011 with TAPI3.0. I am very new to integrations. Can any one tell me how to proceed? For this we are using Ericossons TAPI Bridge.and Astra's Phone box server. I have installed BusinessLink for windows server,…
0
votes
1 answer

ATAPI library not working in windows 7 ×64

I'm trying to make a caller id detector using ATAPI, or Itapi 3 (Gulmar) but in my os it's not working the following exception appears: System.BadImageFormatException was unhandled Message=Could not load file or assembly 'ITapi3,…
user963602
  • 41
  • 1
  • 2
  • 13
0
votes
1 answer

How do I get the caller ID from the phone line in WPF?

I've tried Tapi3 in WPF, but it gives me the following error: Could not load file or assembly 'ITapi3.dll' or one of its dependencies. The application has failed to start because its side-by-side configuration is incorrect.
Mohsen
  • 4,000
  • 8
  • 42
  • 73
0
votes
1 answer

How can I use Julmars ITAPI3 in C# Correctly?

I programming a TAPI application in C#. I used the ITAPI3 Wrapper from Julmar. Now I can make the software make calls. However the array that holds calls that are there is not filling. I am not sure if this is a problem inside of the wrapper…
bigphildogg86
  • 176
  • 1
  • 7
  • 17
0
votes
1 answer

Integrate .net application with Cisco Call Manager

Does anyone know of a good .net wrapper for TAPI 2 or JTAPI? I need to integrate my asp.net application with Cisco Call Manager to handle some events like 'Call Ended'.
0
votes
1 answer

AccessViolation exception with TAPI and Windows Service

I will try to make this as short and sweet as I possibly can. I have created an application that is used by my company to call about 2000 different phone numbers each day (used to contact very old devices we have deployed around the US), When I run…
Chris
  • 21
  • 7
0
votes
2 answers

C# Application attempting to use TAPI with a Toshiba CIX

I have a C# Tapi application which I'm developing to send from the computer to the Toshiba CIX tapi commands which route to the phones. The line itself isn't important as that part is working. I am able to dial the phone from the application. …
bigphildogg86
  • 176
  • 1
  • 7
  • 17
0
votes
2 answers

Is TAPI in the WinRT API?

I've not had a chance to play with WinRT yet. I just wondered whether anyone knew if TAPI is part of the WinRT API now?
Carl Rippon
  • 4,553
  • 8
  • 49
  • 64
0
votes
0 answers

How to make calls and gets events from php or nodejs with TAPI 2.0/2.1 under unix system?

I need to connect to a pbx with TAPI 2.0/2.1 protocol, how can i make calls and gets pbx events under unix system with php or nodejs?
Luigi
  • 1
  • 1
0
votes
1 answer

help in use of ITAPI3 api

My problem is related to the use of ITAPI3. I am trying to build simple app that could call another number using modem connected to pc and a telephone line. Platform is C# (new at this language) In one of the post from ITAPI3 Sending and Receiving…
bunkdeath
  • 2,348
  • 5
  • 21
  • 23
0
votes
1 answer

TAPI ITAddressDeviceSpecificEven how to get all data from an event?

I am working with a TAPI DLL in Python trying to keep track of all the events that happen. Faced a problem handling ITAddressDeviceSpecificEvent event
0
votes
1 answer

Tapi working with Teams / other cisco systems

hi i'm currently looking at some new cisco phone systems and something on the wish list is a click to open account on our intranet. I've been advised to look into tapi so I wondered if this worked with teams so I could create and test a solution. i…
Sam Towle
  • 13
  • 4
0
votes
0 answers

TAPI 2.2 event notification manner problem

I have a technical issue and kindly wish to help me. I have developed a console application sample to catch a caller ID using TAPI 2.2. I have faced a problem with some modem drivers (not all), I can’t catch the caller ID. My objective is to use the…
Bassam Najeeb
  • 607
  • 2
  • 7
  • 16
0
votes
0 answers

Python - Make a call using TAPI (Telephony Application Programming Interface)

This python code will make a phone call using a modem and TAPI but it only works first time. If I re-run the python script it will not dial again. import win32com.client cls = "TAPI.TAPI.1" sNumber = '12345678' # Adjust it to phone number ti =…
zeroalpha
  • 173
  • 1
  • 11