I have already tried to do it using the following code:
NSURL *phoneURL = [[NSURL alloc] initWithString:@"tel:**21*<destination_number>#"];
[[UIApplication sharedApplication] openURL:phoneURL];
but it doesn't work and sometimes the app crashs.
It works for me using a normal number (like 19765432221)...
Anybody?
Thanks!