Thanks Tim<div><br></div><div>That solved my problem, thank you very much...but now i'm having another problem, when the server starts, it doesn'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"><<a href="mailto:tnelson@rockbochs.com">tnelson@rockbochs.com</a>></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">----- "Danny Dias" <<a href="mailto:ing.diasdanny@gmail.com" target="_blank">ing.diasdanny@gmail.com</a>> wrote:
<br><div>>I'm getting a KErnel Pannic every time i restart the server, what could be happening?</div><div>>I just make: "shutdown -r now" and the server gets Kernel Panic. I'have to go on site and press the power button</div>
<div><br><br></div></div><div>I'd be willing to bet Wanpipe is attempting to stop while Asterisk is still using it. It'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>