Reboot Polycom: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(New page: 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. <pre> voIpProt.SIP.specialEv...)
 
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.
If you would even like to reboot a Polycom phone from the Asterisk CLI you need to configure 2 files.<br><br><br>


The first file been the Polycom sip.cfg (or other) file.
The first file been the Polycom sip.cfg (or other) file.
Line 6: Line 6:
</pre>
</pre>


The second file been the sip_notify.conf file.
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.<br><br>
/etc/asterisk/sip_notify.conf
<pre>
<pre>
[polycom-check-cfg]  
[polycom-check-cfg]  
Event=>check-sync  
Event=>check-sync  
Content-Length=>0  
Content-Length=>0  
</pre>
Reload the Asterisk SIP modules so Asterisk sees the changes in the file sip_notify.conf
<pre>
sip reload
</pre>
</pre>



Revision as of 22:28, 2 May 2008

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 ip_address_of_phone