[asterisk-users] Rebooting ALL polycom phones

Rob Schall rschall at callone.net
Mon Mar 12 06:50:52 MST 2007


Best way I found to do this.... I wrote a quick bash script that takes
an ip address and runs that command. Then if your phones are in an ip
range, you can say something like....

for i in `seq 194 197`; do /usr/sbin/sipReboot 192.168.101.$i; done

That will reboot 192.168.194 thru 197.

Rob


Mike wrote:
> Hi,
>  
> I know that if you have Polycom phones properly configured, you can
> use "sip notify polycom-check-cfg SIP_REGISTRATION_ID" to have the
> phones download the new configuration from the provisioning server and
> reboot.
>  
> Is there anyway to send the same command to all peers (let's say I had
> 50 polycom phones that I wanted to reboot)?
>  
> Thanks,
>  
> Mike
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>   



More information about the asterisk-users mailing list