Home > Archive > Smartphone Developer Forum > October 2005 > Phone call interception
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Phone call interception
|
|
| Jonathan Stratford 2005-10-30, 7:01 pm |
| Hi,
I'm trying to write a program for a smartphone running windows mobile 5.0.
The program needs to intercept phone calls before the phone rings, but I
cannot find anything in the API that looks like it might do this. Is there a
way?
Many thanks,
Jonathan Stratford
| |
| andrej.koehler(at)gmx.net 2005-10-30, 7:01 pm |
| Hi,
yes there is one.
use TAPI
http://msdn.microsoft.com/library/d...cefunctions.asp
you can register a callback function to monitor the different states of
a phone call
- Andrej -
Jonathan Stratford schrieb:
> Hi,
>
> I'm trying to write a program for a smartphone running windows mobile 5.0.
> The program needs to intercept phone calls before the phone rings, but I
> cannot find anything in the API that looks like it might do this. Is there a
> way?
>
> Many thanks,
>
> Jonathan Stratford
| |
| Alex Feinman (MVP) 2005-10-31, 3:57 am |
| Jonathan Stratford wrote:
> Hi,
>
> I'm trying to write a program for a smartphone running windows mobile 5.0.
> The program needs to intercept phone calls before the phone rings, but I
> cannot find anything in the API that looks like it might do this. Is there a
> way?
>
> Many thanks,
>
> Jonathan Stratford
You cannot intercept a phone call *before* device rings. It is by design
|
|
|
|
|