i want to call forwarding in this code:
NSString *phone =@"**21*08150815#";
NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"tel:%@",phone]];
[[UIApplication sharedApplication] openURL:url];
but not working.What is the problem? Can you help me?