954,483 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Telephony using C++

can somebody give me an idea as to how do i go about developing a C++ application with capabilities of calling a number, answering calls etc.

manav_sh
Newbie Poster
1 post since Aug 2004
Reputation Points: 10
Solved Threads: 0
 

Under Windows, you want to use either RAS, which is pretty high level and easy, or TAPI, which is harder but gives you more control and information.

VC++ comes with sample code for both, those will get you going in the right direction. If this isn't Windows, then someone else can chime in on how to get started...

Chainsaw
Posting Pro in Training
436 posts since Jun 2004
Reputation Points: 36
Solved Threads: 11
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You