<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
If all you need is a soft reboot to load config files and want to do it
remotely, there is no need to cut power to the phones. I know this
works on polycom 501 and 601s. I assume it would work on other polycoms
as well.<br>
<br>
asterisk -rx 'sip notify polycom-check-cfg 192.168.1.XXX '<br>
<br>
There is a setting in the phone configs that needs to be turned on to
allow this, but after you reboot the phone by hand once with that
setting, you can reset your phones via and machine on the network that
has access to that asterisk box as root. You can also turn it into a
script it you needed to and it would look something like:<br>
<br>
#!/usr/bin/perl<br>
<br>
$phone = shift;<br>
if($phone == ""){<br>
&nbsp;&nbsp;&nbsp; print "No Phone IP Address Specified (sipReboot 192.168.xxx.xxx)\n";<br>
&nbsp;&nbsp;&nbsp; exit();<br>
}<br>
print "Resetting phone: $phone\n";<br>
my @sippeers = `asterisk -rx \'sip notify polycom-check-cfg $phone \'`;<br>
print "Reset complete\n"<br>
<br>
then to run it, ./sipReboot 192.168.1.XXX. This makes it easier to do
bash looping and to reset all the phones on the network at once if you
wanted to.<br>
<br>
Rob Townley wrote:
<blockquote
 cite="mid:7e84ed60705301331l74723f31n7a424da0baacbe03@mail.gmail.com"
 type="cite"><br>
  <br>
  <div><span class="gmail_quote">On 5/30/07, <b
 class="gmail_sendername">Mojo with Horan &amp; Company, LLC</b> &lt;<a
 moz-do-not-send="true" href="mailto:mojo@horanappraisals.com">mojo@horanappraisals.com</a>&gt;
wrote:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">An
answer to your original question: if you can get someone _to_ the<br>
phones, on the polycom 30x's you would hold the VolDn, VolUp, DND, and<br>
Hold buttons for a while to reboot.<br>
    <br>
For anyone with the 50x or 60x, you would hold the VolDn, VolUp,
    <br>
Messages, and Hold buttons.<br>
    <br>
Moj</blockquote>
  <div><br>
Moj, is this more of a hard reset to factory defaults?<br>
  <br>
Does cutting the power with a power over ethernet switch do what you
need?<br>
  <br>
  <br>
  </div>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Forum
wrote:<br>
&gt; I have provisioned a bunch of Polycom 301 phones to get the config
files<br>
&gt; from my ftp server.&nbsp;&nbsp;Out of the 4 phones 2 get the config file
however<br>
&gt; the other 2 cannot contact the boot server.&nbsp;&nbsp;I have reboot the
phones a
    <br>
&gt; number of times remotely (the client is 400 km away) through vnc
and<br>
&gt; logging onto the web config internally.&nbsp;&nbsp;No matter what I change
on the<br>
&gt; web config page it is not saved.&nbsp;&nbsp;I feel I need to reset or
reformat the
    <br>
&gt; phones&nbsp;&nbsp;- if so how can I do this remotely?&nbsp;&nbsp;Can anyone think of a<br>
&gt; reason why these 2 phones cannot contact the boot server when the
other<br>
&gt; 2 can?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Steve<br>
&gt;<br>
&gt;
    <br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;
------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; --Bandwidth and Colocation provided by <a moz-do-not-send="true"
 href="http://Easynews.com">Easynews.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a moz-do-not-send="true"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
    </a><br>
_______________________________________________<br>
--Bandwidth and Colocation provided by <a moz-do-not-send="true"
 href="http://Easynews.com">Easynews.com</a> --<br>
    <br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:
    <br>
&nbsp;&nbsp; <a moz-do-not-send="true"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
  </blockquote>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>