Is there any way to make a call programmatically without exiting from current app? I did a research, but all answers are with:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];
This is not what I want, I need also to access the voice stream.