Yealink Forums
T26P - BLF Provision - 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: T26P - BLF Provision (/showthread.php?tid=3164)



T26P - BLF Provision - komfushee - 01-16-2015 07:53 PM

Hi,

I'm trying to provision my Yealink T26P but I have some troubles. I'm using pretty much the same template as the T46G, but the BLF are not provisioned.

I've got the first three linekey for the lines, and I want to display the BLF on the right of the phone. On other models I'm just doing :

linekey.4.label = 100
linekey.4.line = 1
linekey.4.pickup_value = *8100
linekey.4.type = 16
linekey.4.value = *8100

But this is ignored by the T26P. Is there an other way to do that ? There is no functionkey variable on the documentation.


RE: T26P - BLF Provision - James_Yealink - 01-16-2015 08:00 PM

Hi,

T26 only has three line keys so you can't configure the fourth line key. If you want to configure dsskey, please try below parameters:

memorykey.1.label = 100
memorykey.1.line = 1
memorykey.1.pickup_value = *8100
memorykey.1.type = 16
memorykey.1.value = 100

Regards,
James


RE: T26P - BLF Provision - komfushee - 01-16-2015 08:42 PM

It's working, thank you !