Hello afathi,
welcome to the Polycom Community.
The community's VoIP FAQ contains this post here:
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 <=
Please ensure you always check the community FAQ and/or utilize the community search before posting any new topics or follow up post’s.
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
hello
first of all, i wanna thank you for your reply.
i would like to reboot the phone remotely and automatically every friday.
have a nice day
Same here, been trying with Skype for Business phones, there is not enough info in any of the post on what is required either in config files, phone setup/config files settings, then commands to make this work. Tried everything.
Best I can get is usig the Curl with the
curl -k "https://IPaddress/form-submit/Reboot" -X POST -H "Authorization: Basic UG9seWNvbTo0NTY=" -H "Content-Length: 0" -H "Content-Type: application/x-www-form-urlencoded" -H "Cookie: Authorization=Basic UG9seWNvbTo0NTY="
"401 unauthorized", or "405 method not allowed" with the https other method mentioned here.
Hi @techlogik ,
a quick Google Search found => this <= and => this <=
Best regards
Steffen Baier
I also wrote a script (linux based) which can be found here:
Cheers
Dave