Starting app and getting current status of line
Mon, 16 Jun 2008 16:04:18 -0600
I have an app that needs to be able to start and then determine the status
of a TAPI line. There may or may not be a call active/on hold/ringing when
the app starts.
Is there any way to do this? So far I can't figure it out.
...
|
TAPI Newbee
Mon, 16 Jun 2008 12:51:04 -0700
Hello Masters,
This is my first day in the TAPI-TSP World. I am supposed to write an
application that monitors Samsung Officeserv PABX for incoming phone calls.
The App should know when the call starts and ends.
I have samsung open TSP driver installed on my computer. I am running Vista
Business. I think ...
|
Future of TAPI
Fri, 13 Jun 2008 10:54:14 -0400
I am looking into TAPI-enabling our software application that we develop and
sell. I am a little hesitant to jump into this since it appears that TAPI
hasn't moved forward in awhile. Is Microsoft going to move TAPI to .NET or
continue its development at all? I would hate to start a major project like
this to ...
|
TSP - Incoming Call phone number
Thu, 12 Jun 2008 16:44:08 +0200
Hi,
With my TSP, I detect incomings calls and I signal them to the TAPI
application with LINE_NEWCALL :
(*line->pfnEventProc)( line->htLine, 0, LINE_NEWCALL, (unsigned
long)line, (unsigned long)(&(line->htCall)), 0);
SetCallState(line, LINECALLSTATE_OFFERING, NULL);
Now, I'd like to kno ...
|
unique ID for every call
Wed, 11 Jun 2008 22:58:58 +0200
Hello all,
I code a call monitor based on TAPI. Every think is running fine, but one
think I have a problem.
When I have a active call, and a other additional call is coming, than I
have a problem to handle both call.
I need to identify each call.
Is there a unique number for every call? Not only the calle ...
|
TAPI lineCallback not being invoked through MFC app
Sat, 7 Jun 2008 18:22:51 -0400
Hi,
I'm a relative newbie to TAPI programming. I'm building a MFC based WM6
application for Pocket PC's to handle incoming calls after a fixed number of
rings (preset by the user). My method of performing lineInitialize is as
follows:
1. Main dialog screen shows up and I perform lineInitialize as follows ...
|
Restart TSP
Wed, 4 Jun 2008 07:06:01 -0700
Hi,
I have an TAPI application that works with Panasonic TSP. Sometimes the TSP
crashes and I want to restart it. How can I do? I tried to stop TapiSrv
service and restart it, but the TSP didn't start to work. So, I have to
restart the computer, but it's not a solution for me.
Thanks,
Diego. ...
|
|
|
TSP cannot be installed on some PC
Wed, 4 Jun 2008 11:14:01 +0200
Hello,
my TSP can be installed on my PC easily, either with "phone and modem
options" in the config panel, or with lineAddProvider in TB2. It also works
on another PC, but on another one, we simply can't see it in the list of
available TSPs. When we try to add a TSP with lineAddProvider it fails :
10:53.39 ...
|
Windows 2003 RemoteSP stops running intermittently over Nortel CCT
Tue, 3 Jun 2008 08:55:01 -0700
Hi,
I have a TAPI 2.2 client application communicating with the Nortel NCCT 6.0
TAPI server residing on a Windows 2003 Server, for monitoring call info. This
application has been working smoothly on the Windows 2000 Server as the
client machine. We have recently moved it to Windows 2003 Server as the
clie ...
|
Dialing Rules
Tue, 3 Jun 2008 08:19:34 -0700 (PDT)
I am trying to develop a C# application to access Dialing Rules with
TAPI3.
Just need a snippet code
thank in advance ...
|