0
votes
0answers
13 views
Trouble in Hanging up call from a specific number
Hi all,
I have made a small windows mobile application for hanging up calls from a specific number. I am using Tapi to manage my call.. but somehow my comparison does not work!!! When I compare …
0
votes
1answer
79 views
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"
…
0
votes
2answers
61 views
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 …
0
votes
1answer
71 views
how to write c# code for creating a conference call for softphone using TAPI3.0
I had developed some code
private void button7_Click(object sender, EventArgs e)
{
IEnumCall ec = ia[line].EnumerateCalls();
uint arg = 0;
ITCallInfo …
2
votes
1answer
331 views
how to dial phone number using C# ?
i've been searching for awhile on how to dial a phone number programmatically (using C#).
i read an article about using Microsoft TAPI to do the job.. however i couldnt fully understand it..
so i was …
0
votes
1answer
39 views
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?
0
votes
1answer
32 views
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 …
0
votes
0answers
47 views
Set max BAUD rate via tapi
I have a program that uses the AsyncPro libraries (found on sourceforge) to interact with a modem and place calls. My software calls and controls embedded devices that have old modem technology that …
2
votes
2answers
452 views
Directly accessing the modem in Windows Mobile
For some reasons I need to be able to access the internal modem of a Windows Mobile smartphone (a HTC s740 with WM version 6.1). What I want is to be able to access it like it was a serial port in …
2
votes
1answer
376 views
TAPI on Windows 2008 64 bit edition
I have an old app I support (written in VB6) and it interfaces with TAPI. Recently the app got installed on the Windows 2008 Server 64-bit edition. However, the TSP driver for TAPI installation, …
0
votes
2answers
494 views
What’s the difference between TAPI and TSAPI
I have a C++ program that uses the Microsoft TAPI interface to collect call events from a Cisco Call Manager PBX. To get the Cisco events I downloaded the TSP from the call manager and then my TAPI …
2
votes
2answers
424 views
How to get TAPI to work in Vista with C#?
Hello,
How do I get TAPI to work on Vista?
Thanks
1
vote
2answers
132 views
Telephony event notification in .NET
Hello,
I have a Windows Forms application, developed in C#, that would benefit from being able to receive telephony event notifications.
For example, if office worker Joe answers a telephone call on …
0
votes
2answers
170 views
Recommendations on TAPI components for MS Windows
Hi, can anyone recommend a TAPI component for use with C++ in the MS Windows environment?
I have tried the standard MS implementations of TAPI 2 and 3 and had problems with both. Mainly recovery from …
3
votes
1answer
114 views
TAPI Versioning
What is the best way to get the TAPI version and additional TAPI information with C#?
