Re: [asterisk-users] Rebooting ALL polycom phones

2007-03-12 Thread Julian J. M.
for i in `seq 100 150` ; do asterisk -rx sip notify polycom-check-cfg $i ; done Julian. On 3/12/07, Mike [EMAIL PROTECTED] 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

Re: [asterisk-users] Rebooting ALL polycom phones

2007-03-12 Thread Rob Schall
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

Re: [asterisk-users] Rebooting ALL polycom phones

2007-03-12 Thread Dave Fullerton
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

RE: [asterisk-users] Rebooting ALL polycom phones

2007-03-12 Thread Mike
10:26 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Rebooting ALL polycom phones 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