Mihai Das
Posts: 0
Joined: Thu May 07, 2015 7:30 pm

call a phone number with pause and an extention

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

Mihai Das
Posts: 0
Joined: Thu May 07, 2015 7:30 pm

call a phone number with pause and an extention

Hi Sergiy,
i have read all.
but seems there is no solution to dial with pause ","...
:(
mihai

Mihai Das
Posts: 0
Joined: Thu May 07, 2015 7:30 pm

call a phone number with pause and an extention

i have read about this:
tel:number;postd=post-dial
can it be use ?
thanks
mihai

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

call a phone number with pause and an extention

We don't have such examples. Please search online for appropriate solution, e.g.: https://forum.jquery.com/topic/hyperl...

Return to “Issues”