Quote:
|
Originally Posted by martyw
Is there any way to control the phone with the new Smart Phone SDK? I would like to dial the phone, hangup, etc..
|
If u r talking about APIs in the SDK that enable phone related functionality..
Yes, the SDK does provide functions to do that stuff...
I havent gotten around to play with them..but once u install the SDK, in the help look under
"Windows CE APIs for SmartPhone 2003" (its the last item in
the help contents)-> "Telephony API"
And under
"Smartphone API reference" -> "Telephony"
Or search for functions
PhoneMakeCall(), lineMakeCall() and lineCallbackFunc()
Like lineCallbackFunc() should allow u to get messages regarding call state...lineMakeCall() places call.
And from the looks of it, seems like 2003 has a lot of new TAPI functions.
Kris