I am putting a phone directory into my app and am having a difficult time adding extensions into the app so that the number AND extension are dialed.
I have tried "," and ";" any suggestions?
I am putting a phone directory into my app and am having a difficult time adding extensions into the app so that the number AND extension are dialed.
I have tried "," and ";" any suggestions?
Hi Jeffrey,
Take a look here please: http://stackoverflow.com/questions/27...
Right, I can dial numbers like described in the article.
But, extensions are giving me a hard time.
Example:
tel:9876543210,,123
tel:9876543210;123
tel:9876543210p123
How do I ad an extension?
Right, I can dial numbers like described in the article.
But, extensions are giving me a hard time.
Example:
tel:9876543210,,123
tel:9876543210;123
tel:9876543210p123
How do I ad an extension?
Hi Jeffrey,
Try these formats please:
tel:+13235798328p22
tel:+13235798328,22
Let us know the result.
On what OS do you test?
Hi Jeffrey,
Did you have a chance to try?
I ́m having the same problem! Looked several forums and it seem to be impossible...
The best one I found: http://dolinked.com/questions/198977/...
The "p" is converted to "7" and the comma is nos viewed at the cellphone! I've also tried several codes like "%23" converted to "#", but didnt find the one that converts the "," ou ";"... There is a solitution?!
Hello Pedro,
Please look this answer for iOS: http://stackoverflow.com/questions/46...
It is actual for android too.
Sergiy Kulibaba,
I have no problem sending the # (codifyed as %23)
But there is no way to send the example tel:123456789,,,22 command to android?!
When i send the "tel:123456789,,,22" the telephone just dial "123456789" without the commas followed by 22...