I Want In my application to make call and When the call get ended than simply return to the application itself is it possible ?
Asked
Active
Viewed 388 times
2 Answers
1
You could use below
[[UIApplication sharedApplication] openUrl:[NSURL URLWithString:@"tel:#######"]];
Edited: Handling call termination notification.

Community
- 1
- 1

Jhaliya - Praveen Sharma
- 31,697
- 9
- 72
- 76
-
i Want to redial the call to the same number after the call get ended i want this procedure to continue until i press the Stop Button in the app Thank you for answering – NIKHIL Mar 29 '11 at 09:29
-
don't beg for rep. If the answer is right, it should be accepted. If not, or the OP just doesn't accept answers properly, begging won't help. – Ken White May 13 '11 at 18:21
-
@Ken White :Dude,Mind your language,you should not talk this way on the forum, Don't make it dirty by such harsh comment, if you don't like the answer stackOverFlow has given the right to downvote, use that, just Would advice you not to write such word again for anyone.AND Do'nt forget everyone, who is the part of the forum investing there time to help others. and have right to ask for acceptance. – Jhaliya - Praveen Sharma May 13 '11 at 18:43