By using openURL we can make phone call from our app.
Problem:
It takes the users to the default Phone application after end of the call. But the users needs to go back to the app after end of the call.
Solution
NSString *phFormat=[NSString stringWithFormat:@"telprompt://0123456789"];
[UIApplication sharedApplication] openURL:[NSURL URLWithString:phFormat]];