Yealink Forums

Full Version: Disable or Remove DND
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Yealink:

Is there a way to remove the DND softkey? If so, how can this be accomplished through the common.cfg file. Thank you.
You have to edit this value "programablekey.3.type =" with one of the following types. (default type is 5-DND).

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

By the following options you can also change other values for that programmable key.
###programablekey.3.type =
###programablekey.3.line =
###programablekey.3.value =
###programablekey.3.xml_phonebook =
###programablekey.3.history_type =
###programablekey.3.label =
###programablekey.3.pickup_value =
(02-27-2015 05:30 AM)kapetrosyan Wrote: [ -> ]You have to edit this value "programablekey.3.type =" with one of the following types. (default type is 5-DND).

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

By the following options you can also change other values for that programmable key.
###programablekey.3.type =
###programablekey.3.line =
###programablekey.3.value =
###programablekey.3.xml_phonebook =
###programablekey.3.history_type =
###programablekey.3.label =
###programablekey.3.pickup_value =

Will this work on the T4x series, V73.0.45 firmware, which use the programmable softkeys? menu ? features > dnd

If so, what is the program code to use?

Thank you
(02-27-2015 10:08 AM)Cloud9phone Wrote: [ -> ]
Will this work on the T4x series, V73.0.45 firmware, which use the programmable softkeys? menu ? features > dnd

If so, what is the program code to use?

Thank you

I don't understand what program code you mean? on/off code?
Are you about use DND feature from menu? Yes you can use DND feature from Menu>Features>DND - Enable/Disable
(02-27-2015 10:31 AM)kapetrosyan Wrote: [ -> ]
(02-27-2015 10:08 AM)Cloud9phone Wrote: [ -> ]
Will this work on the T4x series, V73.0.45 firmware, which use the programmable softkeys? menu ? features > dnd

If so, what is the program code to use?

Thank you

I don't understand what program code you mean? on/off code?
Are you about use DND feature from menu? Yes you can use DND feature from Menu>Features>DND - Enable/Disable

I'm looking for the auto provisioning template code.

I want to prevent phone users from being able to turn on/off DND from the phones buttons.

Below is an example of some program codes I have used, but did not work.

features.dnd_mode = 0
features.dnd.enable = 0
account.1.dnd.enable = 0
(02-27-2015 01:03 PM)Cloud9phone Wrote: [ -> ]
(02-27-2015 10:31 AM)kapetrosyan Wrote: [ -> ]
(02-27-2015 10:08 AM)Cloud9phone Wrote: [ -> ]
Will this work on the T4x series, V73.0.45 firmware, which use the programmable softkeys? menu ? features > dnd

If so, what is the program code to use?

Thank you

I don't understand what program code you mean? on/off code?
Are you about use DND feature from menu? Yes you can use DND feature from Menu>Features>DND - Enable/Disable

I'm looking for the auto provisioning template code.

I want to prevent phone users from being able to turn on/off DND from the phones buttons.

Below is an example of some program codes I have used, but did not work.

features.dnd_mode = 0
features.dnd.enable = 0
account.1.dnd.enable = 0

No, this is about enable/disable DND, and change DND mode, it is not about Enable/Disable Feature.
I think there is no way to remove that feature.
You can remove the button from main screen, but cannot remove it from Menu>Features
That's what has been making me crazy, the fact that you simply can not remove a feature such as DND by auto provision template.

For example in cisco spa phone there is a simple line under supplementary service for DND, change from yes to no, and the phone no longer has DND feature available.

That is what I need for the Yealinks T4x series with the V 73.0.45 firmware.
Have you opened a ticket with support@yealink.com ??? - I understand your need to defeat this feature, if they so no, I guess it just requires customer training -

OR you could take away the MENU button - but that's drastic
Hi All,

DND feature can be disabled through autoprovision:

features.dnd.allow = 0

Phone won't get into DND status once it's disabled.

Regards,
James
(03-02-2015 09:55 AM)Yealink_James Wrote: [ -> ]Hi All,

DND feature can be disabled through autoprovision:

features.dnd.allow = 0

Phone won't get into DND status once it's disabled.

Regards,
James

It seems that I cannot find this parameter called "features.dnd.allow" in Yealink IP Phones Auto Provisioning Guide Version80.20
Pages: 1 2
Reference URL's