While putting a tel link as Dial
and clicking it from a mobile browser, only initial number gets transferred t
The latest version of this is RFC 3966 which says you need to use ;ext=
at the end:
extension = ";ext=" 1*phonedigit
Phone extensions identify stations behind a non-ISDN PBX and are functionally roughly equivalent to ISDN subaddresses. They are identified with the 'extension' parameter.
You say you have tried this tho, so it may be that your browser only supports the older obsolete RFC 2806, which RFC 3966 replaces.
For this older RFC, it looks like you need to set a post-dial sequence, using ;postd=
:
post-dial = ";postd=" 1*(phonedigit / dtmf-digit / pause-character)
Phone numbers can also contain a post-dial sequence. This is what is often used with voice mailboxes and other services that are controlled by dialing numbers from your phone keypad while the call is in progress.