Yealink Forums

Full Version: 3cx with T38G Line Buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am trying to create a custom 3cx Provisioning Template for our T38G Phones. specifically I am trying to set the Line 4,5,6 buttons to be BLF Transfers to Shared Parks. With the built-in 3cx Template it makes all of those buttons account keys.

I have found the following lines of code in the 3cx template but when it auto provisions, it changes the lines to work from account 2 instead of account 1. Does anybody know how to fix this?

#Configure Linekey4 (for T38G only)
linekey.4.line = 1
linekey.4.value = SP0
linekey.4.pickup_value =
linekey.4.type = 16
linekey.4.xml_phonebook =
linekey.4.label = Hold1

#Configure Linekey5 (for T38G only)
linekey.5.line = 1
linekey.5.value = SP1
linekey.5.pickup_value =
linekey.5.type = 16
linekey.5.xml_phonebook =
linekey.5.label = Hold2

#Configure Linekey6 (for T38G only)
linekey.6.line = 1
linekey.6.value = SP2
linekey.6.pickup_value =
linekey.6.type = 16
linekey.6.xml_phonebook =
linekey.6.label = Hold3
Hi mdctech,

Sorry. It is V70 template that 0 means line 1.
-------------------------------------
linekey.4.line = 0
-------------------------------------
(06-10-2014 10:56 AM)Yealink Support Wrote: [ -> ]Hi mdctech,

Sorry. It is V70 template that 0 means line 1.
-------------------------------------
linekey.4.line = 0
-------------------------------------

Got it. That works perfect. Thanks for the help.
You are welcome.
Reference URL's