Reboot Polycom: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
If you would even like to reboot a Polycom phone from the Asterisk CLI you need to configure 2 files.<br><br><br>
= From Asterisk =
If you would even like to reboot a Polycom phone from the Asterisk CLI you need to configure 2 files.<br>


The first file been the Polycom sip.cfg (or other) file.
The first file been the Polycom sip.cfg (or other) file.
Line 23: Line 24:
To execute the reboot from the Asterisk CLI type in:
To execute the reboot from the Asterisk CLI type in:
<pre>
<pre>
sip notify polycom-check-cfg ip_address_of_phone
sip notify polycom-check-cfg extension_number
</pre>
</pre>
= From Handset =
For the key combination, press and hold certain key combinations (depending on the phone model) simultaneously until a confirmation tone is heard or for about three seconds:
* IP 32x/33x: Volume-, Volume+, Hold, and Hands-free
* IP 430: Volume-, Volume+, Hold, and Messages
* IP 450, 550, 560, 600, 601, and 650, and 670: Volume-, Volume+, Mute, and Messages
* IP 6000: *, #, Volume+, and Select
* IP 7000: *, #, Volume-, and Volume+
* VVX 1500: Delete, Volume-, Volume+, and Select


[[Category : Asterisk]] [[Category : Polycom]]
[[Category : Asterisk]] [[Category : Polycom]]

Latest revision as of 09:16, 26 August 2011

From Asterisk

If you would even like to reboot a Polycom phone from the Asterisk CLI you need to configure 2 files.

The first file been the Polycom sip.cfg (or other) file.

voIpProt.SIP.specialEvent.checkSync.alwaysReboot=1

Make sure the Polycom is rebooted so the phone is reloaded with the new configurion file.

The second file been the Asterisk sip_notify.conf file.

/etc/asterisk/sip_notify.conf

[polycom-check-cfg] 
Event=>check-sync 
Content-Length=>0 

Reload the Asterisk SIP modules so Asterisk sees the changes in the file sip_notify.conf

sip reload

To execute the reboot from the Asterisk CLI type in:

sip notify polycom-check-cfg extension_number


From Handset

For the key combination, press and hold certain key combinations (depending on the phone model) simultaneously until a confirmation tone is heard or for about three seconds:

  • IP 32x/33x: Volume-, Volume+, Hold, and Hands-free
  • IP 430: Volume-, Volume+, Hold, and Messages
  • IP 450, 550, 560, 600, 601, and 650, and 670: Volume-, Volume+, Mute, and Messages
  • IP 6000: *, #, Volume+, and Select
  • IP 7000: *, #, Volume-, and Volume+
  • VVX 1500: Delete, Volume-, Volume+, and Select