01-27-2009, 08:45 AM
You don't need dlls or typelibs. Read TAPI reference in MSDN library and use the functions.
Also Windows has TAPI type library. It should be simpler to use but I don't know where documented.
Macro
Or automate Windows Phone Dialer application.
Macro
At first run dialer.exe and configure everything and make sure you can make phone calls with it. It uses TAPI too.
Also Windows has TAPI type library. It should be simpler to use but I don't know where documented.
Macro
typelib TAPI3Lib {21D6D480-A88B-11D0-83DD-00AA003CCABD} 1.0
TAPI3Lib.RequestMakeCall r._create
r.MakeCall("123456789" "qm" "test" "")
;don't know if something like this will work
Or automate Windows Phone Dialer application.
Macro
At first run dialer.exe and configure everything and make sure you can make phone calls with it. It uses TAPI too.