Some issues with a 3COM PBX
Tue, 8 Apr 2008 00:00:10 -0700
Hello,
I've implemented a TAPI solution against a 3COM 9000 pbx using VB6.
Everything seems to work, but there is one hickup. Everytime there is a
connection made, before the CS_CONNECTED message, I always get a
CS_DISCONNECTED message. I can't figure out why. Is this a setting or is
this by design?
Tha ...
|
how to use lineHold()
Mon, 7 Apr 2008 21:12:56 -0700 (PDT)
good morning everybody,
I m very new to windows mobile..... i m using CeDialer
application .... I m able to call outgoing call.... now i want to
implement call hold.... the msdn says to use LineHold().... but I dont
know where to use it in my code ,,,, and which parameter to pass in
it....
I m using visual stu ...
|
call recording via TAPI for any PBX
Mon, 7 Apr 2008 02:39:01 -0700
Andreas Marschall and senior members, Thanks for your support.
I have seen question logs , but didn't found any question related to TAPI
for soft PBX.
I have PBX (Let's say it is astersik ). I have a TSP for this soft PBX. (
xtelsio TAPI for Asterisk)
Extensions are created and calls are made from one ...
|
how to find out which .tsp DLL is used by an address
Mon, 07 Apr 2008 08:05:12 +0200
Hi *,
I have to figure out which .tsp DLL is used by an address.
So far I am able to see which lines are available and how to get the
associated address via lineGetAddressCaps() as shown below:
lineDevCaps - lineName for deviceId=0 is RAS PPPoE Line0000
providerInfo for de ...
|
How to interprete dialing rules "I" and "N"
Sun, 6 Apr 2008 12:32:34 +0200
Hi *,
in registry under
"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List" are
dialing rules for each country stored.
I try to understand how dialing rules work. I found an description for most
of them (e.g. KB167220).
But not for "I" which is used in france for long distance rule, ...
|
Simple Dialer
Fri, 4 Apr 2008 17:26:34 -0700 (PDT)
I am trying to create a simple phone dialer, that will dial a phone
number from the computer, let the user pick up the phone line, (phone
line is connected to the modem) and then have the modem disconnect.
I am using Visual Studio 2003, and Visual Basic.
My form has two TextBoxes one for the Phone number to ...
|
TAPI & PBX
Fri, 4 Apr 2008 13:57:39 -0700 (PDT)
I'd like to write a very basic application to catch Caller ID on
incoming call on my PBX (MATRA 6501) with TAPI. But I have no
experience with TAPI.
Does anyone know what I have to turn on on my PBX to make it work?
Is there any licences to buy to open service, SDK...?
What the connection type between PBX and a ...
|
|
|
TAPI UNIMODEM CALL DISCONNECT NOTIFICATION PROBLEM
Thu, 3 Apr 2008 07:28:02 -0700
I have developed a TAPI application using voice modem (UNIMODEM TSP). The
application is working fine except that when the person on other side
(receiver) disconnects the call, TAPI application is unable to prompt the
disconnection event.
After some research, it came in to my knowledge, that it is a limitatio ...
|
Remote TSP server
Thu, 3 Apr 2008 14:18:29 +0200
Hello,
I have an application which needs to be informed when a user does a click to
dial in Outlook. As far as I understand TAPI and TSP mechanisms, I should be
able to create my own TSP server, using the Remote TSP on the client PC. By
specifying which server to use on the client, it should send the reques ...
|
TSP and CLIP/CLIR
Wed, 02 Apr 2008 08:40:17 +0200
Hello,
I have to work on a custom TSP that supports CLIR/CLIP.
I'd like to understand exactly what a TSP has to do with CLIP/CLI: The
only function that seems to deal with CLIP/CLIR in a TSP is
TSPI_lineGetAddressCaps which contains a variable named dwAddrCapFlags.
This variable is a packed bit flag which ...
|