I want to call a GSM-Servicenumber of my provider, but the iPhone won't give a reaction. When I try the same with a regular number it works.
[[UIApplication sharedApplication]
openURL:[NSURL URLWithString:@"tel:#123*1*4#"]
];
Have anyone an idea to get the Phone dial the GSM-Code?