I'm building a app that could allow user to make calls and receive incoming calls. The application is build using OpenNETCF
TAPI
API.
There is no issue for making calls so far. But during incoming call, the OS own dialer will pop up when there's an incoming call, and when i code it to automatically answer all incoming calls, the OS own answering dialog will be shown instead of my application.
Is there a way where we can 'hijack' this? As in let my application to handle all event relating to receiving calls and making calls once it is fired up?
Any help is appreciated. Thank you.