views:

246

answers:

1

Who knows how to record incoming and outcoming calls in Windows Mobile SDK C#?

Thanks for help.

+1  A: 

Well, this is not really the reply you want but here is some information.

This has been discussed a lot on the MSDN-forums, for instance here and here here. They say it's tricky, mostly due to hardware-restrictions, but I believe they don't like to discuss it because recording phone-calls is not legal in all countries/states.

Some people have been writing software and recorded phone-calls by using the microphone and the speaker but normally the result isn't that good. However, there is a developer over at XDA (where else) who has managed to use the built-in soundcard to record conversations. Have a look at this thread at XDA.

He said that he used OpenNetCF so maybe the SO-user ctacke can give some more information.

As said, probably not the kind of reply you wanted but maybe you found it useful.

Good luck!

BTW, if you find out how, please share!

moster67