Yealink Forums
T23 firmware 44 - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: General topics (/forumdisplay.php?fid=15)
+--- Thread: T23 firmware 44 (/showthread.php?tid=4269)



T23 firmware 44 - Gilb - 08-14-2015 10:25 PM

Hi,
How to disable on T23 DND feature?
and also remove it from phone menu / button option.
what can I put instead of DND? got any Idea?
Thanks.


RE: T23 firmware 44 - James_Yealink - 08-15-2015 01:54 AM

Hello,

1.You can disable DND feature through autoprovison:
features.dnd.allow = 0

2.Go to web ineterface-> DSSKey-> Programmable Key, change the DND softkey to other type.

3.If you want to disable it from phone Menu, it need to be done through user access level.
http://support.yealink.com/attachmentDownload/download?path=upload%2Fattachment%2F2015-3-10%2F3%2F764b1364-bce3-4716-9304-163f0c977b38%2FYealink_T4x_IP_Phones_Configuration_Guide_for_User_Access_Level_V​73_40.rar

Regards,
James


RE: T23 firmware 44 - Gilb - 08-15-2015 05:12 AM

Thanks.
Now how to add the changing of DND key to something else into AutovProvision file to apply it to all devices...


RE: T23 firmware 44 - Gilb - 08-15-2015 08:44 PM

(08-15-2015 05:12 AM)Gilb Wrote:  Thanks.
Now how to add the changing of DND key to something else into AutovProvision file to apply it to all devices...

Please help me..
Thanks..


RE: T23 firmware 44 - cptjack - 08-16-2015 06:20 AM

You should use the programablekey.X options to change the behavior of the Programable Keys of the phone. Put these in your common.cfg

For example to remove the DND key option, use:
Code:
programablekey.3.type = 0

If you want to replace the key with another function, use one of the following options from the Yealink AutoProvisioning Template:
Code:
################################################################################​#######
##                                   Programable Key                                 ##      
################################################################################​#######
###T20P X ranges from 1 to 9
###T28P/T26P X ranges from 1 to 14
###T41P/T42G/T19P/T21P X ranges from 1 to 11
###T46G/T22P X ranges from 1 to 13

#programablekey.x.type--Customize the programmable key type.
#The valid types are:
#0-NA   2-Forward   5-DND   7-Call Return   8-SMS   9-Directed Pickup   13-Speed Dial
#22-XML Group   23-Group Pickup   27-XML Browser   28-History   30-Menu   31-Switch Account   32-New SMS
#33-Status   34-Hot Desking   38-LDAP   40-Prefix   41-Zero Touch   43-Local Directory   44-Network Directory   45-Local Group
#46-Network Group   47-XML Directory   50-Keypad Lock   51-Switch Account Up   52-Switch Account Down   55-Meet-Me Conference   61-Directory

#40-Prefix (Not support T20)
#22-XML Group (Not support T20)
#31-Switch Account (Not support T19/T41/T42/T46)
#38-LDAP (Not support T19/T20)
#46-Network Group (Not support T20)
#8-SMS (Not support T41/T42/T20)
#32-New SMS (Not support T41/T42/T20)
#47-XML Directory (Not support T20)
#44-Network Directory (Not support T20)
#41-Zero Touch (Not support T41/T42/T46)
#34-Hot Desking (Only support T19/T46
#51-Switch Account Up (Only support T41/T42/T46)
#52-Switch Account Down (Only support T41/T42/T46)



RE: T23 firmware 44 - Gilb - 08-17-2015 05:26 AM

How to define Call Park on devices?