<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Arial'; COLOR: #000000; FONT-SIZE: 10pt">
<DIV>Pessoal desculpe perturbar com esse assunto já que foi bem discutido aqui 
na lista mas , eu consegui fazer funcionar a primeira parte do codigo p 
exemploAGI.php, mas nao sei por que a colsulta.php nao funciona, até testei ela 
no delphi.php e ta correto aparece onumero da operadora , mas no asterisk quando 
chama essa funçao por algum motivo nao le, algumem tem ideia do que possa 
ser?</DIV>
<DIV>Obrigado</DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV style="FONT: 10pt tahoma">
<DIV><FONT face=Arial>esse é o script que nao funciona no asterisk consulta.php 
mas parece correto porque funciona no delphi, qual sera o detalhe que ta 
faltando?</FONT></DIV>
<DIV>&lt;?php</DIV>
<DIV>$chave = 'senhasite';</DIV>
<DIV>$numero = $argv[1];</DIV>
<DIV>$url = "<A 
href="http://portabilidade.telein.com.br/sistema/consulta_numero.php?numero=$numero&amp;chave=">http://portabilidade.telein.com.br/sistema/consulta_numero.php?numero=$numero&amp;chave=</A>$chave";</DIV>
<DIV>$texto_resposta = file_get_contents($url);</DIV>
<DIV>echo $texto_resposta;</DIV>
<DIV>?&gt;</DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=pauloaab@gmail.com 
href="mailto:pauloaab@gmail.com">Paulo Antonio Alves de Barros</A> </DIV>
<DIV><B>Sent:</B> Wednesday, September 28, 2011 10:50 PM</DIV>
<DIV><B>To:</B> <A title=asteriskbrasil@listas.asteriskbrasil.org 
href="mailto:asteriskbrasil@listas.asteriskbrasil.org">asteriskbrasil@listas.asteriskbrasil.org</A> 
</DIV>
<DIV><B>Subject:</B> Re: [AsteriskBrasil] portabilidade</DIV></DIV></DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none"><FONT 
color=#000099><FONT face="trebuchet ms,sans-serif">Exemplo de AGI separado em 2 
arquivos PHP:</FONT></FONT> 
<DIV><FONT color=#000099><FONT 
face="trebuchet ms,sans-serif"><BR></FONT></FONT></DIV>
<DIV><FONT color=#000099><FONT face="trebuchet ms,sans-serif">
<DIV><FONT class=Apple-style-span size=4><B>exemploAGI.php</B></FONT></DIV>
<DIV>&lt;?</DIV>
<DIV>&nbsp;</DIV>
<DIV>require_once ('include/phpagi/phpagi.php');</DIV>
<DIV>&nbsp;</DIV>
<DIV>$agi = new AGI();</DIV>
<DIV>&nbsp;</DIV>
<DIV>$agi-&gt;verbose("CALLER ID: " . $agi-&gt;request[agi_callerid]);</DIV>
<DIV>$callerid = $agi-&gt;request["agi_callerid"];</DIV>
<DIV>$agi-&gt;verbose("EXTENSION: " . $agi-&gt;request[agi_extension]);</DIV>
<DIV>$extension = $agi-&gt;request["agi_extension"];</DIV>
<DIV>$consulta = exec("php consulta.php $extension");</DIV>
<DIV>&nbsp;</DIV>
<DIV>$agi-&gt;exec('Dial', "SIP/TroncoTeste/$consulta");</DIV>
<DIV>&nbsp;</DIV>
<DIV>$agi-&gt;verbose("Numero digitado: " . $consulta);</DIV>
<DIV>&nbsp;</DIV>
<DIV>$agi-&gt;hangup();</DIV>
<DIV>exit();</DIV>
<DIV>?&gt;</DIV>
<DIV><FONT color=#000000 size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT class=Apple-style-span size=4><B>consulta.php</B></FONT></DIV>
<DIV>&lt;?php</DIV>
<DIV>&nbsp;</DIV>
<DIV>$chave = 'senhasite';</DIV>
<DIV>$numero = $argv[1];</DIV>
<DIV>$url =</DIV>
<DIV>"<A 
href="http://portabilidade.telein.com.br/sistema/consulta_numero.php?numero=$numero&amp;chave=$chave">http://portabilidade.telein.com.br/sistema/consulta_numero.php?numero=$numero&amp;chave=$chave</A>";</DIV>
<DIV>&nbsp;</DIV>
<DIV>$texto_resposta = file_get_contents($url);</DIV>
<DIV>//$array_resposta = explode('#', $texto_resposta);</DIV>
<DIV>&nbsp;</DIV>
<DIV>echo $texto_resposta;</DIV>
<DIV>&nbsp;</DIV>
<DIV>?&gt;</DIV></FONT></FONT></DIV>
<DIV><FONT color=#000099><FONT face="trebuchet ms,sans-serif"><BR 
clear=all></FONT></FONT><B>
<DIV><B><BR></B></DIV>Paulo Antonio Alves de Barros </B>
<DIV>Fixo: <B>(81) 3076.0799</B></DIV>
<DIV>
<DIV><B>Cel:</B><SPAN style="WHITE-SPACE: pre; FONT-WEIGHT: bold"> 
</SPAN><B>(81) 9962.6363 (Vivo)</B></DIV></DIV><BR><BR><BR>
<DIV class=gmail_quote>Em 28 de setembro de 2011 15:18, Jefferson E. Pessoa 
<SPAN dir=ltr>&lt;<A 
href="mailto:jefferson@mile.com.br">jefferson@mile.com.br</A>&gt;</SPAN> 
escreveu:<BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
class=gmail_quote>Paulo,<BR><BR>&nbsp;&nbsp; parabéns pela 
  iniciativa.<BR><BR>&nbsp;&nbsp; agora falta você ou algum outro iluminado 
  criar a rotina pela implemnetarmos no Asterisk, tipo um AGI.<BR><BR>-- 
  <BR><FONT style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888><B><SPAN style="COLOR: rgb(0,0,0)">Jefferson Eduardo 
  Pessoa<BR>-----------------------------------------<BR>Celulares<BR 
  style="COLOR: rgb(0,0,0)"></SPAN></B><SPAN style="COLOR: rgb(0,0,0)"><A 
  href="tel:67-8407-5252" target=_blank value="+16784075252">67-8407-5252</A> 
  Brt/Oi<BR>67-9207-5252 Claro<BR></SPAN></FONT></FONT><FONT 
  style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888><SPAN style="COLOR: rgb(0,0,0)">67-8185-5252 Tim<BR>67-9824-5252 
  Vivo<BR></SPAN></FONT></FONT><FONT 
  style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888><B><SPAN 
  style="COLOR: rgb(0,0,0)">Fixos</SPAN></B></FONT></FONT><BR 
  style="COLOR: rgb(0,0,0)"><FONT 
  style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888><SPAN style="COLOR: rgb(0,0,0)"></SPAN><SPAN 
  style="COLOR: rgb(0,0,0)">67-<SPAN><SPAN><SPAN><SPAN><SPAN><SPAN>4062</SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>-<SPAN><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN>7252 
  Vono</SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>/</FONT></FONT><FONT 
  style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888><SPAN 
  style="COLOR: rgb(0,0,0)"><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN>GVT</SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></FONT></FONT><BR 
  style="FONT-FAMILY: arial,helvetica,sans-serif; COLOR: rgb(0,0,0)"><FONT 
  style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888><SPAN 
  style="COLOR: rgb(0,0,0)">11-3522-4252</SPAN></FONT></FONT><FONT 
  style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888><SPAN 
  style="COLOR: rgb(0,0,0)"><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN> 
  Vono</SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></FONT></FONT><FONT 
  style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888>/</FONT></FONT><FONT 
  style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888><SPAN 
  style="COLOR: rgb(0,0,0)"><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN>GVT</SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></FONT></FONT><BR 
  style="FONT-FAMILY: arial,helvetica,sans-serif"><FONT 
  style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888><SPAN style="COLOR: rgb(0,0,0)">65-</SPAN></FONT></FONT><SPAN 
  style="FONT-FAMILY: arial,helvetica,sans-serif">4052-9502<FONT color=#888888> 
  </FONT></SPAN><FONT style="FONT-FAMILY: arial,helvetica,sans-serif" 
  color=#888888><FONT color=#888888><SPAN 
  style="COLOR: rgb(0,0,0)"><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN>Vono</SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></FONT></FONT><FONT 
  style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888>/</FONT></FONT><FONT 
  style="FONT-FAMILY: arial,helvetica,sans-serif" color=#888888><FONT 
  color=#888888><SPAN 
  style="COLOR: rgb(0,0,0)"><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN>GVT</SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></FONT></FONT><BR><BR><BR><BR>
  <DIV class=gmail_quote>Em 28 de setembro de 2011 13:45, Paulo Antonio Alves de 
  Barros <SPAN dir=ltr>&lt;<A href="mailto:pauloaab@gmail.com" 
  target=_blank>pauloaab@gmail.com</A>&gt;</SPAN> escreveu: 
  <DIV>
  <DIV></DIV>
  <DIV class=h5><BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote><FONT color=#000099><FONT face="trebuchet ms,sans-serif">A 
    Telein presta esse serviço de forma legal com garantia de disponibilidade e 
    fácil integração, veja o exemplo de uma consulta para o numero <A 
    href="tel:8199626363" target=_blank value="+558199626363">8199626363</A> que 
    foi portado para a Vivo:</FONT></FONT> 
    <DIV><FONT color=#000099><FONT face="trebuchet ms,sans-serif"><A 
    href="http://portabilidade.telein.com.br/sistema/consulta_numero.php?numero=8199626363&amp;chave=senhasite" 
    target=_blank>http://portabilidade.telein.com.br/sistema/consulta_numero.php?numero=<FONT 
    size=4><B>8199626363</B></FONT>&amp;chave=senhasite</A><BR 
    clear=all></FONT></FONT>
    <DIV><SPAN style="FONT-WEIGHT: 800"><SPAN 
    style="FONT-FAMILY: 'trebuchet ms', sans-serif; COLOR: rgb(0,0,153); FONT-WEIGHT: normal">Resposta: 
    20#8199626363 onde o 20# informa que a operado é a Vivo.</SPAN></SPAN></DIV>
    <DIV><SPAN style="FONT-WEIGHT: 800"><SPAN 
    style="FONT-FAMILY: 'trebuchet ms', sans-serif; COLOR: rgb(0,0,153); FONT-WEIGHT: normal">Os 
    possíveis códigos de retorno são: </SPAN></SPAN></DIV>
    <DIV><SPAN style="FONT-WEIGHT: 800"><SPAN 
    style="FONT-FAMILY: 'trebuchet ms', sans-serif; COLOR: rgb(0,0,153); FONT-WEIGHT: normal"><BR></SPAN></SPAN></DIV>
    <DIV><SPAN 
    style="LINE-HEIGHT: 21px; BACKGROUND-COLOR: rgb(20,20,20); FONT-FAMILY: arial, tahoma, helvetica, sans-serif; COLOR: rgb(115,115,115); FONT-SIZE: 12px">
    <LI style="PADDING-LEFT: 15px">23&nbsp;&nbsp;&nbsp;&nbsp; TELEMIG 
    <LI style="PADDING-LEFT: 15px">12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CTBC 
    <LI style="PADDING-LEFT: 15px">14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 14 BRASIL 
    TELECOM 
    <LI style="PADDING-LEFT: 15px">20&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VIVO 
    <LI style="PADDING-LEFT: 15px">21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CLARO 
    <LI style="PADDING-LEFT: 15px">31&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TNL (Oi) 
    <LI style="PADDING-LEFT: 15px">24&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMAZONIA 
    <LI style="PADDING-LEFT: 15px">37&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UNICEL 
    <LI style="PADDING-LEFT: 15px">41&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TIM 
    <LI style="PADDING-LEFT: 15px">43&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SERCOMERCIO 
    <LI style="PADDING-LEFT: 15px">21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    AMERICA</SPAN></LI></DIV>
    <DIV>
    <DIV style="FONT-WEIGHT: bold"><B><BR></B></DIV><B>Paulo Antonio Alves de 
    Barros </B></DIV>
    <DIV>
    <DIV>Fixo: <B><A href="tel:%2881%29%203076.0799" target=_blank 
    value="+558130760799">(81) 3076.0799</A></B></DIV>
    <DIV>
    <DIV><B>Cel:</B><SPAN style="WHITE-SPACE: pre-wrap; FONT-WEIGHT: bold"> 
    </SPAN><B><A href="tel:%2881%29%209962.6363" target=_blank 
    value="+558199626363">(81) 9962.6363</A> (Vivo)</B><SPAN 
    style="WHITE-SPACE: pre-wrap; FONT-WEIGHT: bold"> </SPAN></DIV></DIV>
    <DIV>&nbsp;</DIV><BR><BR><BR></DIV>
    <DIV class=gmail_quote>
    <DIV>Em 10 de agosto de 2011 17:32, Raul Godiano <SPAN dir=ltr>&lt;<A 
    href="mailto:raulgodiano@gmail.com" 
    target=_blank>raulgodiano@gmail.com</A>&gt;</SPAN> escreveu:<BR></DIV>
    <BLOCKQUOTE 
    style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
    class=gmail_quote>Alguem chegou de testar o scrip do EDER em Perl, que faz 
      isso no site "consultanumero" ? 
      <DIV>
      <DIV></DIV>
      <DIV><BR><BR>
      <DIV class=gmail_quote>Em 10 de agosto de 2011 16:27, <A 
      href="mailto:monica@addphone.net" target=_blank>monica@addphone.net</A> 
      <SPAN dir=ltr>&lt;<A href="mailto:monica@addphone.net" 
      target=_blank>monica@addphone.net</A>&gt;</SPAN> escreveu: 
      <DIV>
      <DIV></DIV>
      <DIV><BR>
      <BLOCKQUOTE 
      style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
      class=gmail_quote><U></U>
        <DIV text="#3333ff" bgcolor="#ffffff">ola eu comprei da virgus por 700 
        reais por mes, estou buscando alguem para dividir<BR><BR>Ricardo Landim 
        escreveu: 
        <BLOCKQUOTE type="cite">Qual solução de portabilidade vc usou 
          monica?<BR><BR>Obrigado!<BR><BR>
          <DIV class=gmail_quote>Em 10 de agosto de 2011 16:52, Paulo Antonio 
          Alves de Barros <SPAN dir=ltr>&lt;<A href="mailto:pauloaab@gmail.com" 
          target=_blank>pauloaab@gmail.com</A>&gt;</SPAN> escreveu:<BR>
          <BLOCKQUOTE 
          style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
          class=gmail_quote>
            <DIV>
            <DIV></DIV>
            <DIV><FONT color=#000099><FONT 
            face="trebuchet ms,sans-serif">Descobri uma empresa que 
            disponibiliza via WEB Service esse serviço:<BR 
            clear=all></FONT></FONT>
            <DIV>
            <DIV><SPAN 
            style="FONT-FAMILY: 'trebuchet ms',sans-serif; COLOR: rgb(0,0,153)"><A 
            href="http://www.telein.com.br/index.php/produtos/teleinportabilidade" 
            target=_blank>http://www.telein.com.br/index.php/produtos/teleinportabilidade</A></SPAN></DIV>
            <DIV><FONT color=#000099 
            face="'trebuchet ms', sans-serif"><BR></FONT></DIV><B>Paulo Antonio 
            Alves de Barros </B>
            <DIV>&nbsp;</DIV><BR><BR><BR>
            <DIV class=gmail_quote>Em 12 de julho de 2011 18:55, <A 
            href="mailto:monica@addphone.net" 
            target=_blank>monica@addphone.net</A> <SPAN dir=ltr>&lt;<A 
            href="mailto:monica@addphone.net" 
            target=_blank>monica@addphone.net</A>&gt;</SPAN> escreveu:<BR>
            <BLOCKQUOTE 
            style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
            class=gmail_quote>
              <DIV text="#3333ff" bgcolor="#ffffff">Ola, a pouco iniciei um post 
              sobre portabilidade, e tive pouca informaçao. Terminei 
              conseguindo, inclusive integrado ao Billing, se alguem tiver 
              precisando, me manda um email e passo o 
              contato.<BR><BR><BR>obrigado<BR><BR><BR></DIV></BLOCKQUOTE></DIV></DIV></DIV></DIV></BLOCKQUOTE></DIV></BLOCKQUOTE></DIV></BLOCKQUOTE></DIV></DIV></DIV></DIV></DIV></BLOCKQUOTE></DIV></DIV></BLOCKQUOTE></DIV></DIV></DIV><BR><BR>_______________________________________________<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" 
  target=_blank>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" 
  target=_blank>www.digivoice.com.br</A> ou 
  (11)3016-5200.<BR>________<BR>GATEWAY GSM-SIP, gateway Lyric VoIP com 2,4 e 6 
  canais GSM vía tronco SIP<BR>Escalável até 240 canáis, Portabilidade 
  Numérica,&nbsp; Balanceamento de Carga, Bilhetagem<BR>Confira em <A 
  href="http://www.yx.cl/landing/brasil/lyric_voip_asterisk.org" 
  target=_blank>http://www.yx.cl/landing/brasil/lyric_voip_asterisk.org</A><BR>Shop 
  Voip, representante exclusivo: <A href="http://www.shopvoip.com.br" 
  target=_blank>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><BR></BLOCKQUOTE></DIV>
<DIV>&nbsp;</DIV></DIV>
<P>
<HR>
_______________________________________________<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 
www.khomp.com.br<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>www.digivoice.com.br ou (11)3016-5200.<BR>________<BR>GATEWAY 
GSM-SIP, gateway Lyric VoIP com 2,4 e 6 canais GSM vía tronco SIP<BR>Escalável 
até 240 canáis, Portabilidade Numérica,&nbsp; Balanceamento de Carga, 
Bilhetagem<BR>Confira em 
http://www.yx.cl/landing/brasil/lyric_voip_asterisk.org<BR>Shop Voip, 
representante exclusivo: www.shopvoip.com.br ou 0800-6021244 
<BR>______________________________________________<BR>Para remover seu email 
desta lista, basta enviar um email em branco para 
asteriskbrasil-unsubscribe@listas.asteriskbrasil.org</DIV></DIV></DIV></BODY></HTML>