How Can I stop a phone call...

  • Thread starter Thread starter periket2000
  • Start date Start date
P

periket2000

hi guys,
I've developed a Windows Mobile 5 application that has got two
software buttons, one for picking up and
one for hung up. When I push the picking up button, I call this
function 'Phone.MakeCall( NumberPhone, false )', where NumberPhone is
a number taken from a textBox, and the phone call begins. I'm using
the phone.dll, the problem is: How Can I stop the call when I push the
hung up button?.
Regards.
 
You will need to interface with TAPI. The Phone class that comes with WM5 SDK
is very basic with what you can do with it. Look up TAPI in MSDN for more
information.
It is no easy task I add.
 
Back
Top