Thanks Tim<div><br></div><div>That solved my problem, thank you very much...but now i&#39;m having another problem, when the server starts, it doesn&#39;t start asterisk automatically, should i change the start script?</div>
<div><br></div><div><br><br><div class="gmail_quote">2010/9/30 Tim Nelson <span dir="ltr">&lt;<a href="mailto:tnelson@rockbochs.com">tnelson@rockbochs.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="font-family:Times New Roman;font-size:12pt;color:#000000"><div class="im">----- &quot;Danny Dias&quot; &lt;<a href="mailto:ing.diasdanny@gmail.com" target="_blank">ing.diasdanny@gmail.com</a>&gt; wrote:
<br><div>&gt;I&#39;m getting a KErnel Pannic every time i restart the server, what could be happening?</div><div>&gt;I just make: &quot;shutdown -r now&quot; and the server gets Kernel Panic. I&#39;have to go on site and press the power button</div>

<div><br><br></div></div><div>I&#39;d be willing to bet Wanpipe is attempting to stop while Asterisk is still using it. It&#39;s a known problem. Put the following into /etc/wanpipe/scripts/stop</div><div><br></div><div>
#!/bin/sh</div><div>/etc/init.d/asterisk stop</div><div>sleep 2</div><div>/etc/init.d/asterisk stop</div><div><br></div><div>Then chmod +x it. When Wanpipe attempts to stop, it will shut down Asterisk first, bypassing a panic situation.</div>
<div><br></div><font color="#888888"><div>--Tim</div></font></div></div><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>