Yealink Forums
Multiple keys for account - 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: Multiple keys for account (/showthread.php?tid=4118)



Multiple keys for account - jwrigh13 - 07-15-2015 07:21 AM

I need to have 2 line keys for account 1. I can do this with the web interface but can't seem to find out how to do this in the config files.

I would assume you would do this with the programablekey.X.type configuration parameters but there is no type for 'line' like there is in the web interface.


RE: Multiple keys for account - Yealink_Michael - 07-15-2015 04:31 PM

hi

please try below :

linekey.x.type = 15 ---15 stands for line
linekey.x.line = 1 ----- 1 stands for setting line to line 1


RE: Multiple keys for account - jwrigh13 - 07-15-2015 09:59 PM

Thanks. I was actually able to configure what I wanted with the following lines:

features.auto_linekeys.enable = 1
account.1.number_of_linekey = 2

In order to add BLF buttons below should I use linekey or programablekey? I can't find any documentation that defines the difference.