TAPI 3: Isn't there a CS_ENGAGED call state?
Wed, 9 Jul 2008 12:19:56 +0200
Hi newsgroup,
I have developed a TAPI3Wrapper.ocx with VB 6
utilizing the TAPI3.DLL.
It has a function for detecting incoming calls via
the TAPI event procedure, and a function for making calls.
With outgoing calls, there is one behavior I dislike.
I've observed this at my development site with an
el ...
|
Caller Id Using TAPI
Wed, 9 Jul 2008 00:31:29 -0700 (PDT)
hi,
I'm doing an application using TAPI3...I need to get the Caller Id
information to the Windows Application using C#.net....I tried with
ITCallInfo class,caller id method in that....but i didnt get the
correct result....Can Any one help me to do this please....Very
Urgent........
Thank You... ...
|
Re: tapi3 : need help to find pbx stations name
Tue, 8 Jul 2008 23:35:15 +0200
"micha" <mlovem1@walla.co.il> schrieb im Newsbeitrag news:...
> Message-ID: <36aa029d70904086a2b1d32ec7bea4c6@newspe.com>
> hi Andreas
> ITAddress::get_AddressName() give me EXT0101 but i need the name of that
> station.
micha,
ok, so at least we know that the TSP doesn't fill in the station name there.
...
|
Re: tapi3 - vb6: help in disconnect a call
Tue, 8 Jul 2008 12:09:33 +0200
"micha" <mlovem1@walla.co.il> schrieb im Newsbeitrag news:...
> Message-ID: <7512dddb08024ae1b70719c5ead30313@newspe.com>
> but if i put --fMonitor = False-- then i cant see no event
micha,
then it likely that you were not granted owner privs since another TAPI3 ap
has already (successfully) requested owner ...
|
tapi3 : need help to find pbx stations name
Tue, 8 Jul 2008 18:01:51 +0800
hellow to you
i have panasonic-tda100 pbx
i try to find the stations name
if i change station 101 name to be 'micha'
when i start my program i want to see
that station 101 = micha
the only way for me to get it
is when i make a phone call from that station and use
the: pEvent.Call.CallInfoString(CIS_CA ...
|
TAPI Newbie Struggles, Is TeleTools 3.7 a good buy?
Mon, 7 Jul 2008 07:49:05 -0700 (PDT)
Hello everyone. I have been scouring the net for the last couples of
weeks for TAPI info and it has been hard getting a grasp of things as
it seems like this concept has "died off" of popularity from
development. A lot of the links (Helen Warn's Wrapper, eg) are broken
and most of the source codes have been remo ...
|
tapi3 - vb6: help in disconnect a call
Mon, 7 Jul 2008 19:18:51 +0800
hellow all
i write program to connect to panasonic tda-100
for now i can
list all stations and register them
see all basic events for each station
dial from each station that i choose
my problem is:
i dont know hot to disconnect a call from a station
i try to
Set MyAddress = MyColl.Item(218) '= station ...
|
|
|
tapi3 - vb6: help in disconnect a call
Mon, 7 Jul 2008 15:24:46 +0800
i made a program that connect to panasonic tda100 pbx
i can make phone calls from any station that i choose
and see all the events of all stations
but i cant diconect a call from the station i choose
i try somthing like this:
Dim MyAddress As ITAddress2
Dim MyColl As ITCollection
Dim MyPhone As ITBasicCal ...
|
Debugging a TSP
Sat, 5 Jul 2008 12:16:00 +0100
Hello
I followed the notes on Andreas Marshall's TAPI and TSP FAQ site and edited
my HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TapiSrv\ImagePath
to:
"C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\msdev.exe"
%SystemRoot%\System32\svchost.exe -k tapisrv
[Previously it was: %SystemR ...
|
TAPI FAQ Update
Thu, 3 Jul 2008 16:06:47 -0400
On Andreas Marschall's TAPI FAQ, there is a link to gotdotnet to get the
Helen Warn Wrapper. This site no longer exist, and a search on Microsoft's
replacement site does not find the same.
Somebody must surely have download this which I need, and can give to me?
But in any case, the FAQ should be updated.
...
|