Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Mobile - Attach on call starting and recording a call

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:

  1. http://www.1800pocketpc.com/record-phone-calls-on-windows-mobile-htc-touch-hd/2925/
  2. http://forum.xda-developers.com/showthread.php?t=536472

I have two questions:

  1. How to attach to a phone call?
  2. How to record the phone call?

I appreciate your help.

Thanks,

Ivo

like image 692
abuseukk Avatar asked Dec 28 '11 09:12

abuseukk


2 Answers

It's not possible. This is by design. It's illegal to record a call without informing the other party involved. Same is the case with iPhone. Though there are services where you call and they call other party and record the conversation, but that's server side.

like image 118
Ankush Avatar answered Sep 18 '22 19:09

Ankush


Check this out. According to the posts in the link below there is a hardware limitation preventing this ability in an application.

http://social.msdn.microsoft.com/forums/en-US/vssmartdevicesnative/thread/65897b3b-da11-458b-b191-b9e4f6825843/

like image 35
Infinity Avatar answered Sep 17 '22 19:09

Infinity