<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css">
<!--
div
        {margin:0px}
-->
</style><style id="owaParaStyle" type="text/css"></style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><font size="2"><span style="font-size: 10pt;">Boa tarde Lista!</span></font><br>
<br>
&nbsp; Após configurar a placa seguindo as dicas do pessoal da lista, a placa VB3030PCI esta carregando como:<br>
<br>
### Span&nbsp; 1: DAHDI_DUMMY/1 &quot;DAHDI_DUMMY/1 (source: HRtimer) 1&quot; (MASTER)<br>
<br>
Quando vou subir a placa como o comando &quot;dahdi start&quot; ele me apresenta esta mensagem:<br>
<br>
No hardware timing source found in /proc/dahdi, loading dahdi_dummy<br>
Running dahdi_cfg: done.<br>
<br>
Acho que não é o módulo correto, pois nenhuma das luzes ascendem.<br>
<br>
<br>
Sem mais, aguardo resposta.<br>
<br>
Att.<br>
<br>
Evandro Delatin
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF227669"><font color="#000000" face="Tahoma" size="2"><b>De:</b> asteriskbrasil-bounces@listas.asteriskbrasil.org [asteriskbrasil-bounces@listas.asteriskbrasil.org] em nome de Ricardo A. Oliveira [ricardofriba@yahoo.com.br]<br>
<b>Enviado:</b> segunda-feira, 22 de novembro de 2010 15:18<br>
<b>Para:</b> asteriskbrasil@listas.asteriskbrasil.org<br>
<b>Assunto:</b> [AsteriskBrasil] Res: RES: Ajuda instalação de placa VB3030PCI<br>
</font><br>
</div>
<div></div>
<div>
<div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div>Srs,<br>
<br>
Segue abaixo tutorial para utilização das placas digivoice no elastix 2.0<br>
<br>
versão utilizada:<br>
<br>
elastix 2.0 stable x64<br>
libpri-1.4.11.4<br>
Asterisk 1.6.2.13<br>
dgvchannel-1.0.5<br>
voicerlib-4.2.2.0<br>
DAHDI Version: 2.3.0.1<br>
kernel 2.6.18-194.3.1.el5<br>
<br>
Passo a Passo<br>
<br>
depois de instalar o elastix 2.0, acesso o servidor via ssh.<br>
<br>
Na console, digite:<br>
<br>
yum update<br>
yum install libxml2-devel <br>
<br>
depois deste procedimento, verifique a versão do asterisk que esta instalada agora.<br>
asterisk -rx &quot;core show version&quot;<br>
<br>
até a data deste artigo, a versão em producao do asterisk no elastix é 1.6.2.13<br>
<br>
<br>
Para evitar conflitos de driver entre a digium e a digivoice,<br>
Adicione ao final do arquivo /etc/modprobe.d/blacklist&nbsp; estes dois módulos, e depois reinicie o servidor:<br>
blacklist tor2<br>
blacklist tor<br>
<br>
agora vamos compilar....<br>
<br>
cd /usr/src<br>
<br>
#baixa os arquivos<br>
wget <a href="http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.6.2.13.tar.gz" target="_blank">
http://downloads.asterisk.org/pub/telep … .13.tar.gz</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;== use a mesma versão que estiver instalada<br>
wget <a href="http://downloads.asterisk.org/pub/telephony/libpri/releases/libpri-1.4.11.4.tar.gz" target="_blank">
http://downloads.asterisk.org/pub/telep … 1.4.tar.gz</a>&nbsp; &nbsp; &nbsp;&lt;== use sempre a ultima versão da libpri<br>
wget <a href="http://downloads.digivoice.com.br/pub/voicerlib/linux/stable/voicerlib-4.2.2.0.tar.gz" target="_blank">
http://downloads.digivoice.com.br/pub/v … 2.0.tar.gz</a> &lt;== use sempre a ultima versão da voicerlib<br>
wget <a href="http://downloads.digivoice.com.br/pub/dgvchannel/stable/dgvchannel-1.0.5.tar.gz" target="_blank">
http://downloads.digivoice.com.br/pub/d … 0.5.tar.gz</a>&nbsp; &nbsp;&lt;== use sempre a ultima versão do dgvchannel<br>
<br>
#descompacta os arquivos<br>
tar -zxvf asterisk-1.6.2.13.tar.gz<br>
tar -zxvf libpri-1.4.11.4.tar.gz<br>
tar -zxvf voicerlib-4.2.2.0.tar.gz<br>
tar -zxvf dgvchannel-1.0.5.tar.gz<br>
<br>
#compila pre requisitos ,acertar pastas e cria links<br>
mv libpri-1.4.11.4 libpri<br>
mv asterisk-1.6.2.13 asterisk<br>
cd libpri<br>
make clean &amp;&amp; make &amp;&amp; make install<br>
cd /usr/src/asterisk<br>
./configure<br>
make<br>
mv /usr/src/asterisk/include /usr/src/asterisk/include.orig<br>
ln -s /usr/include /usr/src/asterisk/include<br>
ln -s /usr/src/dgvchannel-1.0.5/asterisk /usr/include/asterisk<br>
<br>
#compila voicerlib<br>
cd /usr/src/voicerlib-4.2.2.0<br>
make clean &amp;&amp; make &amp;&amp; make install &amp;&amp; make config<br>
<br>
#compila o dgvchannel<br>
cd /usr/src/dgvchannel-1.0.5<br>
make clean &amp;&amp; make &amp;&amp; make install &amp;&amp; make install_config &amp;&amp; make config<br>
<br>
#Entre na pasta &quot;/etc/init.d/&quot; e dê o comando:<br>
cd /etc/init.d/<br>
chkconfig vlibd on<br>
<br>
#acerta instalacao para versão 64 bits<br>
#mv /usr/lib/asterisk/modules /usr/lib64/asterisk/modules<br>
<br>
#reinicie o servidor para ver se tudo carrega ok no boot<br>
reboot<br>
<br>
#verifique o status da sua digivoice<br>
asterisk -rx &quot;dgv show channels&quot;<br>
Chan Group Context&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PortId&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Rsrvd Alarmed Extension&nbsp; &nbsp;CardType&nbsp; &nbsp; &nbsp;Intrf.<br>
<br>
&nbsp; &nbsp; 1&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp; 2&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp; 3&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp; 4&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp; 5&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp; 6&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp; 7&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp; 8&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp; 9&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;10&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;11&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;12&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;13&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;14&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;15&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;16&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;17&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;18&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;19&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;20&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
<br>
Chan Group Context&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PortId&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Rsrvd Alarmed Extension&nbsp; &nbsp;CardType&nbsp; &nbsp; &nbsp;Intrf.<br>
<br>
&nbsp; &nbsp;21&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;22&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;23&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;24&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;25&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;26&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;27&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;28&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;29&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISDN<br>
&nbsp; &nbsp;30&nbsp; &nbsp; &nbsp;1 from-pstn&nbsp; &nbsp; &nbsp; &nbsp; 1145678901&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E13030PCIe&nbsp; &nbsp;R2/ISD<br>
<br>
<span>Fonte: <a href="http://www.digivoice.com.br/forum2/viewtopic.php?id=1715" target="_blank">
http://www.digivoice.com.br/forum2/viewtopic.php?id=1715</a></span><br>
</div>
<div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<br>
<br>
Att<br>
<br>
Ricardo<br>
<br>
<div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<font face="Tahoma" size="2">
<hr size="1">
<b><span style="font-weight: bold;">De:</span></b> Priscilla Pedde &lt;priscilla.pedde@gmail.com&gt;<br>
<b><span style="font-weight: bold;">Para:</span></b> asteriskbrasil@listas.asteriskbrasil.org<br>
<b><span style="font-weight: bold;">Enviadas:</span></b> Sábado, 20 de Novembro de 2010 18:39:09<br>
<b><span style="font-weight: bold;">Assunto:</span></b> [AsteriskBrasil] RES: Ajuda instalação de placa VB3030PCI<br>
</font><br>
<style>
<!--
_filtered
        {font-family:Calibri}
_filtered
        {font-family:Tahoma}
_filtered
        {font-family:"Comic Sans MS"}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
p
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"serif"}
span.EstiloDeEmail18
        {font-family:"sans-serif";
        color:#1F497D}
.MsoChpDefault
        {font-size:10.0pt}
_filtered
        {margin:70.85pt 3.0cm 70.85pt 3.0cm}
-->
BODY {direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;}P {margin-top:0;margin-bottom:0;}</style>
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size: 11pt; font-family: &quot;sans-serif&quot;; color: rgb(31, 73, 125);">Evandro,</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; font-family: &quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; font-family: &quot;sans-serif&quot;; color: rgb(31, 73, 125);">Desliga o servidor, retire a&nbsp; placa. Procure pelo módulo tor2.ko usando o comando find / -name tor2.ko e irá aparecer dois caminhos onde existe o arquivo,
 exclua-o e coloque a placa novamente e inicie o servidor que o servidor irá subir.</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; font-family: &quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span></p>
<div>
<p class="MsoNormal"><span style="font-size: 11pt; font-family: &quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; font-family: &quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Comic Sans MS&quot;; color: rgb(31, 73, 125);">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Comic Sans MS&quot;; color: rgb(31, 73, 125);">Atenciosamente,</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Comic Sans MS&quot;; color: rgb(31, 73, 125);">Priscilla Pedde</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Comic Sans MS&quot;; color: rgb(31, 73, 125);">11.6945-6569</span></p>
</div>
<p class="MsoNormal"><span style="font-size: 11pt; font-family: &quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span></p>
<div>
<div style="border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0cm 0cm;">
<p class="MsoNormal"><b><span style="font-size: 10pt; font-family: &quot;sans-serif&quot;;">De:</span></b><span style="font-size: 10pt; font-family: &quot;sans-serif&quot;;"> asteriskbrasil-bounces@listas.asteriskbrasil.org [mailto:asteriskbrasil-bounces@listas.asteriskbrasil.org]
<b>Em nome de </b>Evandro Delatin<br>
<b>Enviada em:</b> sexta-feira, 19 de novembro de 2010 17:41<br>
<b>Para:</b> asteriskbrasil@listas.asteriskbrasil.org<br>
<b>Assunto:</b> [AsteriskBrasil] Ajuda instalação de placa VB3030PCI</span></p>
</div>
</div>
<p class="MsoNormal">&nbsp;</p>
<div>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;sans-serif&quot;; color: black;"><br>
Boa tarde,<br>
<br>
Gostaria de uma ajuda de vocês, estou instalando um servidor asterisk com <br>
<br>
a placa VB3030-PCI, pois estou com um tronco E1 aqui na empresa de 30 canais.<br>
<br>
Porém ao iniciar a máquina ela trava no start do módulo dahdi. Alguém poderia <br>
<br>
me informar o módulo correto para a placa VB3030-PCI, pois estou utilizando este abaixo:<br>
<br>
vim /etc/dahdi/init.conf<br>
inserir: MODULES=&quot;$MODULES wcfxo&quot; <br>
<br>
/dahdi-linux-2.1.0.4/drivers/dahdi/wcfxo.c<br>
<br>
Obs: Estou utilizando a distribuição linux debian 5.<br>
<br>
Sem mais, aguardo resposta.<br>
<br>
Att.<br>
<br>
Evandro.</span></p>
</div>
</div>
</div>
</div>
</div>
<br>
&nbsp;</div>
</div>
</div>
</body>
</html>