- This topic has 7 replies, 3 voices, and was last updated 13 years ago by
hoskaz.
-
AuthorPosts
-
hoskazMemberi’ve a Problem dialing a number begins with * like *878# for example it’s a code to know your mobile number when i do this it gives me a notification do you want to call *878# i say call then it do nothing
June 4, 2012 at 5:16 pm #326707
support-michaelKeymasterWhat happens if you type this phone number in directly to your mobile phone?
Also what mobile device and OS are you using to test with?
June 4, 2012 at 6:09 pm #326715
hoskazMemberit performs a network request like when you want to know the time and the clock from the network or requesting your last bill amount as shown in picture
for instance the request bill form is being requested by writing *999*1# then it performes the request as shownAttachments:
You must be logged in to view attached files.June 4, 2012 at 6:10 pm #326716
hoskazMemberi’m testing on iPhone 4g ios 5.1.1
June 5, 2012 at 7:24 pm #326778
support-octavioMemberHi hoskaz,
Thanks for the aditional info. I opened a bug reporting this issue. I’ll keep you updated with the findings.
June 9, 2012 at 4:27 pm #326967
hoskazMemberthanks for your concern 🙂
June 18, 2012 at 2:49 pm #327249
support-octavioMemberHi hoscaz,
It seems that iOS refuses to initiate calls from apps when the number contains the * or # characters, and URL encoding does not help the situation. From: http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/PhoneLinks.html
To prevent users from maliciously redirecting phone calls or changing the behavior of a phone or account, the Phone application supports most, but not all, of the special characters in the tel scheme. Specifically, if a URL contains the * or # characters, the Phone application does not attempt to dial the corresponding phone number. If your application receives URL strings from the user or an unknown source, you should also make sure that any special characters that might not be appropriate in a URL are escaped properly. For native applications, use the stringByAddingPercentEscapesUsingEncoding: method of NSString to escape characters, which returns a properly escaped version of your original string.
It would mean this is strictly impossible unless Apple changes their policy on tel: URLs.
June 19, 2012 at 7:19 am #327276
hoskazMemberthanks for reply and concern .. also it’s a huge disappointment 🙂
-
AuthorPosts