• ×
    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'm trying to get Push working on VVX 500 & 600 but both return "405 Method Not Allowed".  UCS version is 5.4.2.2834.  Below is what I'm passing which I took right from the community posts on what should work.

 

curl --digest -u push:push -d "<PolycomIPPhone><Data>tel:\\1234567890</Data></PolycomIPPhone>" --header "Content-Type: application/x-com-polycom-spipx" http://192.168.x.x/push

I've tried getting logging to give some clue but so far nothing.  I changed /push logging to Debug and set global logging level to Debug but nothing is recorded when it returns that "405 Method Not Allowed".    I've set "Allow Push Messages" to 'All' and set a user/pass.  

 

apps.push.messageType="5"
apps.push.username="push"

 

It gives that"405 Method Not Allowed" immediately and even if I put the wrong password, it still give the 405 error rather than "401 Unauthorized".  Am I missing a step to get Push Applications to work?

Thanks,


John

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

I figured this out.  It actually works with https but not http.  I couldn't find a setting in the GUI for this but in provisioning you need to set <apps apps.push.secureTunnelRequired="0" />.  The Web Application Developer's Guide says 0 is the default but that must have recently changed.  So your options are either use https to push or set the secureTunnelRequired to 0 so you can use http.

 

I hope that helps someone else.

 

John

View solution in original post

4 REPLIES 4
HP Recommended

I figured this out.  It actually works with https but not http.  I couldn't find a setting in the GUI for this but in provisioning you need to set <apps apps.push.secureTunnelRequired="0" />.  The Web Application Developer's Guide says 0 is the default but that must have recently changed.  So your options are either use https to push or set the secureTunnelRequired to 0 so you can use http.

 

I hope that helps someone else.

 

John

HP Recommended

John,

 

Thanks for posting the problem, and solution to it.

 

It helped me troubleshoot a similar problem I was having with a VVX 410. Was trying to poll the phone state (and use push messages) and was receiving 404: Page Not Available on every page I requested. Switched to HTTPS, and it started working. Checking the config now.

 

Thanks,

 

Joseph

HP Recommended

Did anyone figure out how to make VVX-500 with 5.4.3.1014 work with HTTP?

HTTPS seems to work, but not HTTP, although I set up apps.push.secureTunnelEnabled apps.push.secureTunnelRequired to 0 and enabled HTTP/HTTPS on my phone (Settings - Advanced - Web Server Configuration).

HP Recommended

Hello Andrey Zakharov,

welcome to the Polycom Community.

As already explained this needs the following to be enabled if CURL via HTTP is being used:

 

apps.push.secureTunnelRequired="0"


You can check your Logs for errors as a wrongly formatted URL may cause this 405 Error:

 

0805160522|push |4|00|PushParserC::parseDoc: Bad document - priority attribute is not proper: <Data priority=All>Key:Status</Data></PolycomIPPhone>

 

It is important that the string is correctly formatted and my FAQ => here <= shows some examples.

 

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>.