Here you can use WebView and Load Request on it.
UIWebView *callWebview = [[UIWebView alloc] init]; NSURL *telURL = [NSURL URLWithString:[NSString stringWithFormat:@"tel://%@", phoneNumber] [callWebview loadRequest:[NSURLRequest requestWithURL:telURL]];
I'm sure it will work with Charm .....
source share