Link to home
Start Free TrialLog in
Avatar of HLRosenberger
HLRosenbergerFlag for United States of America

asked on

Using TAPI

I want to use TAPI to make calls.   I have successfully used tapiRequestMakeCall in the TAPI32.DLL to make calls, which seems to use dialer.exe.  However, I would like more control over the call.   I don't want the dialer window, I want to be able to hang up, I want to be able to detect when the called has picked up the phone.   So, what "level" or TAPI library do I need?  What's in TAPI32.DLL verses TAPI3.dll?  

I want to use .NET code.
ASKER CERTIFIED SOLUTION
Avatar of darbid73
darbid73
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of HLRosenberger

ASKER

Yes, using Tapi3 is the answer for me.