• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended

I have a polycom soundpoint 560 running bootblock: 3.0.2.0024, updater: 5.05.2324, version 4.0.6.0711 software. I have tried using this code - <device device.set="1" device.auth.localAdminPassword="456" device.auth.localAdminPassword.set="1"/>  and just changing the 456 to whatever I want. This works on version 3 but not on version 4. When I use it on ver 4, it causes the phone to come unregistered. Has anyone encountered this issue and if so how did you resolve it. 

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended
 
<device device.set="1">
<device.auth device.auth.localAdminPassword="PASSWORDHERE" device.auth.localUserPassword="PASSWORDHERE">
<device.auth.localAdminPassword device.auth.localAdminPassword.set="1" />
<device.auth.localUserPassword device.auth.localUserPassword.set="1" />
</device.auth>
 </device>

 

View solution in original post

6 REPLIES 6
HP Recommended

Hello couldbeaduck,

welcome to the Polycom Community.

The community's VoIP FAQ contains this post here:

Oct 7, 2011 Question: What is the Standard Username and Password for a Polycom Phone?

Resolution: Please check => here <=

 

Above explains the relevant parameters which have not changed.

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
HP Recommended
 
<device device.set="1">
<device.auth device.auth.localAdminPassword="PASSWORDHERE" device.auth.localUserPassword="PASSWORDHERE">
<device.auth.localAdminPassword device.auth.localAdminPassword.set="1" />
<device.auth.localUserPassword device.auth.localUserPassword.set="1" />
</device.auth>
 </device>

 

HP Recommended

The reference that you make is where I originally got the code that works on ver 3 but not on ver 4. Again it actually makes the phone deregister and as soon as I take that code out it registers back up.

I have also tried looking at the admin guide but there is nothing in it that helps either.

 

I have since tried the info given by UCDIfross. This code seems to work so far so I not sure what the difference is. Thanks again

HP Recommended

I tried your info and so far it is working fine. Thanks for the help. I have been pulling my hair out trying to figure out why the code that I posted worked on ver 3 and not in ver 4. Thanks again

HP Recommended

I saw a few issues with your config code.

 

1:  You didnt close the XML element for the device section.  This section starts with <device device.set="1">  This is the last line of my code </device>

2:  You didnt close teh XML element for the device auth section.  This section is a sub element of device.  The element starts with <device.auth device.auth.localAdminPassword......>   This is corrected with the second to last lin </device.auth>

3:  Y ou didnt enable these settings.  This was accompished with...

<device.auth.localAdminPassword device.auth.localAdminPassword.set="1" />
<device.auth.localUserPassword device.auth.localUserPassword.set="1" />

 

So essentially the code that fixed your setup was...

 

<device.auth.localAdminPassword device.auth.localAdminPassword.set="1" />
<device.auth.localUserPassword device.auth.localUserPassword.set="1" />
</device.auth>
 </device>

 

 

Hope this clarifies the fix.

HP Recommended

Hello all,

Any device.set parameter also requires:

 

<device device.set="1">

Without the above the parameters will not work. 


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
† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.