• ×
    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

Hi,

I'm trying to Automate, Polycom calls aand was successful in making call from one phone to another using "Key:Softkey" as input for making calls. But If I want to make a Call to N11 numbers. Eg: 211. I should use the "Tel://####" as a event.But this is not working in my case. Shall I get some example scripts if available. Aprast from the examples given in Developers guide.

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

Hi Pradeep

 

Might be a syntax error. The URI required is: tel:\\#### not Tel://####

 

Here's a full curl request as an example:

 

curl "http://{Phone_IPaddress}/push" --digest -u Push:Push -H "Content-Type: application/x-com-polycom-spipx" -d "<PolycomIPPhone><Data priority='Critical'>tel:\\{Dest_PhoneNumber}</Data></PolycomIPPhone>"

 

Thanks

Dave

View solution in original post

2 REPLIES 2
HP Recommended

Hi Pradeep

 

Might be a syntax error. The URI required is: tel:\\#### not Tel://####

 

Here's a full curl request as an example:

 

curl "http://{Phone_IPaddress}/push" --digest -u Push:Push -H "Content-Type: application/x-com-polycom-spipx" -d "<PolycomIPPhone><Data priority='Critical'>tel:\\{Dest_PhoneNumber}</Data></PolycomIPPhone>"

 

Thanks

Dave

HP Recommended

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