I am able to call from my iphone application by using below code:
NSString *phoneNumber = @"tel://1234567890";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];
Now, i want to know how to return to my application back when the call ends ?