<span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt">Kim ou alguem da lista sabe dizer pq &nbsp;esse erro ?<br />
<br />
<br />
j&aacute; instalei a s bibliotecas e o erro continua<br />
<br />
[root@localhost src]# rpm -ivh verbio-engines-8.010-0.i386.rpm<br />
erro: Depend&Atilde;&ordf;ncias n&Atilde;&pound;o satisfeitas:<br />
&nbsp; &nbsp; &nbsp; &nbsp; libc.so.6(GLIBC_2.11) &Atilde;&copy; requerido por verbio-engines-8.010-0.i386<br />
&nbsp; &nbsp; &nbsp; &nbsp; libc.so.6(GLIBC_2.7) &Atilde;&copy; requerido por verbio-engines-8.010-0.i386<br />
&nbsp; &nbsp; &nbsp; &nbsp; libstdc++.so.6(GLIBCXX_3.4.9) &Atilde;&copy; requerido por verbio-engines-8.010-0.i386<br />
<div><br />
</div>
desde j&aacute; agrade&ccedil;o<br />
<br />
<div id="divSignature"></div>
<br />
<br />
<span style="font-family: tahoma, arial, sans-serif; font-size: 10pt;"><hr size="2" width="100%" align="center" />
<strong>De</strong>: "Kim Delevati" &lt;kim.delevati@gmail.com&gt;<br />
<strong>Enviado</strong>: segunda-feira, 2 de janeiro de 2012 15:34<br />
<strong>Para</strong>: joao@oxman.com.br, asteriskbrasil@listas.asteriskbrasil.org<br />
<strong>Assunto</strong>: Re: [AsteriskBrasil] Instalar Verbio</span><br />
<br />
Baixe aqui:<br />
<br />
<a href="http://www.verbio.com/webverbio3/index.php/en/verbio/soporte-descargas/zona-descargas.html">http://www.verbio.com/webverbio3/index.php/en/verbio/soporte-descargas/zona-descargas.html</a><br />
<br />
<div class="gmail_quote">Em 2 de janeiro de 2012 15:12, <a href="mailto:joao@oxman.com.br">joao@oxman.com.br</a> <span dir="ltr">&lt;<a href="mailto:joao@oxman.com.br">joao@oxman.com.br</a>&gt;</span> escreveu:<br />
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">
<span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;">sabe onde posso baixar estes pacotes pq n&atilde;o achei iisso&nbsp;<br />
<br />
<br />
fico agradecido pela ajuda e muito grato pela sua aten&ccedil;&atilde;o<br />
<br />
att<br />
<div></div>
<br />
<br />
<span style="font-family: tahoma, arial, sans-serif; font-size: 10pt;">
<div class="im"><hr align="center" size="2" width="100%" />
<strong>De</strong>: "Kim Delevati" &lt;<a href="mailto:kim.delevati@gmail.com" target="_blank">kim.delevati@gmail.com</a>&gt;<br />
</div>
<strong>Enviado</strong>: segunda-feira, 2 de janeiro de 2012 15:09
<div class="im"><br />
<strong>Para</strong>: <a href="mailto:asteriskbrasil@listas.asteriskbrasil.org" target="_blank">asteriskbrasil@listas.asteriskbrasil.org</a><br />
<strong>Assunto</strong>: Re: [AsteriskBrasil] Instalar Verbio</div>
</span><br />
<div>
<div></div>
<div class="h5">
<br />
Bom, voc&ecirc; n&atilde;o tinha especificado o SO :P<br />
<br />
CentOS &eacute; baseado em Red Hat, estou correto?<br />
<br />
Fica assim:<br />
<br />
<pre>1.1) check which packages are installed in our system:
# rpm -qa | grep -i verbio
verbio-tts-*-x.y
verbio-engines-x.y
verbio-clients-x.y
verbio-asr-*-x.y
[...]

1.2) remove those packages (verbio-engines /must/ be the last one)
# rpm -e verbio-tts-*-x.y
# rpm -e verbio-asr-*-x.y
# rpm -e verbio-clients-x.y
# rpm -e verbio-engines-x.y
[...]

2) Install verbio packages (verbio-engines /must/ be the first one):
# rpm -ivh verbio-engines-x.y-0.i386.rpm
# rpm -ivh verbio-clients-x.y-0.i386.rpm
# rpm -ivh --force verbio-tts-*-x.y-0.i386.rpm
# rpm -ivh --force verbio-asr-*-x.y-0.i386.rpm</pre>
<br />
<br />
<br />
<br />
<div class="gmail_quote">Em 2 de janeiro de 2012 14:45, Asterisk <span dir="ltr">&lt;<a href="mailto:asterisk@teknisa.com" target="_blank">asterisk@teknisa.com</a>&gt;</span> escreveu:<br />
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">
<div bgcolor="#FFFFFF" text="#000000">
Essa op&ccedil;&atilde;o de instala&ccedil;&atilde;o vale para o asterisk instalado via apt no
debian...<br />
<br />
Em 02/01/2012 14:31, Kim Delevati escreveu:
<blockquote type="cite">
<div>
<div></div>
<div>Voc&ecirc; j&aacute; baixou os pacotes do Verbio? A instala&ccedil;&atilde;o &eacute;
assim (peguei do manual, se o seu SO for 64bits tem outros
procedimentos):<br />
<br />
<pre>4.- Installation on deb-based (debian, ubuntu,...) distributions
================================================================

1) Uninstall (if any) all verbio packages:

1.1) check which packages are installed in our system:
# apt-cache search verbio | grep -i verbio
verbio-tts-*
verbio-asr-*
verbio-engines
verbio-clients
[...]

1.2) remove those packages (verbio-engines /must/ be the last one)
# apt-get remove --purge verbio-tts-*
# apt-get remove --purge verbio-asr-*
# apt-get remove --purge verbio-clients
# apt-get remove --purge verbio-engines
[...]

2) Install verbio packages (verbio-engines /must/ be the first one):
# dpkg -i verbio-engines-7.yy-0.i386.rpm
# dpkg -i --force-overwrite verbio-clients-x.y.deb
# dpkg -i --force-overwrite verbio-tts-*-x.y.deb
# dpkg -i --force-overwrite verbio-asr-*-x.y.deb



</pre>
A&iacute; voc&ecirc; tem que baixar o pacote verbio-asterisk, nele tem um
readme com os procedimentos, tem que passar um arquivo da pasta
dele (app_verbio_speech.so ou algo assim) pra pasta apps do
asterisk e adicionar uma linha no Makefile dessa pasta, mas isso
est&aacute; bem explicado.<br />
<br />
Ap&oacute;s isso vem a configura&ccedil;&atilde;o para o reconhecimento, tambem posso
te ajudar com isso depois.<br />
<br />
</div>
</div>
<div class="gmail_quote">
<div>
<div></div>
<div>Em 2 de janeiro de 2012 14:23, Asterisk <span dir="ltr">&lt;<a href="mailto:asterisk@teknisa.com" target="_blank">asterisk@teknisa.com</a>&gt;</span>
escreveu:<br />
</div>
</div>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">
<div>
<div></div>
<div>Achei esse
material, nao &eacute; do nurse, mas ajuda..<br />
<br />
<a href="http://code.google.com/p/unimrcp/" target="_blank">http://code.google.com/p/unimrcp/</a><br />
<br />
Em 02/01/2012 14:16, Diego Aguirre (DagMoller) escreveu:<br />
</div>
</div>
<div>
<div>
<div>
<div></div>
<div>&gt; Jo&atilde;o,<br />
&gt;<br />
&gt; Poderia passar o link para download?<br />
&gt;<br />
&gt; Em 02-01-2012 14:10, <a href="mailto:joao@oxman.com.br" target="_blank">joao@oxman.com.br</a>
escreveu:<br />
&gt;&gt; Vou verificar este nuance, mais ser&aacute; que alguem
tem o tuto do verbio, pois j&aacute; baixei ele e ele &nbsp;tem o
free.<br />
&gt;&gt;<br />
&gt;&gt; agrade&ccedil;o a todos por responderem com dicas, se
alguem tiver mais detalhe do nuance e do Verbio ou outro
que funcione bem.<br />
&gt;&gt;<br />
&gt;&gt; obrigado mesmo a todos<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
</div>
</div>
&gt;&gt;
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;
br&gt;
&gt; --
<div>
<div></div>
<div><br />
&gt;&gt; *De*: "Thiago Bruni Tawil"&lt;<a href="mailto:stomaz.fei@gmail.com" target="_blank">stomaz.fei@gmail.com</a>&gt;<br />
&gt;&gt; *Enviado*: segunda-feira, 2 de janeiro de 2012
14:01<br />
&gt;&gt; *Para*: <a href="mailto:asteriskbrasil@listas.asteriskbrasil.org" target="_blank">asteriskbrasil@listas.asteriskbrasil.org</a><br />
&gt;&gt; *Assunto*: Re: [AsteriskBrasil] Instalar Verbio<br />
&gt;&gt;<br />
&gt;&gt; Kim.. funciona por XML, al&eacute;m de voc&ecirc; conseguir
transferir a chamada para ele.<br />
&gt;&gt; no site deles tem um manual e a documenta&ccedil;&atilde;o
muito bem detalhada!!<br />
&gt;&gt;<br />
&gt;&gt; Abra&ccedil;os..<br />
&gt;&gt;<br />
&gt;&gt; Em 2 de janeiro de 2012 13:49, Kim Delevati&lt;<a href="mailto:kim.delevati@gmail.com" target="_blank">kim.delevati@gmail.com</a>&lt;mailto:<a href="mailto:kim.delevati@gmail.com" target="_blank">kim.delevati@gmail.com</a>&gt;&gt;
&nbsp;escreveu:<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp;Esse Nuance tem integra&ccedil;&atilde;o com o Asterisk?
Googlei e n&atilde;o vi nada de concreto. E tem pt-br?<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp;Em 2 de janeiro de 2012 13:29, Thiago Bruni
Tawil&lt;<a href="mailto:stomaz.fei@gmail.com" target="_blank">stomaz.fei@gmail.com</a>&lt;mailto:<a href="mailto:stomaz.fei@gmail.com" target="_blank">stomaz.fei@gmail.com</a>&gt;&gt;
&nbsp;escreveu:<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Gian, se eu n&atilde;o me engano.. o nuance &eacute;
gr&aacute;tis para um canal.<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Em 2 de janeiro de 2012 13:27, Gian
Nicodemus&lt;<a href="mailto:giannicodemus@gmail.com" target="_blank">giannicodemus@gmail.com</a>&lt;mailto:<a href="mailto:giannicodemus@gmail.com" target="_blank">giannicodemus@gmail.com</a>&gt;&gt;
&nbsp;escreveu:<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Cara, tu pode usar o Nuance para
isso, por&eacute;m &eacute; pago, mas &eacute; o melhor do mercado!<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Gian Nicodemus<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Analista de sistemas<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:giannicodemus@gmail.com" target="_blank">giannicodemus@gmail.com</a>&lt;mailto:<a href="mailto:giannicodemus@gmail.com" target="_blank">giannicodemus@gmail.com</a>&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Em 2 de janeiro de 2012 13:15, <a href="mailto:joao@oxman.com.br" target="_blank">joao@oxman.com.br</a>&lt;mailto:<a href="mailto:joao@oxman.com.br" target="_blank">joao@oxman.com.br</a>&gt;
&nbsp;&lt;<a href="mailto:joao@oxman.com.br" target="_blank">joao@oxman.com.br</a>&lt;mailto:<a href="mailto:joao@oxman.com.br" target="_blank">joao@oxman.com.br</a>&gt;&gt;
&nbsp;escreveu:<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Boa tarde a todos alguem sabem
como instalar o Verbio no elastix ou no asterisk 1.8.7.0 e
no asterisk 1.10<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Preciso de um software de
reconhecimento de voz que interaja com o cliente<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;exemplo: asterisk atende<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ola somos a pbaxs por favor diga
seu assunto, financeiro, contas, suporte, vendas ou ramal
desejado, ou alguem direto &nbsp;diga o nome caso esteja
autorizado ser&aacute; tranferido<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ai o cliente diz rogerio andrade<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;o asterisk indentifca e caso
saiba transfere para o ramal do Rogerio andadrade, caso
n&atilde;o pergunta novamente<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;se alguem tiver um tutorial que
possa ajudar agrade&ccedil;o ante m&atilde;o e muito importante<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;obrigado a todos e um Feliz 2012
a Lista<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;_______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;KHOMP ::: External Series
Experience :::<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Um novo conceito para o mercado
de aplica&ccedil;&otilde;es que vai<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fazer voc&ecirc; pensar fora da caixa.
Aguarde este lan&ccedil;amento<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;_______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DIGIVOICE: Lider no mercado de
placas para Asterisk<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&Uacute;nico fabricante com Centro de
Treinamento especializado.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;LAN&Ccedil;AMENTO: Channel Bank TDMoE,
at&eacute; 64 canais FXS / FXO.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.digivoice.com.br" target="_blank">www.digivoice.com.br</a>&lt;<a href="http://www.digivoice.com.br" target="_blank">http://www.digivoice.com.br</a>&gt;
&nbsp;ou (11)3016-5200.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;________<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Para remover seu email desta
lista, basta enviar um email em branco para <a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a>&lt;mailto:<a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a>&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;_______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;KHOMP ::: External Series Experience
:::<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Um novo conceito para o mercado de
aplica&ccedil;&otilde;es que vai<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fazer voc&ecirc; pensar fora da caixa.
Aguarde este lan&ccedil;amento<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;_______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DIGIVOICE: Lider no mercado de
placas para Asterisk<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&Uacute;nico fabricante com Centro de
Treinamento especializado.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;LAN&Ccedil;AMENTO: Channel Bank TDMoE, at&eacute;
64 canais FXS / FXO.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.digivoice.com.br" target="_blank">www.digivoice.com.br</a>&lt;<a href="http://www.digivoice.com.br" target="_blank">http://www.digivoice.com.br</a>&gt;
&nbsp;ou (11)3016-5200.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;________<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Para remover seu email desta lista,
basta enviar um email em branco para <a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a>&lt;mailto:<a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a>&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;_______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;KHOMP ::: External Series Experience :::<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Um novo conceito para o mercado de
aplica&ccedil;&otilde;es que vai<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fazer voc&ecirc; pensar fora da caixa. Aguarde
este lan&ccedil;amento<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;_______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DIGIVOICE: Lider no mercado de placas
para Asterisk<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&Uacute;nico fabricante com Centro de
Treinamento especializado.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;LAN&Ccedil;AMENTO: Channel Bank TDMoE, at&eacute; 64
canais FXS / FXO.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.digivoice.com.br" target="_blank">www.digivoice.com.br</a>&lt;<a href="http://www.digivoice.com.br" target="_blank">http://www.digivoice.com.br</a>&gt;
&nbsp;ou (11)3016-5200.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;________<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Para remover seu email desta lista,
basta enviar um email em branco para <a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a>&lt;mailto:<a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a>&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp;
&nbsp;_______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp;KHOMP ::: External Series Experience :::<br />
&gt;&gt; &nbsp; &nbsp; &nbsp;Um novo conceito para o mercado de
aplica&ccedil;&otilde;es que vai<br />
&gt;&gt; &nbsp; &nbsp; &nbsp;fazer voc&ecirc; pensar fora da caixa. Aguarde
este lan&ccedil;amento<br />
&gt;&gt; &nbsp; &nbsp;
&nbsp;_______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp;DIGIVOICE: Lider no mercado de placas para
Asterisk<br />
&gt;&gt; &nbsp; &nbsp; &nbsp;&Uacute;nico fabricante com Centro de Treinamento
especializado.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp;LAN&Ccedil;AMENTO: Channel Bank TDMoE, at&eacute; 64
canais FXS / FXO.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp;<a href="http://www.digivoice.com.br" target="_blank">www.digivoice.com.br</a>&lt;<a href="http://www.digivoice.com.br" target="_blank">http://www.digivoice.com.br</a>&gt;
&nbsp;ou (11)3016-5200.<br />
&gt;&gt; &nbsp; &nbsp; &nbsp;________<br />
&gt;&gt;<br />
&gt;&gt; &nbsp; &nbsp;
&nbsp;______________________________________________<br />
&gt;&gt; &nbsp; &nbsp; &nbsp;Para remover seu email desta lista, basta
enviar um email em branco para <a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a>&lt;mailto:<a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a>&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; _______________________________________________<br />
&gt;&gt; KHOMP ::: External Series Experience :::<br />
&gt;&gt; Um novo conceito para o mercado de aplica&ccedil;&otilde;es que
vai<br />
&gt;&gt; fazer voc&ecirc; pensar fora da caixa. Aguarde este
lan&ccedil;amento<br />
&gt;&gt; _______________________________________________<br />
&gt;&gt; DIGIVOICE: Lider no mercado de placas para
Asterisk<br />
&gt;&gt; &Uacute;nico fabricante com Centro de Treinamento
especializado.<br />
&gt;&gt; LAN&Ccedil;AMENTO: Channel Bank TDMoE, at&eacute; 64 canais FXS
/ FXO.<br />
&gt;&gt; <a href="http://www.digivoice.com.br" target="_blank">www.digivoice.com.br</a>
ou (11)3016-5200.<br />
&gt;&gt; ________<br />
&gt;&gt;<br />
&gt;&gt; ______________________________________________<br />
&gt;&gt; Para remover seu email desta lista, basta enviar
um email em branco para <a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a><br />
<br />
_______________________________________________<br />
KHOMP ::: External Series Experience :::<br />
Um novo conceito para o mercado de aplica&ccedil;&otilde;es que vai<br />
fazer voc&ecirc; pensar fora da caixa. Aguarde este lan&ccedil;amento<br />
_______________________________________________<br />
DIGIVOICE: Lider no mercado de placas para Asterisk<br />
&Uacute;nico fabricante com Centro de Treinamento especializado.<br />
LAN&Ccedil;AMENTO: Channel Bank TDMoE, at&eacute; 64 canais FXS / FXO.<br />
<a href="http://www.digivoice.com.br" target="_blank">www.digivoice.com.br</a>
ou (11)3016-5200.<br />
________<br />
<br />
______________________________________________<br />
Para remover seu email desta lista, basta enviar um email
em branco para <a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a><br />
</div>
</div>
</div>
</div>
</blockquote>
</div>
<div>
<div></div>
<div>
<br />
<br />
<fieldset></fieldset>
<br />
<pre>_______________________________________________
KHOMP ::: External Series Experience :::
Um novo conceito para o mercado de aplica&ccedil;&otilde;es que vai
fazer voc&ecirc; pensar fora da caixa. Aguarde este lan&ccedil;amento
_______________________________________________
DIGIVOICE: Lider no mercado de placas para Asterisk
&Uacute;nico fabricante com Centro de Treinamento especializado.
LAN&Ccedil;AMENTO: Channel Bank TDMoE, at&eacute; 64 canais FXS / FXO. 
<a href="http://www.digivoice.com.br" target="_blank">www.digivoice.com.br</a> ou (11)3016-5200.
________

______________________________________________
Para remover seu email desta lista, basta enviar um email em branco para <a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a></pre>
</div>
</div>
</blockquote>
</div>
<br />
_______________________________________________<br />
KHOMP ::: External Series Experience :::<br />
Um novo conceito para o mercado de aplica&ccedil;&otilde;es que vai<br />
fazer voc&ecirc; pensar fora da caixa. Aguarde este lan&ccedil;amento<br />
_______________________________________________<br />
DIGIVOICE: Lider no mercado de placas para Asterisk<br />
&Uacute;nico fabricante com Centro de Treinamento especializado.<br />
LAN&Ccedil;AMENTO: Channel Bank TDMoE, at&eacute; 64 canais FXS / FXO.<br />
<a href="http://www.digivoice.com.br" target="_blank">www.digivoice.com.br</a> ou (11)3016-5200.<br />
________<br />
<br />
______________________________________________<br />
Para remover seu email desta lista, basta enviar um email em branco para <a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org" target="_blank">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a><br />
</blockquote></div>
<br />
</div>
</div>
</span>
<br />
_______________________________________________<br />
KHOMP ::: External Series Experience :::<br />
Um novo conceito para o mercado de aplica&ccedil;&otilde;es que vai<br />
fazer voc&ecirc; pensar fora da caixa. Aguarde este lan&ccedil;amento<br />
_______________________________________________<br />
DIGIVOICE: Lider no mercado de placas para Asterisk<br />
&Uacute;nico fabricante com Centro de Treinamento especializado.<br />
LAN&Ccedil;AMENTO: Channel Bank TDMoE, at&eacute; 64 canais FXS / FXO.<br />
<a href="http://www.digivoice.com.br" target="_blank">www.digivoice.com.br</a> ou (11)3016-5200.<br />
________<br />
<br />
______________________________________________<br />
Para remover seu email desta lista, basta enviar um email em branco para <a href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a><br />
</blockquote></div>
<br /></span>