0

I Want In my application to make call and When the call get ended than simply return to the application itself is it possible ?

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
NIKHIL
  • 2,719
  • 1
  • 26
  • 50

2 Answers2

2

Official apple link may be use full to You

Coretelephoney demo example

good Luck

NIKHIL
  • 2,719
  • 1
  • 26
  • 50
1

You could use below

[[UIApplication sharedApplication] openUrl:[NSURL URLWithString:@"tel:#######"]];

Edited: Handling call termination notification.

Core Telephony framework partially public in 4.0

iPhone SDK: Launching an app after call ends

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