-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Apps, Services & Software
- Poly Services
- Re: Poly Lens - VVX AlertInfo

Create an account on the HP Community to personalize your profile and ask a question
09-03-2026 09:10 AM - edited 09-03-2026 09:12 AM
Is there a way to add custom config to Poly Lens? We need to configure the following for VVX devices, and I cannot find equivalent GUI options in Poly Lens:
<voIpProt.SIP.alertInfo
voIpProt.SIP.alertInfo.1.class="autoAnswer"
voIpProt.SIP.alertInfo.1.value="Ring Answer"
voIpProt.SIP.alertInfo.2.class="autoAnswer"
voIpProt.SIP.alertInfo.2.value="Auto Answer"
voIpProt.SIP.alertInfo.3.class="default"
voIpProt.SIP.alertInfo.3.value="" >
</voIpProt.SIP.alertInfo>
Solved! Go to Solution.
Accepted Solutions
09-03-2026 09:49 AM - edited 09-03-2026 09:50 AM
For the next person who stumbles across this thread...
You can import a Device Models template, merging new XML settings with your existing policy. Use a CSV file like this:
| device_models | voIpProt.SIP.alertInfo.1.class | voIpProt.SIP.alertInfo.1.value |
| VVX 311 | VVX 411 | autoAnswer | Auto Answer |
This is equivalent to:
<voIpProt.SIP.alertInfo
voIpProt.SIP.alertInfo.1.class="autoAnswer"
voIpProt.SIP.alertInfo.1.value="Auto Answer">
</voIpProt.SIP.alertInfo>
Imported settings suddenly appear in the Poly Lens GUI and can be modified, complete with text descriptions and enumerated options, indicating that Lens has the full device configuration schema built in. Why those options can't be displayed or added in the GUI without first importing a CSV file, who can say.
09-03-2026 09:15 AM
Hello @bakerds ,
Welcome to the HP Poly community.
This is just a Peer-to-peer community forum and not HP Poly Support. We are all just Volunteers.
I suggest you check this:
If no other volunteers reply, I suggest you contact the HP Support organization in your region. Details are in my Signature.
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
09-03-2026 09:49 AM - edited 09-03-2026 09:50 AM
For the next person who stumbles across this thread...
You can import a Device Models template, merging new XML settings with your existing policy. Use a CSV file like this:
| device_models | voIpProt.SIP.alertInfo.1.class | voIpProt.SIP.alertInfo.1.value |
| VVX 311 | VVX 411 | autoAnswer | Auto Answer |
This is equivalent to:
<voIpProt.SIP.alertInfo
voIpProt.SIP.alertInfo.1.class="autoAnswer"
voIpProt.SIP.alertInfo.1.value="Auto Answer">
</voIpProt.SIP.alertInfo>
Imported settings suddenly appear in the Poly Lens GUI and can be modified, complete with text descriptions and enumerated options, indicating that Lens has the full device configuration schema built in. Why those options can't be displayed or added in the GUI without first importing a CSV file, who can say.