Yealink Forums
3cx with T38G Line Buttons - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: 3cx with T38G Line Buttons (/showthread.php?tid=1880)



3cx with T38G Line Buttons - mdctech - 06-10-2014 12:27 AM

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


RE: 3cx with T38G Line Buttons - Yealink Support - 06-10-2014 10:56 AM

Hi mdctech,

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


RE: 3cx with T38G Line Buttons - mdctech - 06-10-2014 08:25 PM

(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.


RE: 3cx with T38G Line Buttons - Yealink Support - 06-11-2014 10:43 AM

You are welcome.