Phone Call Log
-
Hey, I am interested in creating an application that logs all incoming and outgoing calls on the different mobile operating systems. It would log the following: A. The number it came from. B. Outgoing or incoming. C. Time of call. D. Duration of call. How can this be achieved in windows mobile? What API should i be reading about to "intercept phone calls"? Thanx.
-
Hey, I am interested in creating an application that logs all incoming and outgoing calls on the different mobile operating systems. It would log the following: A. The number it came from. B. Outgoing or incoming. C. Time of call. D. Duration of call. How can this be achieved in windows mobile? What API should i be reading about to "intercept phone calls"? Thanx.
On Windows Mobile this can be done by using the State and Notification Broker. It is available in both native and managed code for Windows Mobile. Among other things the class will notify you when a call is coming in along with Caller ID data, when the conversation begins, and when the conversation ends. The other data you are looking for can be infered from these three items.
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
Hey, I am interested in creating an application that logs all incoming and outgoing calls on the different mobile operating systems. It would log the following: A. The number it came from. B. Outgoing or incoming. C. Time of call. D. Duration of call. How can this be achieved in windows mobile? What API should i be reading about to "intercept phone calls"? Thanx.
how to download the call log application