Yealink Forums

Full Version: Custom Dialing T46G
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could someone help me with setting up a custom key on a Yealink T46G phone that will dial a 10 digit number, pause ",,," Enter in a 4-digit passcode, pause ,,, and then dial a "*"

For example on my iphone I can do:

0000000000,,,2222,,,* and that works, I need to know how to set up a custom key:

custom 0000000000$Cp6$*$Tdtmf$$Cp6$1883*$Tdtmf$
I am not sure what the Cp Tdtmf does in the above example.

Thanks very much for anyone's help that can provide me a string that will do what the iphone does above.
$Tdtmf$ denotes that the number before it should be dialed as DTMF (in the middle of the existing calls.) So 1883*$Tdtmf$ means it should dial 1883* in middle of the call.

Pauses are written like this $Cp6$ where 6 is the amount of seconds to pause.

For more details on the exact usage of code for custom keys search for the Using Enhanced DSS Keys on Yealink IP Phones PDF guide from Yealink.

For your use-case you'd want:
Code:
0000000000$Cp3$2222$Tdtmf$$Cp3$*$Tdtmf$
Thank you very much I appreciate your help. I will give this a try.

I had to add 3 seconds to the first pause, otherwise, it works perfectly! Thanks very much. I am looking for the pdf now for future reference.
Reference URL's