Hi All,
Is there a simple method for an application to detect an incoming phone call
on a WM device? I don't want to answer it, just know it is ringing.....

Thanks,
Freg

Re: How to detect incoming call by Fabien

Fabien
Wed May 09 14:28:21 CDT 2007

Hi,

In State and Notification Broker API, you will have a property
PhoneIncomingCall, it is a boolean. You can attach an event to this
property.

BR

Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/ | http://fabdecret.blogspot.com/

On 9 mai, 17:24, FregSnell <FregSn...@discussions.microsoft.com>
wrote:
> Hi All,
> Is there a simple method for an application to detect an incoming phone call
> on a WM device? I don't want to answer it, just know it is ringing.....
>
> Thanks,
> Freg



RE: How to detect incoming call by srhartone

srhartone
Wed May 09 16:55:00 CDT 2007

What Fabien suggested is good for WM5 and onwards, but if you are targeting
pre WM5 then you need to use TAPI.

--
Simon Hart
http://srhartone.blogspot.com


"FregSnell" wrote:

> Hi All,
> Is there a simple method for an application to detect an incoming phone call
> on a WM device? I don't want to answer it, just know it is ringing.....
>
> Thanks,
> Freg

RE: How to detect incoming call by FregSnell

FregSnell
Thu May 10 02:42:01 CDT 2007

WM5+ is fine, so Fabien's answer should do the trick.

Thanks Guys.

"Simon Hart" wrote:

> What Fabien suggested is good for WM5 and onwards, but if you are targeting
> pre WM5 then you need to use TAPI.
>
> --
> Simon Hart
> http://srhartone.blogspot.com
>
>
> "FregSnell" wrote:
>
> > Hi All,
> > Is there a simple method for an application to detect an incoming phone call
> > on a WM device? I don't want to answer it, just know it is ringing.....
> >
> > Thanks,
> > Freg