• ×
    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 got my first command to work by doing this:

 

curl -k --digest -u vvxmanager:vvxmanager -d "<PolycomIPPhone><Data priority=\"Critical\">Key:Home</Data></PolycomIPPhone>" --header "Content-Type: application/x-com-polycom-spipx" http://${IP}/push;

 

 

HP Recommended

It seems the problem is multi-line xml.

 

If you send the following:

<PolycomIPPhone> <Data priority="Critical">Key:Line1</Data></PolycomIPPhone>

This works..

 

I've been trying tons of combinations... multi-line xml or multi-elements and nothing works except for a single command...

 

If you send the following as shown in the documentation:

<PolycomIPPhone>
<Data priority=”Important”>
Key:Line1
Key:DialPad0
Key:DialPad1
</Data>
</PolycomIPPhone>

There is no action whatsoever.  This command is essentially ignored.

 

If there are separate commands each send as individual push commands, then this works... ie: individually sending:

<PolycomIPPhone> <Data priority="Critical">Key:Line1</Data></PolycomIPPhone>

Followed by a completely separate:

<PolycomIPPhone> <Data priority="Critical">Key:DialPad0</Data></PolycomIPPhone>

This will make the phone pick up on Line 1, and then press the 0 key.  But if you combine all the commands into one push, then everything falls apart.

 

This definitely looks like a bug or limitation unless I'm missing something,.

HP Recommended

Hello @intellasoft ,

 

Welcome back to the Poly Community.

 

Thanks for resurrecting this post originating in 2013. Please also ensure you check:

 

Feb 04, 2013 Question: Can I remotely control the Phone or send content to the Phone?

Answer: The <apps/> parameter can be used to utilize the push server controls and more information can be found => here <=

 

prior to posting.

 

As I already told @markm from your organization back in July 2017 if he believes he found a bug in this outdated method he should raise a ticket.

 

We no longer develop this feature and modern VVX phones are capable of REST API

 

Jun 05, 2018 Question: Do Poly Phones support a REST API?

Resolution: Please => here <=

 

or uaCSTA

 

Jun 05, 2018 Question: Do Poly Phones support a uaCSTA?

Resolution: Partial Support for this was added in UC Software 5.8.0. For more details on what exactly is supported is detailed in the 5.8.0 Admin Guide and for additional Information contact a Polycom Sales Engineer or Polycom support quoting EN-64922

 

The initial FAQ post regarding PUSH also includes a troubleshooting section but you have not posted any logs or a wireshark for anyone in the community to look at.

 

Your next options are to raise a ticket.


In order to raise a support ticket, you need to work with your Poly reseller as they may need to do this for you.

End Customers are usually unable to open a ticket directly with Poly support.

If this is some sort of an Internet discounter providing your MAC address or your Poly devices serial will enable us to look up who would be able to support you. This may not be who you purchased the Poly device from.

If the unit is no longer within the warranty please be prepared to Pay Per Incident / PPI. This is all outlined in detail here

Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.

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
HP Recommended

Thanks for the information that the push commands are obsolete.

 

The REST API looks promising.  Thanks.

 

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