I am working with VOIP application. I am trying to make call from my ios app which contains Pauses indicated with (,).
NSString *phoneNumber = [@"telprompt://" stringByAppendingString:finalNumber];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];
On dialling number, call is not connected. What I can use to allow pause in my number.