Hello

I can get an event when I have a missedcall and when an incomming call is
happening.

But how can I just have an event when the calllog has been changed?
Because the incomming call event fires when:

1. The incomming call appears
2. The incomming call gets answered
3. The incomming call is missed

The missed call event fires when

1. The incomming call is missed

But when the incomming call gets answered, I dont get an even when the call
is closing, when there is a new calllog entry...

I know I can use a timer which is reading all the time the callog, but
that's not really a good solution...'

Thanks

Sven

Re: Calllog Event by Peter

Peter
Tue Oct 09 08:16:30 PDT 2007

Using the State and Notifications broker you can get an event when the
PhoneCallTalking state changes. This should allow you to detect both when
the call is started and ended.

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"Sven Rutten" <svenrutten@hotmail.com> wrote in message
news:564A82CA-CD68-442A-8F18-473F38F32158@microsoft.com...
> Hello
>
> I can get an event when I have a missedcall and when an incomming call is
> happening.
>
> But how can I just have an event when the calllog has been changed?
> Because the incomming call event fires when:
>
> 1. The incomming call appears
> 2. The incomming call gets answered
> 3. The incomming call is missed
>
> The missed call event fires when
>
> 1. The incomming call is missed
>
> But when the incomming call gets answered, I dont get an even when the
> call is closing, when there is a new calllog entry...
>
> I know I can use a timer which is reading all the time the callog, but
> that's not really a good solution...'
>
> Thanks
>
> Sven


Re: Calllog Event by Sven

Sven
Tue Oct 09 14:06:42 PDT 2007

Thansk I will chekc that


"Peter Foot [MVP]" <feedback@nospam-inthehand.com> schrieb im Newsbeitrag
news:81BEBAC7-F1EB-4339-8AF0-FD07C48F90A2@microsoft.com...
> Using the State and Notifications broker you can get an event when the
> PhoneCallTalking state changes. This should allow you to detect both when
> the call is started and ended.
>
> Peter
>
> --
> Peter Foot
> Microsoft Device Application Development MVP
> www.peterfoot.net | www.inthehand.com
> In The Hand Ltd - .NET Solutions for Mobility
>
> "Sven Rutten" <svenrutten@hotmail.com> wrote in message
> news:564A82CA-CD68-442A-8F18-473F38F32158@microsoft.com...
>> Hello
>>
>> I can get an event when I have a missedcall and when an incomming call is
>> happening.
>>
>> But how can I just have an event when the calllog has been changed?
>> Because the incomming call event fires when:
>>
>> 1. The incomming call appears
>> 2. The incomming call gets answered
>> 3. The incomming call is missed
>>
>> The missed call event fires when
>>
>> 1. The incomming call is missed
>>
>> But when the incomming call gets answered, I dont get an even when the
>> call is closing, when there is a new calllog entry...
>>
>> I know I can use a timer which is reading all the time the callog, but
>> that's not really a good solution...'
>>
>> Thanks
>>
>> Sven
>