<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Tive problemas ao utilizar asterisk 11 com o vérbio.<br>
    O pessoal da verbio me conseguiu uma pacote novo e compativel para
    isso.<br>
    <br>
    <br>
    Em todo caso, segue como configurar<br>
    <br>
    - Modificando o Makefile do apps do Asterisk para ler a library da
    Verbio<br>
     <br>
    <pre style="box-sizing: border-box; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 13px; white-space: pre-wrap; display: block; padding: 9.5px; margin: 0px 0px 10px; line-height: 18.5714282989502px; color: rgb(51, 51, 51); word-break: break-all; word-wrap: break-word; border: 1px solid rgb(204, 204, 204); border-radius: 4px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(245, 245, 245);">pico /usr/src/certified-asterisk-11.6-cert4/apps/Makefile

Colar essa linhas, antes da flab: all: _all
-------------------------------------------
MENUSELECT_DEPENDS_app_verbio_speech+=VOX
VOX_LIB=-lvoxlib
ASTCFLAGS+=-DASTERISK_VERSION_NUM=110000
 
Obs: Segue anexo o app_verbio_speech.c que precisa ser copiado para pasta apps do Asterisk.
</pre>
    - Instalando o Asterisk<br>
    <pre style="box-sizing: border-box; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 13px; white-space: pre-wrap; display: block; padding: 9.5px; margin: 0px 0px 10px; line-height: 18.5714282989502px; color: rgb(51, 51, 51); word-break: break-all; word-wrap: break-word; border: 1px solid rgb(204, 204, 204); border-radius: 4px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(245, 245, 245);">cd /usr/src/certified-asterisk-11.6-cert4 
./configure
make all
make install
make config 
</pre>
    - Subindo o Asterisk com Motor Verbio<br>
    <pre style="box-sizing: border-box; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 13px; white-space: pre-wrap; display: block; padding: 9.5px; margin: 0px 0px 10px; line-height: 18.5714282989502px; color: rgb(51, 51, 51); word-break: break-all; word-wrap: break-word; border: 1px solid rgb(204, 204, 204); border-radius: 4px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(245, 245, 245);">- Copiar o arquivo anexo verbio.conf para pasta /etc/asterisk
verbiod -e (subir o motor da Verbio em modo Evulation)
pgrep verbio (tem retorna a um número maior que 0, se isso ocorrer, significa que o Motor tá funcionando)
asterisk  (subir o Asterisk)
asterisk -rvvvvvvvvvvvv   (Acessar console do Asterisk
core restart now (reiniciar o Asterisk para conectar o Asterisk ao Motor)
core show application Verbio (verificar se application da Verbio são exibidas, se sim, o Motor já está falando com Asterisk). </pre>
    <br>
    Pacotes debian para a versões novas do asterisk:<br>
    <br>
    - Instalando as Dependências<br>
    <pre style="box-sizing: border-box; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 13px; white-space: pre-wrap; display: block; padding: 9.5px; margin: 0px 0px 10px; line-height: 18.5714282989502px; color: rgb(51, 51, 51); word-break: break-all; word-wrap: break-word; border: 1px solid rgb(204, 204, 204); border-radius: 4px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(245, 245, 245);">apt-get install build-essential wget libssl-dev libncurses5-dev libnewt-dev  libxml2-dev linux-headers-$(uname -r) libsqlite3-dev uuid-dev</pre>
    - Baixando os Motor Verbio e Asterisk<br>
    <pre style="box-sizing: border-box; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 13px; white-space: pre-wrap; display: block; padding: 9.5px; margin: 0px 0px 10px; line-height: 18.5714282989502px; color: rgb(51, 51, 51); word-break: break-all; word-wrap: break-word; border: 1px solid rgb(204, 204, 204); border-radius: 4px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(245, 245, 245);">wget <a class="moz-txt-link-freetext" href="http://www.verbio.com/downloads/verbio/linux/9.00_beta/verbio-engines_9.00_amd64.deb">http://www.verbio.com/downloads/verbio/linux/9.00_beta/verbio-engines_9.00_amd64.deb</a>
wget <a class="moz-txt-link-freetext" href="http://www.verbio.com/downloads/verbio/linux/9.00_beta/verbio-asr-pt-br_9.00_amd64.deb">http://www.verbio.com/downloads/verbio/linux/9.00_beta/verbio-asr-pt-br_9.00_amd64.deb</a>
wget <a class="moz-txt-link-freetext" href="http://www.verbio.com/downloads/verbio/linux/9.00_beta/verbio-clients_9.00_amd64.deb">http://www.verbio.com/downloads/verbio/linux/9.00_beta/verbio-clients_9.00_amd64.deb</a>  
wget <a class="moz-txt-link-freetext" href="http://www.verbio.com/downloads/verbio/linux/9.00_beta/verbio-tts-luma-pt-brsl_9.00_amd64.deb">http://www.verbio.com/downloads/verbio/linux/9.00_beta/verbio-tts-luma-pt-brsl_9.00_amd64.deb</a>

</pre>
    <br>
    <br>
    <div class="moz-signature">
      <div align="left"><br>
        <img moz-do-not-send="true"
          src="http://www.arcom.com.br/assinatura/marcus_50anos.jpg"
          alt="
          marcus
                                         
          Arcom S/A -            
          Anel Viário Ayrton Senna, 2011 " usemap="#Map" border="0"
          height="78" width="323"> <map name="Map">
          <area shape="rect" coords="135,62,275,77"
            href="http://www.arcom.com.br" alt="Site Arcom">
        </map>
      </div>
    </div>
    <div class="moz-cite-prefix">On 04/03/2015 11:34 AM, Silvio Duclos
      wrote:<br>
    </div>
    <blockquote cite="mid:000001d06e1b$4f9aecf0$eed0c6d0$@virtual4b.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EstiloDeEmail19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <div>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">Bom
              dia Pessoal, <o:p></o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D"><o:p> </o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">Antes
              de mais nada feliz páscoa a todos.<o:p></o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D"><o:p> </o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">Alguém
              teria o caminho das pedras para compilar  o arquivo o 
              app_verbio_speech.c   para a versão 11.15 do asterisk. <o:p></o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D"><o:p> </o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">Silvio
              Duclos <o:p></o:p></span></p>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
WORKOFFEE KHOMP: A Khomp renovou sua agenda de workshops
gratuitos em 2015. Participe da próxima edição no Rio de
Janeiro, dia 10 de abril, e conheça o lançamento UMG 100.
Garanta a sua vaga e saiba mais em: www.workoffee.com.br
_______________________________________________
DIGIVOICE: Fabricante pioneiro em Banco de Canais e Placas E1, GSM, FXO e FXS para Asterisk e Elastix. Temos Cursos de Telefonia IP e Asterisk.
Construa soluções de PABX IP com produtos DigiVoice - visite  www.digivoice.com.br
_______________________________________________
Para remover seu email desta lista, basta enviar um email em branco para asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</pre>
    </blockquote>
    <br>
  </body>
</html>