Modem Help, Urgent

do u know anything abt that how can i use my Vb /.net application to Recieve incoming call using my modem, and give user a Audio File menu, and Capture whatever key he wil pres, like we do in Call Centeres

this project is for my Intel Olmpiads Competetion, Please Kindly assist me and give me some reference urls and tutorials

Thanks in Advance

[506 byte] By [Um3r] at [2008-1-10]
# 1

You can find a very detailed information about the serial port for the modem communication here:

http://www.innovatic.dk/knowledg/SerialCOM/SerialCOM.htm

Can't help you with the other parts.

Good luck with the olympiad.

CarstenKanstrup at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 2

any tutorial for Tapi and Vb 2005, i found that it is possible thru Tapi Library and it seems tapi is very new for me, Anyone have Tutorials of working with tapi using Vb, Please ?

Um3r at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 3

I don't think that Tapi is supported in .NET, but maybe this 3rd party library can help you? http://www.julmar.com/tapi/

CarstenKanstrup at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 4
Tapi 3.0 is supported in .net 2.0
Um3r at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 5

A good book that explains about TAPI and many other serial communication issues in VB is

Visual Basic Programmers Guide to Serial Communication 4 by Richard Grier - ISBN 1-890422-28-2

It discusses using custom contols, Windows API and includes VB6 and VS.NET. This along with Carsten's information should be all that you need.

Have fun.

Steve

SteveWright at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 6
Um3r wrote:

any tutorial for Tapi and Vb 2005, i found that it is possible thru Tapi Library and it seems tapi is very new for me, Anyone have Tutorials of working with tapi using Vb, Please ?

Hi Um3r,

TAPI, standing for the Telephony Application-Programming Interface, is the mechanism by which computers can respond to phone calls.

TAPI is not supported from managed code. An alternative method permits you to call TAPI functionality from managed code.

Please check this KB article for detail.

http://support.microsoft.com/kb/841712

1. TAPI Quick Start

http://msdn2.microsoft.com/en-us/library/ms734257.aspx

2. Sample: working with TAPI 3.x from .net

3. Sample: TAPI 3.0 Application development using C#.NET

4. Sample: VB.net Does TAPI 3.0

5. Sample code: TAPI, Dial a phone number

Regards,

Martin

MartinXie-MSFT at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 7

Hi

I tried something using some ocx built for tapi, i can make call, i can play a wav file to user, but i cannot Recieve incoming call, I dont know how to do that,, this is the only prob im facing now a days. If anyone have some info abt that, please assist me, im waiting for ur kind reply

Um3r at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...