Click here to Skip to main content
15,881,812 members
Articles / Programming Languages / VBScript
Article

Creating your first TAPI application

Rate me:
Please Sign up or sign in to vote.
3.47/5 (37 votes)
4 Nov 20012 min read 603.7K   21.6K   63   114
This sample application shows you how you can use the TAPI 3.0 functions to create a TAPI application of your own.

Sample Image - tapi.jpg

Introduction

This sample application shows you how you can use the TAPI 3.0 functions to create a TAPI application of your own. Microsoft provides more than 100 functions as part of the TAPI library. TAPI 2.1 was more difficult to use as it was a set of API functions but TAPI 3.0 which comes as part of Windows 2000 has ActiveX controls that make the TAPI application creation much easier. The TAPI SDK that can be downloaded from the Microsoft site provide several samples which show the usage of TAPI functions in VB, JAVA and C++. Learning to use different TAPI functions require lot of time investment but once you create some applications using these TAPI functions, it becomes easier for you to use the TAPI functions more efficiently.

Requirements to run this sample code

This application uses the Windows Phone Dialer utility that comes with Windows and can be found under the Accessories group. That program will act as the call manager and will handle the dialing of the phone number that is passed to the tapiRequestMakeCall function.

Running the program will invoke the call manager, and the call manager then dials the number entered in the textbox.

Before running the sample code, make sure that the modem is installed in your machine. Also, to experiment with other TAPI functions, download the complete TAPI SDK (if its not already available on your computer) from the Microsoft site. Several third parties develop tools that make the creation of telephony applications much easier. If you are a serious TAPI developer then you must download the third party tools from the Internet or dwell into the TAPI SDK yourself to get a thorough understanding of the telephony functions.

You can download TAPI software free of cost from the Microsoft site.

TAPI2195.exe is the TAPI implementation for Windows 95, and TAPI21NT for Windows NT. Download and install the one that is appropriate for your computer.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Pakistan Pakistan
S.S. Ahmed is a senior software engineer and works for a web and software development firm. Ahmed is a Microsoft Office SharePoint Server MVP. Ahmed specializes in creating database driven dynamic web sites. He has been creating customized SharePoint solutions for the last five years. Ahmed has worked in Visual Basic, Visual C, Java, ASP, .NET, SharePoint, InfoPath, BizTalk, etc. Ahmed enjoys travelling and has been to many parts of the world. Ahmed distributes most of his work freely to many internet sites. Ahmed also participates in different newsgroups and tries to help people out with their problems. Ahmed can be reached at share.point@yahoo.com

PEACE

S.S. Ahmed
Web: www.walisystems.com
Blog:www.sharepointblogs.com/ssa

Comments and Discussions

 
GeneralRecognize the keys pressed in phone. Pin
aks.15-Dec-04 23:01
aks.15-Dec-04 23:01 
GeneralRe: Recognize the keys pressed in phone. Pin
Mohammad Hash27-Dec-04 5:38
Mohammad Hash27-Dec-04 5:38 
GeneralRe: Recognize the keys pressed in phone. Pin
shiva tavasoli2-Jan-05 20:30
shiva tavasoli2-Jan-05 20:30 
GeneralRe: Recognize the keys pressed in phone. Pin
Member 221414710-Sep-05 18:48
Member 221414710-Sep-05 18:48 
GeneralRe: Recognize the keys pressed in phone. Pin
arash63f25-Jan-06 2:13
arash63f25-Jan-06 2:13 
GeneralRe: Recognize the keys pressed in phone. Pin
Member 9690572-Jan-05 22:31
Member 9690572-Jan-05 22:31 
GeneralRe: Recognize the keys pressed in phone. Pin
sdir17-Feb-05 13:54
sdir17-Feb-05 13:54 
GeneralRe: Recognize the keys pressed in phone. Pin
vaibhav tiwari6-Apr-05 8:40
vaibhav tiwari6-Apr-05 8:40 
GeneralRe: Recognize the keys pressed in phone. Pin
Member 191688024-Apr-05 23:45
Member 191688024-Apr-05 23:45 
GeneralTAPI monitor Pin
Anonymous24-Sep-04 3:18
Anonymous24-Sep-04 3:18 
GeneralRe: TAPI monitor Pin
shiva tavasoli2-Jan-05 0:39
shiva tavasoli2-Jan-05 0:39 
Generali will be very thankfull of u if u slove my problem Pin
zia_mansoor6-Aug-04 2:32
zia_mansoor6-Aug-04 2:32 
GeneralTAPI in C# Pin
Usman Qadri17-May-04 19:59
Usman Qadri17-May-04 19:59 
GeneralRe: TAPI in C# Pin
Cjo1-Jun-04 17:27
Cjo1-Jun-04 17:27 
GeneralRe: TAPI in C# Pin
samson197821-Sep-04 20:16
samson197821-Sep-04 20:16 
GeneralRe: TAPI in C# Pin
Member 107532015-Apr-05 4:43
Member 107532015-Apr-05 4:43 
GeneralRe: TAPI in C# Pin
Usman Qadri18-Apr-05 18:26
Usman Qadri18-Apr-05 18:26 
GeneralRe: TAPI in C# Pin
zlian11-May-05 2:32
zlian11-May-05 2:32 
GeneralI need a hand Pin
Anonymous27-Apr-04 14:49
Anonymous27-Apr-04 14:49 
Generaltapi-sapi Pin
Member 104307623-Apr-04 15:29
Member 104307623-Apr-04 15:29 
GeneralDownloading TAPI SDK Pin
DHARMA.R18-Feb-04 19:25
DHARMA.R18-Feb-04 19:25 
GeneralRe: Downloading TAPI SDK Pin
AnIMESH MOHANTY19-Apr-04 4:15
sussAnIMESH MOHANTY19-Apr-04 4:15 
GeneralRe: Downloading TAPI SDK Pin
DHARMA.R19-Apr-04 4:34
DHARMA.R19-Apr-04 4:34 
GeneralRe: Downloading TAPI SDK Pin
DHARMA.R19-Apr-04 4:42
DHARMA.R19-Apr-04 4:42 
GeneralRe: Downloading TAPI SDK Pin
Anonymous26-May-04 21:20
Anonymous26-May-04 21:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.