What is the proper way to format a tel: link with a phone extension? I've seen a few different suggestions, but I'm unclear on which one is the definitive approach.
<a href="tel:5555555,555">555-5555 ext. 555</a>
Using an android 2.3.4, I have been unable to make a call via a link that dials the phone extension.
RFC3966 indicates that this is the correct format:
extension = ";ext=" 1*phonedigit
But I'm not clear on what the 1* is for, nor have I been able to make that format work either.