<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Kate, the KDE Advanced Text Editor">

<pre><span style="color: rgb(136, 0, 136);"><b></b></span><span style="color: rgb(128, 128, 128);"></span>
<span style="color: rgb(204, 0, 204);"><font style="color: rgb(0, 0, 0);" size="2"><font size="2">Caros amigos,<br><br>Estou com problemas para fazer meu asterisk inicializar durante o boot, <br>abaixo o final do meu /etc/init.d/rc.
<br><br>Uso o SUSE10 se alguem puder me ajudar ficarei grato. <br></font></font><br><b><span style="font-weight: bold;"><span style="font-weight: bold;"><br></span></span>stty</b></span> <span style="color: rgb(0, 128, 0);">
$otty</span>

<span style="color: rgb(128, 128, 128);"><i>#</i></span>
<span style="color: rgb(128, 128, 128);"><i># For the first logon on a virtual console.</i></span>
<span style="color: rgb(128, 128, 128);"><i>#</i></span>
<span style="color: rgb(136, 0, 136);"><b>test</b></span> -e /etc/issue-SuSE-first-run <b>&amp;&amp;</b> <b>{</b>
    <span style="color: rgb(204, 0, 204);"><b>cat</b></span> /etc/issue-SuSE-first-run <span style="color: rgb(34, 51, 136);"><b>&gt;</b></span> <span style="color: rgb(0, 128, 0);">$REDIRECT</span>
    <span style="color: rgb(204, 0, 204);"><b>rm</b></span> -f /etc/issue-SuSE-first-run <span style="color: rgb(34, 51, 136);"><b>2&gt;</b></span>/dev/null
<b>}</b>

modprobe zaptel
modprobe wcfxo
modprobe ztdummy
ztcfg
/usr/local/asterisk -g

<span style="color: rgb(136, 0, 136);"><b>exit</b></span> 0<br><br><br></pre>