phonecalls

Iphone: Restart AVAudioPlayer after user initiate a phone call

Well, all is in the title : I'm trying to use AVAudioPlayer in my app so that when a user initiate a call, the audio resume. As for now, audio resume correctly in case of incoming phone call (with use of AVAudioPlayerDelegate methods audioPlayerBeginInterruption & audioPlayerEndInterruption). When if I initiate a phone call, audioPlayer...

How to reject incoming call programatically in android ?

Hi , Can any one tell me how to reject incoming call programatically in android ? Thank you, Srinivas ...

Phone-call using app's audio streams and resources and closing them on call-end

I have an app that is using Bluetooth headset as its input and output for some kind of audio feedback and recording. When I make or receive a call, my app does not closes. The app is running and am able to talk. But when I end the call, my audio streams that were being used by the app also gets closed. Also am able to record what am sa...

recognize that user call somebody

how to regognize that user call somebody from code?(means i have an app and want to do sth when user call somebody) ...