Get missed call notification?

  • Thread starter Thread starter Mustafa Rabie
  • Start date Start date
M

Mustafa Rabie

Hi All,

my application needs to get notified when there's a new missed call on the
Smartphone or PPCPE. Is there a notification mechanisim provided by netCF
or an API that does that?
or do i check the missed calls log every min and check if there's a new
entry using the opennetcf.phone classes?

Thanks for your help
Mustafa Rabie
 
There isn't an API to notify you directly at the moment. In the next version
of Windows Mobile there will be a Notifications Broker which will expose
these system events. In the mean time I think the only way is to read the
call-log.

Peter
 
Well, he could use TAPI to monitor incoming calls and see if call went
directly from LINECALLSTATE_OFFERING to LINECALLSTATE_IDLE
 
Back
Top