I am trying to set up click to call from my browser to a Polycom Setpoint IP450.
Using the firefox pluggin telify I can turn any telephone number displayed in the browser into a clickable link and can send via the telify options to a custom url. In the setpoint manual there is a couple of lines that seem to support that this could be done but as yet I cannot figure how it would work.
Anybody with a similar setup? Any tips would be greatly appreciated.
Hello Nick,
welcome to the Polycom Community.
Your post may be better suited in the Technology & Solution Section => here <=
Running UCS 4.0.1 on your Phone (I have not tested this with an earlier Software Version) and enabling the PUSH authentication in the Phone you could use a simple:
curl --digest -u polycom:polycom -d "<PolycomIPPhone><Data priority="Critical">tel:\\1234567890</Data></PolycomIPPhone>" --header "Content-Type: application/x-com-polycom-spipx" http://10.252.75.169/push
to dial a number.
Best Regards
Steffen Baier
Polycom Global Services
Ok looking into it i cannot see where to enable push on my phone. Is this an option on the updated software as i think the phone may still be on an older version.
In top of this im unsure of if the code you have specified should be sent as a link or hoasted as a script that I access somewhere?
Thanks for your help on this matter we seem to have many problems setting this up properly.
Hello Nick,
the UCS 4.0.x Web Interface allows the Push modification as follows:
Older SIP Versions (PUSH was added after SIP 3.1.0) have a differenly looking Web Interface but as mentioned the functionality to pass a URL directly was only added in UCS 4.0.0.
curl is a command line tool for transferring data with URL syntax and the example posted is a 1 line command.
The only Variable in the example is the 0123456789 Part that your application would need to provide.
Best Regards
Steffen Baier
ok great thanks i will have a look at upgrading the firmware etc first then. Thanks for the help
I have a Polycom IP 501 SIP and I would like to integrate a click-to-dial feature. Is there some sort of software that I need to download? Any assistance would be much appreciated. Thanks!
Hello PCS,
welcome to the Polycom Community.
Your phone is to old to utilize the above mentioned method as it does not support that level of software.
I am not aware of any third party tools that support the older legacy phones.
You could push a web page to the phones browser and dial that way. This is described in the developer section.
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
Thanks for the info. Can you please elaberate on your statement "You could push a web page to the phones browser and dial that way". How is that done? Any additional info would help.
Hello PCS,
the Development section is already linked above.
In addition the VoIP community FAQ contains:
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 <=
Best Regards
Steffen Baier