Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
calls
#4
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
Code:
Copy      Help
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
Code:
Copy      Help
run "dialer.exe"
;...

At first run dialer.exe and configure everything and make sure you can make phone calls with it. It uses TAPI too.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)