Yealink Forums

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

anonymous1712222627012

Dear, is it possible to disable the DND key function onto VP530? Customers touch this key accidentally often.
Is there any way to disable DND key or do it available only with insert code, or change the key functionality?

anonymous1712222627012

Dear All,
have any suggestion for this matter?
Best Regards
Walter
Hi Walter,

If you want to disable DND key function in VP530, you can add special parameter in cfg template.
Please add below syntax in cfg template for VP530.
----------------------------------------------------------------------------
#!version:1.0.0.1
features.dnd.allow = 1

----------------------------------------------------------------------------

Then auto-provisioning it and DND will disable now.
Please try again.

anonymous1712222627012

Dears.

I can confirm it works.
Tank you for your support
BR Walter

Dears,
sorry to disturb you one more time.
How I can do to enable again the DND function?
I have change the sintax
features.dnd.allow = 0
but the DND key doesn't work yet.
How I can replace the DND functionality ON?

Regards W.
Hi Walter,

You should not forget the first # line in cfg template.
Please try below syntax again.
------------------------------------
#!version:1.0.0.1
features.dnd.allow = 0
-------------------------------------

anonymous1712222627012

Dear,
My config file is complete. Below part of that.
My VP530 is working but I'm not able to restore the DND function after the yesterday modification

#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted.##

################################################################################​#######
## Account1 ##
################################################################################​#######
account.1.enable = 1
account.1.label = 204
account.1.display_name = Interno 204
account.1.auth_name = voce204
account.1.password = ??????????????
account.1.user_name = voce204
account.1.sip_trust_ctrl =
account.1.sip_server_type = 0
account.1.sip_server_host = ????????????????

################################################################################​#######
## Phone Features ##
################################################################################​#######
features.dnd.allow = 0
Hi Walter,

Can you tell me your version of VP530?

anonymous1712222627012

We use 23.70.0.200.rom
REMARK!!! This version has been released by our dealer (Allnet Italy),
to repair an issue with "click to call" function for working our PBX-Server (CommunigatePro)
Walter
Hi Walter,

Our researcher will test your version again and give your a response tomorrow.
Hi Walter,

We test your version in yealink and this syntax "features.dnd.allow = 0 " can work well in your version.
If i set features.dnd.allow = 0 , it means that DND function is restored.
Please try again.
If it still doesn't work, please export the config.bin after you adding "features.dnd.allow = 0" to phone.
Then we can see if this setting has taken effect.
Pages: 1 2
Reference URL's