Hi, I have to make a calling application. I found a method to make a call on iPhone which is as follows: [[UIApplication sharedApplication] openURL:[NSURL RLWithString:@"tel://8005551212"]]; My question is, this method calls iPhone built-in application. I want to make direct call without using this built-in application. Are there other ways to make a call on iPhone programaticaly? I just want to by pass the Dial Application.
Another question, is there any way to clear call history from iPhone. ???? Please help me to solve this issue..