Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use tel: with * (star, asterisk) or # (hash, pound) on iOS?

I'm trying to initiate a call on the iPhone with the tel url that has a * in it. It properly brings up the call dialog but drops back to safari when you click call.

<a href="tel:123*12">Test</a> 
like image 382
jpiasetz Avatar asked Jan 11 '11 18:01

jpiasetz


People also ask

What does star mean next to phone number?

Follow. The star indicates that your guest is a VIP.

What does recent mean next to a phone number?

It means you received a call from that number, or if you have multiple numbers associated with that contact, that number was the most recent one used in attempting to call you.


1 Answers

This documentation from Apple should be helpful:

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.

UPDATE (Jan 2, 2018): The information mentioned here may be outdated. Please refer to new documentation if Apple has relaxed these rules in their newer SDKs. Refer to Husam's answer.

like image 160
Mahesh Avatar answered Sep 24 '22 17:09

Mahesh