Activating a program on incoming calls

  • Thread starter Thread starter Wernfried Schwenkner
  • Start date Start date
W

Wernfried Schwenkner

On a PDA with GSM, can I somehow activate a program on incoming calls?
May be it isn't possible with .NET but in other languages?
 
Yes, sure. You need yo use TAPI to open the line in Monitor mode and then
you would receive call on your callback function complete with Caller ID
information if present. It just that you will need t do it in C++ because
callbacks are not supported in CF. I had certain level of success doing it
under CF but the code I have does not work on some Xscale devices, so for
now you have to resort to C++
 
Back
Top