PDA

View Full Version : Blocking incoming call notification


archanam2008
26th May 2008, 03:36 PM
I have to write code to block incoming call notification in Windows Mobile 5.0. I have read on various forums that it can be done by pausing the threads cprog.exe process. But despite pausing all the threads, the notification is still persistant. Please help urgently.

showaco
28th May 2008, 01:25 AM
Do you only want to block notifications or the calls themselves? There is a program called Call Firewall that might help you.

mx-roadster
30th May 2008, 11:05 AM
Hi

I would like to to the same thing:

if someone calls the number of my devices, I want to suppress the "incoming call notification" and accept the call with an own application.
Acception the own stuff should work very good, but the notification coming from the operating system is annoying.

Any ideas?

thanks in advance for a clue,

regards

mx roadster

archanam2008
31st May 2008, 03:56 PM
Do you only want to block notifications or the calls themselves? There is a program called Call Firewall that might help you.

I need to do both in different situations. Can you please tell me how I can do that using TAPI? Specifically, how can I monitor a line and get the handle to an incoming call, so that I can check the caller's number and act accordingly?