I need to implement a small feature in my project for windows mobile 6.0+ platform. I want to attach to an event when a phone call is answered and to record the 2 way call. I saw this question:
Windows Mobile - 2 Way Call Recording (C#)
But it doesn't work in my case. When I start to record the microphone is blocked and the person on the other side can't hear my voice. I thought that maybe the problem is in the telephone(HTC Touch HD) but there are some programs that work, for example:
- http://www.1800pocketpc.com/record-phone-calls-on-windows-mobile-htc-touch-hd/2925/
- http://forum.xda-developers.com/showthread.php?t=536472
I have two questions:
- How to attach to a phone call?
- How to record the phone call?
I appreciate your help.
Thanks,
Ivo