Hi,
i need to execute a script to call a phone number with pause inside follow by extensions numbers.
for example:
I am calling a phone number stored in a label from a database
window.open('tel:' + $(this).find("[name=mobilelabel_tel]").text(), '_system');
in the database I have this number +0800070060,,,1234
"," is use to pus a pause
if i use alert it appears ok "+0800070060,,,1234"
if I try to call on android, but it does not show anything after first ","
any advice please
thanks
mihai