On a web page I have a link to a telephone number with extension like this:
<a href="tel:011234404,123456">call now</a>
When I tap this link in an iPhone browser, the iPhone will dial 011234404 and then when the call is answered it will dial the extension 123456. This is wonderful, however it does not appear to work at all on android (the main number is dialed and the extension is ignored).
Other people seem to be using ";" or even "p" instead of the comma separator on Android with some success, but I am unable get anything to work.
What is the standard for this type of link on Android?