-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Poly Phones
- Desk and IP Conference Phones
- Re: How do I disable 'DND' on SoundPoint IP 331 server level...

Create an account on the HP Community to personalize your profile and ask a question

06-11-2013 03:05 PM
Hello!
Few weeks ago we disabled the 'DND' option on server level by incorporating the following option in the SIP config file:
<sip>
<voIpProt>
<server voIpProt.server.1.address="" voIpProt.SIP.serverFeatureControl.dnd="1" voIpProt.SIP.serverFeatureControl.localProcessing.dnd="0"
</sip>
This disabled the 'DND' option on the agent polycom phones but then started bombarding/overloading the SIP logs with the feature subscribe events. In other words each polycom phone/DN is trying to subscribe to an application feature, resulting in a '489 Bad Event' message. The only way to get rid of these subscription messages is to change the setting to:
<server voIpProt.server.1.address="" voIpProt.SIP.serverFeatureControl.dnd="0"
However that re-enables the 'DND' option on the agent polycom phones which we don't want happening. Please assist me with trying to find a feature control option/setting that would disable the 'DND' option on server level but will not generate the 'Subscribe' requests and '489 Bad Event' messages from every polycom phone. I'd greatly appreciate it.
Thanks,
Farhan
06-11-2013 03:13 PM
Hello Farhan,
welcome to the Polycom Community.
There is no other option to do so.
There are plenty of posts about this already that discuss this.
If you require the DND functionality to be a option that can be switch off due employee's abusing this then you need to work with your Polycom reseller to raise a feature request.
Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.
Best Regards
Steffen Baier
Polycom Global Services
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.
Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN

06-11-2013 03:32 PM
Hi Steffen
Thanks for the prompt response. So if I disable 'DND' on global(server) level in order to prevent agents from enabling it, polycoms will continue to generate the SUBSCRIBE (489 Bad Event) messages and there is no setting known to supress such SUBSCRIBE (489 Bad Event) messages?
In other words the only way to stop the SUBSCRIBE (489 Bad Event) messages from generating is to enable 'DND' on global(server) level OR have Polycom Professional Services customize the Disable 'DND' feature in such a way that it would not generate the SUBSCRIBE messages. Did I understand this correctly?
Thanks,
Farhan
06-11-2013 04:04 PM
The phone has two options.
Local DND or Server DND.
Disabling local requires a server and if our server is not compatible it will lead to the messaging you are experiencing.
The FAQ details how you officially request a change to our software.
Best regards
Steffen Baier
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.
Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
06-12-2013 06:31 AM
Hello Farhan,
have a look at the below new FAQ post:
Jun12, 2013 Question: How can I limit access to certain menu’s?
Resolution: Please check => here <=
This would not require a server based DND option and you simply remove the possibility for users to get to this menu.
Best Regards
Steffen Baier
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.
Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
07-31-2013 01:28 PM
Hello Farhan,
above is not an awful lot of information or feedback. I did test this myself as I wrote the FAQ post for it so I can only suggest you follow this up the official way.
Contact your Polycom reseller and/or Polycom support directly.
Please ensure you provide details of your currently used software and how you tried to implement the provided solution.
Best Regards
Steffen Baier
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.
Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN

07-31-2013 01:57 PM
Steffen
Sorry about the lack of details in my post. I had typed up a whole response with examples but somehow the details got lost on the way to you so I am re-typing:
1) So based on your example I tested by adding the key to the individual config file based on my environment:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- SIP Business Unit Specific Application Configuration File -->
<sip>
<voIpProt>
<server voIpProt.server.1.address="" voIpProt.SIP.serverFeatureControl.dnd="0" voIpProt.SIP.serverFeatureControl.localProcessing.dnd="0"
<key key.SPIP331.34.function.prim="Applications" mb.main.home="http://gccws.aa.com:8009/polycom/AAcrew/Customized/Settings.html" mb.main.idleTimeout="10"/>
</sip>
2) In the Settings.html file I added the following:
<html>
<a href="Key:1 Status">1 Status</a>
<a href="Key:Settings">Settings</a>
</html>
Here's where it gets confusing for me. My goal is to disable the Do Not Disturb option found under Features option within the Main Menu. So I tried to re-program it below in the hopes that it if I only specified Status and Settings options, it wouldn't display Features option, thus making it impossible to select it and get to 'Do Not Disturb'. However when I make change in html nothing happens.
Let me know if this makes sense.
Thanks,
Farhan
07-31-2013 02:34 PM
Hello Farhan,
again you have not provided the information what your current software is.
In addition my example is quite clear:
<a href="Key:Status">Status</a>
You decided to use:
<a href="Key:1 Status">1 Status</a>
Instead.
You cannot just change the Key: parameter.
As previously advised, if following the exact example still does not provide you with the tested solution, please contact your Polycom reseller and/or Polycom support directly.
Please ensure you provide details of your currently used software and how you tried to implement the provided solution.
Best Regards
Steffen Baier
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.
Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN

07-31-2013 02:51 PM
Hi Steffen
We are on SIP Version 8.0.401.03 if thats what you mean by software and you already know the polycom version in question.
** The key parameter you pointed out where I had added a 1 was a typo so please disregard it **
Just so that we are clear, I did infact added parameters exactly same way your example stated but it didn't work. Again your example doesn't clearly state how to get rid of 'Do Not Disturb' option which is the main question here.
Thanks,
Farhan