We have a mobile web site with some phone number links, like this:
href=\"tel:12345678,123\"
This works fine on most devices, but it appears it doesn\'t work
Something you can consider since tel:5553334444;ext=123 only works for less than 4.0 and tel:5553334444,123 works for 4.0+ would be to check the user agent and put out the appropriate one.
tel:5553334444;ext=123
tel:5553334444,123