<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Erick utilizo mais ou menos o que o amigo demostrou apenas com mais inteligência pois no meu caso são ligações entrantes &nbsp;quando o call-center não pode atender.</div><div><br></div><div>Se precisar desenvolvi um software php para que tenha relatórios pois no meu caso tenho umas 100 uras desta e cada operação consegue visualizar apenas relatório da sua.</div><div><br></div><div>qualquer coisa manda um &nbsp;email &nbsp;<a href="mailto:rodrigo@ticsolucoes.com.br">rodrigo@ticsolucoes.com.br</a>.</div><div><br></div><div><br></div><br><div><div>Em 02/08/2011, às 12:13, Asterisk escreveu:</div><br class="Apple-interchange-newline"><blockquote type="cite">

  
    <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
  
  <div bgcolor="#ffffff" text="#000000">
    Erick voce tambem pode usar o plano de discagem se seu asterisk foi
    compilado com suporte a mysql.<br>
    <br>
    exten =&gt; s,1,Answer<br>
    exten =&gt; s,n,Set(NUM=${CALLERID(num)})<br>
    exten =&gt; s,n,Read(CPF,,,,,5)<br>
    exten =&gt; s,n,MYSQL(Connect connid 127.0.0.1 usuario senha banco)<br>
    exten =&gt; s,n,MYSQL(Query resultid ${connid} INSERT INTO `tabela`
    (`CPF`,`NUM`) VALUES ('${CPF}','${NUM}'))<br>
    exten =&gt; s,n,HangUp<br>
    <br>
    Na teoria funciona.rsrs...<br>
    Nao testei aqui,mas tenho algo parecido rodando.<br>
    <br>
    Em 02/08/2011 11:45, andre escreveu:
    <blockquote cite="mid:003001cc5122$d3c6f0b0$7b54d210$@com.br" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 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";
        color:black;}
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;}
pre
        {mso-style-priority:99;
        mso-style-link:"Pr&eacute;-formata&ccedil;&atilde;o HTML Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.Pr-formataoHTMLChar
        {mso-style-name:"Pr&eacute;-formata&ccedil;&atilde;o HTML Char";
        mso-style-priority:99;
        mso-style-link:"Pr&eacute;-formata&ccedil;&atilde;o HTML";
        font-family:"Consolas","serif";
        color:black;}
span.EstiloDeEmail19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@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"><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;">Erick
            você pode utilizar dessa forma simples.<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">NO SEU EXTENSIONS<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">Exten =&gt; s,1,Answer()<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">Exten =&gt; s,n,Read(cpf,,,,,5)<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">Exten =&gt; s,n,Agi(insert.php,cpf)<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">Exten =&gt; s,n,Hangup()<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">#################################################
            insert.php ################################################<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">#!/usr/bin/php -q<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">&lt;?php<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">include "phpagi-1.6.php";<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">include "phpagi-asmanager.php";<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">include "conexao.php";<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">$agi = new AGI();<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">$telefone=$agi-&gt;get_variable("telefone",true);<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US">$cpf=$agi-&gt;get_variable("cpf",true);<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;" lang="EN-US"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;">$sql="insert
            into tabela (codigo,telefone,cpf) VALUES
            ('','$telefone',’$cpf’)";<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;">$res=mysql_query($sql);<o:p></o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal" style=""><span style="font-size: 9pt;
            font-family: &quot;Courier New&quot;; color: windowtext;">?&gt;<o:p></o:p></span></p><p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);">Qualquer duvida estou a disposição.<o:p></o:p></span></p><p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);">Att,<o:p></o:p></span></p><p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p>
        <div><p class="MsoNormal"><span style="font-size: 10pt;
              font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;
              color: navy;">André Luiz<br>
              <b>Sertel-Info</b>&nbsp;<br>
            </span><span style="font-size: 10pt; font-family: Wingdings;
              color: navy;">8</span><span style="font-size: 10pt;
              font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;
              color: navy;">- &nbsp;</span><span style="font-size: 10pt;
              font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;
              color: rgb(31, 73, 125);"><a moz-do-not-send="true" href="http://www.sertelinfo.com.br/" target="_blank" title="http://www.sertelinfo.com.br/"><span style="color: navy;">http://www.sertelinfo.com.br</span></a><br>
            </span><u><span style="font-size: 7.5pt; font-family:
                Wingdings; color: navy;">*</span></u><span style="font-size: 11pt; font-family:
              &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
              73, 125);"> </span><u><span style="font-size: 7.5pt;
                font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;
                color: navy;">-</span></u><span style="font-size: 11pt;
              font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;
              color: rgb(31, 73, 125);"> </span><span style="font-size:
              10pt; font-family:
              &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(31,
              73, 125);"><a moz-do-not-send="true" href="mailto:andre@sertelinfo.com.br" title="mailto:andre@sertelinfo.com.br"><span style="color: navy;">andre@sertelinfo.com.br</span></a><br>
            </span><span style="font-size: 10pt; font-family: Wingdings;
              color: navy;">(</span><span style="font-size: 10pt;
              font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;
              color: navy;">- &nbsp;21-3527-0333 / 8309-8535 / 8502-0919</span><span style="font-size: 11pt; font-family:
              &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
              73, 125);"><o:p></o:p></span></p>
        </div><p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p>
        <div>
          <div style="border-right: medium none; border-width: 1pt
            medium medium; border-style: solid none none; border-color:
            rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color;
            padding: 3pt 0cm 0cm;"><p class="MsoNormal"><b><span style="font-size: 10pt;
                  font-family:
                  &quot;Tahoma&quot;,&quot;sans-serif&quot;; color:
                  windowtext;">De:</span></b><span style="font-size:
                10pt; font-family:
                &quot;Tahoma&quot;,&quot;sans-serif&quot;; color:
                windowtext;">
                <a class="moz-txt-link-abbreviated" href="mailto:asteriskbrasil-bounces@listas.asteriskbrasil.org">asteriskbrasil-bounces@listas.asteriskbrasil.org</a>
                [<a class="moz-txt-link-freetext" href="mailto:asteriskbrasil-bounces@listas.asteriskbrasil.org">mailto:asteriskbrasil-bounces@listas.asteriskbrasil.org</a>]
                <b>Em nome de </b>Guilherme Rezende<br>
                <b>Enviada em:</b> terça-feira, 2 de agosto de 2011
                11:03<br>
                <b>Para:</b> <a class="moz-txt-link-abbreviated" href="mailto:erik@kivik.com.br">erik@kivik.com.br</a>;
                <a class="moz-txt-link-abbreviated" href="mailto:asteriskbrasil@listas.asteriskbrasil.org">asteriskbrasil@listas.asteriskbrasil.org</a><br>
                <b>Assunto:</b> Re: [AsteriskBrasil] Asterisk + Bando de
                Dados<o:p></o:p></span></p>
          </div>
        </div><p class="MsoNormal"><o:p>&nbsp;</o:p></p><p class="MsoNormal">Então Erik, vc resolverá isso c/ uma
          programação AGI.&nbsp; Pelo que entendi, quando alguém ligar p/ o
          seu número, a URA atende e pede p/ o cliente digitar o CPF. Em
          seguida será armazenado em uma banco o Caller-id do cliente
          que ligou e o seu CPF que ele digitou..&nbsp; É isso mesmo que
          precisa?<br>
          <br>
          Abs..<br>
          <br>
          <br>
          <o:p></o:p></p><p class="MsoNormal">Bom dia lista!<br>
          <br>
          <br>
          Tenho um servidor Asterisk e queria saber como faço para
          armazenar o telefone e o CPF do cliente quando o mesmo faz a
          ligação em um banco de dados.<br>
          <br>
          Se alguém souber de algum tutorial, algo que me dê uma luz
          pelo menos.<br>
          <br>
          Obrigado!<br>
          <br>
          &nbsp;<o:p></o:p></p>
        <div><p class="MsoNormal"><span>&lt;Anexo de E-mail.png&gt;</span><o:p></o:p></p>
        </div>
        <pre><o:p>&nbsp;</o:p></pre>
        <pre><o:p>&nbsp;</o:p></pre>
        <pre>_______________________________________________<o:p></o:p></pre>
        <pre>KHOMP: qualidade em placas de E1, GSM, FXS e FXO para Asterisk. <o:p></o:p></pre>
        <pre>- Hardware com alta disponibilidade de recursos e qualidade KHOMP<o:p></o:p></pre>
        <pre>- Suporte técnico local qualificado e gratuito <o:p></o:p></pre>
        <pre>Conheça a linha completa de produtos KHOMP em <a moz-do-not-send="true" href="http://www.khomp.com.br/">www.khomp.com.br</a><o:p></o:p></pre>
        <pre>_______________________________________________<o:p></o:p></pre>
        <pre>DIGIVOICE: Lider no mercado de placas para Asterisk<o:p></o:p></pre>
        <pre>Único fabricante com Centro de Treinamento especializado.<o:p></o:p></pre>
        <pre>LANÇAMENTO: Channel Bank TDMoE, até 64 canais FXS / FXO. <o:p></o:p></pre>
        <pre><a moz-do-not-send="true" href="http://www.digivoice.com.br/">www.digivoice.com.br</a> ou (11)3016-5200.<o:p></o:p></pre>
        <pre>________<o:p></o:p></pre>
        <pre>LANÇAMENTO SHOPVOIP! Gateway Xibelis Lyric VoIP com 2,4 e 6 canais GSM.<o:p></o:p></pre>
        <pre>Arquitetura Escalável, Balanceamento de Carga, Portabilidade Numérica.<o:p></o:p></pre>
        <pre>Confira em <a moz-do-not-send="true" href="http://www.yx.cl/landing/brasil/lyric_voip_asterisk.org">http://www.yx.cl/landing/brasil/lyric_voip_asterisk.org</a><o:p></o:p></pre>
        <pre>Mais informações: <a moz-do-not-send="true" href="http://www.shopvoip.com.br/">www.shopvoip.com.br</a> ou 0800-6021244<o:p></o:p></pre>
        <pre>______________________________________________<o:p></o:p></pre>
        <pre>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><o:p></o:p></pre><p class="MsoNormal"><o:p>&nbsp;</o:p></p>
      </div>
      <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
KHOMP: qualidade em placas de E1, GSM, FXS e FXO para Asterisk. 
- Hardware com alta disponibilidade de recursos e qualidade KHOMP
- Suporte técnico local qualificado e gratuito 
Conheça a linha completa de produtos KHOMP em <a class="moz-txt-link-abbreviated" href="http://www.khomp.com.br/">www.khomp.com.br</a>
_______________________________________________
DIGIVOICE: Lider no mercado de placas para Asterisk
Único fabricante com Centro de Treinamento especializado.
LANÇAMENTO: Channel Bank TDMoE, até 64 canais FXS / FXO. 
<a class="moz-txt-link-abbreviated" href="http://www.digivoice.com.br/">www.digivoice.com.br</a> ou (11)3016-5200.
________
LANÇAMENTO SHOPVOIP! Gateway Xibelis Lyric VoIP com 2,4 e 6 canais GSM.
Arquitetura Escalável, Balanceamento de Carga, Portabilidade Numérica.
Confira em <a class="moz-txt-link-freetext" href="http://www.yx.cl/landing/brasil/lyric_voip_asterisk.org">http://www.yx.cl/landing/brasil/lyric_voip_asterisk.org</a>
Mais informações: <a class="moz-txt-link-abbreviated" href="http://www.shopvoip.com.br/">www.shopvoip.com.br</a> ou 0800-6021244
______________________________________________
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>
  </div>

_______________________________________________<br>KHOMP: qualidade em placas de E1, GSM, FXS e FXO para Asterisk. <br>- Hardware com alta disponibilidade de recursos e qualidade KHOMP<br>- Suporte técnico local qualificado e gratuito <br>Conheça a linha completa de produtos KHOMP em <a href="http://www.khomp.com.br">www.khomp.com.br</a><br>_______________________________________________<br>DIGIVOICE: Lider no mercado de placas para Asterisk<br>Único fabricante com Centro de Treinamento especializado.<br>LANÇAMENTO: Channel Bank TDMoE, até 64 canais FXS / FXO. <br><a href="http://www.digivoice.com.br">www.digivoice.com.br</a> ou (11)3016-5200.<br>________<br>LANÇAMENTO SHOPVOIP! Gateway Xibelis Lyric VoIP com 2,4 e 6 canais GSM.<br>Arquitetura Escalável, Balanceamento de Carga, Portabilidade Numérica.<br>Confira em <a href="http://www.yx.cl/landing/brasil/lyric_voip_asterisk.org">http://www.yx.cl/landing/brasil/lyric_voip_asterisk.org</a><br>Mais informações: <a href="http://www.shopvoip.com.br">www.shopvoip.com.br</a> ou 0800-6021244<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></blockquote></div><br></body></html>