How to learn? Tapi3, C++, Panasonic TDA100 PBX, no VoIP
Fri, 21 Mar 2008 03:32:19 -0700 (PDT)
Hi, I started working on TAPI only 2 weeks ago.
I have to control a Panasonic TDA100 PBX for simple operations
(monitor lines, make and transfer audio calls) from a C++ application.
Microsoft MSDN examples and "how-to" describe the basic tasks as
simple tasks...
....but now I realize each PBX can manage task ...
|
TAPI & Windos Mobile & .NET CF
Thu, 20 Mar 2008 06:18:08 -0700
Hey everyone,
I'm completely new in TAPI-things but i'm still hating it ;-).
The current reason for this message is, that I need to the control over the
TAPI-/telephone-functionality in Windows Mobile. Like replacing the
'cprog.exe'-file with the own prgram with nearly the same subset of
functions, but o ...
|
Problem Answering a call using Julmar's Sample Answer
Wed, 19 Mar 2008 15:16:03 -0700
Hi,
I have been trying to use Julmar's Sample Application which answer's
inbound calls. (http://www.julmar.com/tapi/). when the app tries to open a
line using my Agere Systems HDA Modem with the mediamode as
LINEMEDIAMODE_DATAMODEM | LINEMEDIAMODE_INTERACTIVEVOICE the LineOpen call is
not a success and t ...
|
Re: TAPI coding problem
Wed, 19 Mar 2008 18:43:49 +0100
Erwin,
I'm glad to hear it works now. In fact at some point in time we
even created a C++ dll to get callinfo from within a VB6 application
but in most cases, either handling or clearing solved the problem...
Best regards,
Matthias Moetje
-------------------------------------
TAPI WIKI: http://www.tapi. ...
|
CTI Client - command-line dialling
Wed, 19 Mar 2008 04:05:24 -0700 (PDT)
Hi,
We are in the process of implementing a CRM solution which also
involves purchase of a new PABX. One requirement is that we have
dialing capability from the CRM application.
The CRM application is not TAPI enabled. Instead, since it is web-
based, they specify that they need a command-line application t ...
|
Delay in Getting Call Offering
Tue, 18 Mar 2008 21:41:02 -0700 (PDT)
Hi
We developed a Tapi recording application using modem
In our client site we are getting the Call offer event only after two
rings. So if the user picks up the phone before that we didn't able to
identify call is landed.
In our development environment its working perfectly.
Is this problem related to T ...
|
TAPI Error
Tue, 18 Mar 2008 21:07:51 -0700 (PDT)
Hi,
The following is an error log from a TAPI session.
Have to figure out what/where the error is in the application.
From the log below, it would seem that the error starts
somewhere at 'lCalledIDAddressType = error = 0x80004005'.
Don't know what it actually means.
This is my first attempt at TAPI...
...
|
|
|
ITBasicCallControl and ITCallNotificationEvent
Tue, 18 Mar 2008 19:30:10 +0100
Hi,
ITBasicCallControl and ITCallNotificationEvent are the most used interfaces
of the Call object.
Anyhow, AFAIK, there is no easy way to relate them.
There is no a CallID (actually the TSP can provide it, but it's exposed only
from ITCallNotificationEvent), so if I want to figure out which
ITCallNotif ...
|
"CEC_DISCONNECT_BUSY" upon hang up (after a successull call)
Tue, 18 Mar 2008 16:36:17 +0100
Hi,
in my application i close a call via ITBasicCallControl.Disconnect method
(Tapi3).
I've got an event handler for the ITCallStateEvent and there i check the
event's cause.
After the disconnect i always get cause = CEC_DISCONNECT_BUSY,
even when the call was actually replied and remained connected for a ...
|
Detect busy line
Tue, 18 Mar 2008 10:57:47 +0100
Hi,
I would expect to get an ITCallStateEvent with CEC_DISCONNECT_BUSY when the
remote party is busy.
Instead I get an ITCallStateEvent with CS_CONNECTED as soon as the remote
party ring.
Which is the correct way to detect the busy line?
Should I detect the "busy tone"?
If so, should I use ITLegacyCallM ...
|