08-14-2015, 10:25 PM
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/attachmentDow...V73_40.rar
Regards,
James
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/attachmentDow...V73_40.rar
Regards,
James
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...
Now how to add the changing of DND key to something else into AutovProvision file to apply it to all devices...
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..
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:
If you want to replace the key with another function, use one of the following options from the Yealink AutoProvisioning Template:
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)
08-17-2015, 05:26 AM
How to define Call Park on devices?