<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Resolvi da seginte forma:<br>
    M&eacute;todo 1:<br>
    exten =&gt; 3,2,MYSQL(Query resultid ${connid} INSERT INTO
    cbqclientes set name="Guilherme opcao-3" \,
    telefone="${CALLERID(num)}" \, valor="${EXTEN}")<br>
    <br>
    M&eacute;todo 2:<br>
    exten =&gt; 4,2,MYSQL(Query resultid ${connid} INSERT INTO
    cbqclientes (name\,telefone\,valor) VALUES ("Guilherme Rezende
    opcao-4"\,"${CALLERID(num)}"\,"${EXTEN}"))<br>
    <br>
    &nbsp;&nbsp;&nbsp; O segredo estava na "\" que preciso colocar.. Se eu tirar n&atilde;o
    funciona.<br>
    <br>
    <br>
    <br>
    Em 14/03/2013 23:54, Rafael dos Santos Saraiva escreveu:
    <blockquote
cite="mid:CAPgnSs=1T67AL0uCFFuXimUbOk5MdjZTUeVn5_M2r-zjvw-s1w@mail.gmail.com"
      type="cite">Guilherme
      <div><br>
      </div>
      <div>A sua query est&aacute; errada, tenta assim:</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div><span
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">exten
          =&gt; 3,2,MYSQL(Query resultid ${connid} INSERT INTO
          `cbqclientes`</span><br
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
        <span
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">(`name`,`telefone`,`valor`)
          VALUES ('</span><span
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Guilherme
          Rezende',&nbsp;</span><span
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">'opcao-3',${CALLERID(num)}</span><span
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">)</span><br
          clear="all">
        <div>
          <div><br>
          </div>
          <div>Retirei o EXTEN, voc&ecirc; estava dizendo na query anterior
            que iria inserir &nbsp;3 valores, mas estava inserindo 4.</div>
          <div><br>
          </div>
          <div><br>
          </div>
          Att,
          <div><b>Rafael dos Santos Saraiva</b></div>
          <div>
            <div>
              Tel: (51) 8174-7956 | (51) 3205-1504</div>
            <div><a moz-do-not-send="true" href="http://www.astdocs.com"
                target="_blank">http://www.astdocs.com</a> |&nbsp;<a
                moz-do-not-send="true"
                href="http://br.linkedin.com/pub/rafael-saraiva/52/aab/230"
                target="_blank"><img moz-do-not-send="true"
src="http://www.linkedin.com/img/webpromo/btn_liprofile_blue_80x15_pt_BR.png"></a><br>
            </div>
          </div>
        </div>
        <br>
        <br>
        <div class="gmail_quote">Em 14 de mar&ccedil;o de 2013 23:34, Guilherme
          Rezende <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:asterisk@guilherme.eti.br" target="_blank">asterisk@guilherme.eti.br</a>&gt;</span>
          escreveu:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            Colegas da lista, estou enfrentando difilcudades em em
            inserir um<br>
            registro no meu banco conforme dialplan abaixo:<br>
            <br>
            exten =&gt; 3,1,MYSQL(Connect connid localhost root
            simples01 banco1)<br>
            exten =&gt; 3,2,MYSQL(Query resultid ${connid} INSERT INTO
            `cbqclientes`<br>
            (`name`,`telefone`,`valor`) VALUES (Guilherme Rezende<br>
            opcao-3,${CALLERID(num)},${EXTEN}))<br>
            exten =&gt; 3,3,MYSQL(Clear ${resultid})<br>
            exten =&gt; 3,4,MYSQL(Disconnect ${connid})<br>
            exten =&gt; 3,5,Hangup()<br>
            <br>
            &nbsp; &nbsp; &nbsp;Essa op&ccedil;&atilde;o &eacute; uma op&ccedil;&atilde;o de URA e n&atilde;o insere no banco o
            registro,<br>
            embora nos logs vejo que os campos s&atilde;o separados por "|",
            conforme<br>
            primeira linha de log abaixo. &nbsp;Ja na segunda linha &eacute;
            inserido no cdr s/<br>
            problemas o registro, coisa que n&atilde;o acontece no primeiro.
            &nbsp;Acredito que<br>
            o problema seja esse bendito "|" e o mysql n&atilde;o est&aacute;
            entendendo.<br>
            &nbsp; &nbsp; &nbsp;Algu&eacute;m possui algum exemplo em funcionamento ?<br>
            <br>
            Cen&aacute;rio: &nbsp;Asterisk-1.4.37<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;asterisk-addons-1.4.13<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;mysql-5.0.95.<br>
            <br>
            <br>
            130314 23:21:21 &nbsp; &nbsp; 100 Connect &nbsp; &nbsp; root@localhost on banco1<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;100 Query &nbsp; &nbsp; &nbsp; INSERT INTO
            `cbqclientes`<br>
            (`name`|`telefone`|`valor`) VALUES (Guilherme Rezende
            opcao-3|36932367|3)<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;100 Quit<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 43 Query &nbsp; &nbsp; &nbsp; INSERT INTO cdr<br>
(calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode)<br>
            VALUES ('2013-03-14
            23:21:06','36932367','36932367','3','URA',<br>
            'DGV/26','','Hangup','',15,5,'ANSWERED',3,'')<br>
            <br>
            _______________________________________________<br>
            KHOMP: completa linha de placas externas FXO, FXS, GSM e E1;<br>
            Media Gateways de 1 a 64 E1s para SIP com R2, ISDN e SS7;<br>
            Intercomunicadores para acesso remoto via rede IP. Conhe&ccedil;a
            em <a moz-do-not-send="true" href="http://www.Khomp.com"
              target="_blank">www.Khomp.com</a>.<br>
            _______________________________________________<br>
            DIGIVOICE &nbsp;Fabricante de Placas de Voz e Channel Bank<br>
            20 anos de experi&ecirc;ncia com E1(R2/ISDN), FXS, FXO e GSM<br>
            Centro Treinamento - Curso de PABX IP - &nbsp;Asterisk &nbsp;- Site &nbsp;<a
              moz-do-not-send="true" href="http://www.digivoice.com.br"
              target="_blank">www.digivoice.com.br</a><br>
            _______________________________________________<br>
            ALIGERA &#8211; Fabricante nacional de Gateways SIP-E1 para R2,
            ISDN e SS7.<br>
            Placas de 1E1, 2E1, 4E1 e 8E1 para PCI ou PCI Express.<br>
            Channel Bank &#8211; Appliance Asterisk - Acesse <a
              moz-do-not-send="true" href="http://www.aligera.com.br"
              target="_blank">www.aligera.com.br</a>.<br>
            _______________________________________________<br>
            Para remover seu email desta lista, basta enviar um email em
            branco para <a moz-do-not-send="true"
              href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
KHOMP: completa linha de placas externas FXO, FXS, GSM e E1;
Media Gateways de 1 a 64 E1s para SIP com R2, ISDN e SS7;
Intercomunicadores para acesso remoto via rede IP. Conhe&ccedil;a em <a class="moz-txt-link-abbreviated" href="http://www.Khomp.com">www.Khomp.com</a>.
_______________________________________________
DIGIVOICE  Fabricante de Placas de Voz e Channel Bank
20 anos de experi&ecirc;ncia com E1(R2/ISDN), FXS, FXO e GSM
Centro Treinamento - Curso de PABX IP -  Asterisk  - Site  <a class="moz-txt-link-abbreviated" href="http://www.digivoice.com.br">www.digivoice.com.br</a>
_______________________________________________
ALIGERA &#8211; Fabricante nacional de Gateways SIP-E1 para R2, ISDN e SS7.
Placas de 1E1, 2E1, 4E1 e 8E1 para PCI ou PCI Express.
Channel Bank &#8211; Appliance Asterisk - Acesse <a class="moz-txt-link-abbreviated" href="http://www.aligera.com.br">www.aligera.com.br</a>.
_______________________________________________
Para remover seu email desta lista, basta enviar um email em branco para <a class="moz-txt-link-abbreviated" href="mailto:asteriskbrasil-unsubscribe@listas.asteriskbrasil.org">asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</a></pre>
    </blockquote>
    <br>
  </body>
</html>