How to use computer's mic and speakers
Sat, 1 Mar 2008 12:18:45 -0600
Hi,
I'm using Windows 98, vc6, tapi 2.0 is being used between my program and
tapi, and tapi has negotiated tapi 1.4 for both line devices.
My application successfully answers an incoming call. (The telephone plugged
into the voice modem rings until my application answers the call. If I talk
into the phone f ...
|
Where is Tapi2Lib?
Sat, 1 Mar 2008 11:49:10 +0100
Hi all,
i'm new to Tapi and i was searching the Tapi2Lib wrapper...
GotDotNet has been closed, so where i can find that?
Sorry for my bad english and very thanks to all :)
Bye, Eros. ...
|
TAPI Transfer
Thu, 28 Feb 2008 09:21:16 -0800 (PST)
Hi
I have built a simple application just to gadder the call information
object and the call control object to do the transfer. The purpose is
to send data at the same time that the transfer is done. The problem
that i face is that some times when I do
objCallCntr.BlindTransfer(strDestination) the call is re ...
|
i am unable to hear the voice from landline no
Thu, 28 Feb 2008 06:18:44 GMT
--------------------------
Khurram Shakoor
khurram.net@gmail.com
--------------------------
...
|
Extracting hCall from dwCallsOffset
Wed, 27 Feb 2008 23:06:48 -0500
I need a little help translating a bit of code to vb. Yes - I am one of
those guys!!!
I think I understand what is going on but I am stuck on one piece of code.
Here's where I am so far....
lpCallList is a structure
typedef struct linecalllist_tag {
DWORD dwTotalSize;
DWORD dwNeededSize;
DWORD dwUse ...
|
Additional TAPI Specification available
Thu, 28 Feb 2008 01:19:52 +0100
FYI
there is an additional TAPI / TSPI spec in MSDN available:
[MS-TRP]: Telephony Remote Protocol Specification
http://msdn2.microsoft.com/en-us/library/cc247852.aspx
It's a PDF document (600+ pages) for download.
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK
TAPI / TSP Deve ...
|
Making and receiving calls in Access 2003 using TAPI 3
Tue, 26 Feb 2008 18:25:57 +0100
Hello,
I've developed a small address database application (Access 2003). The
address records include phone numbers and I want to use this numbers to
make phone calls and comparing them to incoming calls.
Until last month this worked fine using an ISDN phone, a dialer (via
serial port) and an OCX from th ...
|
|
|
connect error
Tue, 26 Feb 2008 22:40:43 +0800
i use the tapi3 make a app,i make a outcoming call and normal disconnect the
call but i again make outcoming a call,the ITBasicCallControl connect
failed,please get anybody help! thanks
...
|
Visual Studio AddIn for Debugging TAPISRV
Mon, 25 Feb 2008 20:56:34 +0100
Hi,
I just created another little helper for TSP developers which I had desired
quite a long time:
It's an AddIn for Visual Studio 2005 that adds a menu entry to the 'Tools'
menu titled "Attach to TAPISRV...".
Actually that's all what it does but I was a bit annoyed of the process
lookup through tasklis ...
|
TSPI_lineGetCallInfo
Mon, 25 Feb 2008 07:40:16 -0800
Hi everyone i'm a complete newbie in TAPi and i also have to start learning
fast so i appreciate all the help.
I have been given a TSP driver that only has basic functionality implemented
in it ( making and droping calls) etc.Now i have to add functionality so i
can implement a plugin for outlook that will ...
|