<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Tem este exemplo usando socket<div><br></div><div><br></div><div><div>&lt;?php&nbsp;</div><div><br></div><div>$extension="9999" ; //where 9999 is the extension you would like to call</div><div><br></div><div>&nbsp;$socket = fsockopen("localhost","5038", $errno, $errstr, $timeout);&nbsp;</div><div>&nbsp;fputs($socket, "Action: Login\r\n");&nbsp;</div><div>&nbsp;fputs($socket, "UserName: admin\r\n"); &nbsp; &nbsp; // default username and password for TrixBox users</div><div>&nbsp;fputs($socket, "Secret: amp111\r\n\r\n"); &nbsp;// for other Asterisk platforms plase get your username and &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // password from /etc/asterisk/manager.conf</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $wrets=fgets($socket,128);&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo $wrets;&nbsp;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fputs($socket, "Action: Originate\r\n" );&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fputs($socket, "Channel: SIP/$extension\r\n" );&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fputs($socket, "Exten: $extension\r\n" );&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fputs($socket, "Context: outbound-dialing\r\n" );&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fputs($socket, "Priority: 1\r\n" );&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fputs($socket, "Async: yes\r\n\r\n" );&nbsp;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$wrets=fgets($socket,128);&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;echo $wrets;&nbsp;</div><div><br></div><div>?&gt;&nbsp;</div><div><br></div><br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Thu, 20 Dec 2012 08:53:17 -0200<br>&gt; From: itamar@ispbrasil.com.br<br>&gt; To: asteriskbrasil@listas.asteriskbrasil.org<br>&gt; Subject: Re: [AsteriskBrasil]        Integrar discador no sistema de cobrança<br>&gt; <br>&gt; 2012/12/20 raimundo de souza miranda junior &lt;jrsoarres@gmail.com&gt;:<br>&gt; &gt; Eu tenho um sistema de cobrança desenvolvido em php, gostaria de integrar um<br>&gt; &gt; discador nele, mais nao sei nem por onde começar, alguem podria me da uma<br>&gt; &gt; ajuda?<br>&gt; &gt;<br>&gt; &gt;<br>&gt; <br>&gt; procure por php + agi + asterisk<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; ------------<br>&gt; <br>&gt; Itamar Reis Peixoto<br>&gt; http://www.quebarato.com.br/perfil/itamarjp<br>&gt; _______________________________________________<br>&gt; KHOMP Inovação: External Board Series<br>&gt; Módulos de 1/2 rack e 1U para todas as interfaces e soluções Asterisk e FreeSWITCH.<br>&gt; Tenha a External Series Experience na sua aplicação. Visite www.khomp.com<br>&gt; _______________________________________________<br>&gt; DIGIVOICE  Fabricante de Placas de Voz e Channel Bank<br>&gt; 20 anos de experiência com E1(R2/ISDN), FXS, FXO e GSM<br>&gt; Centro Treinamento - Curso de PABX IP -  Asterisk  - Site  www.digivoice.com.br<br>&gt; _______________________________________________<br>&gt; ALIGERA – Fabricante nacional de Gateways SIP-E1 para R2, ISDN e SS7.<br>&gt; Placas de 1E1, 2E1, 4E1 e 8E1 para PCI ou PCI Express.<br>&gt; Channel Bank – Appliance Asterisk - Acesse www.aligera.com.br.<br>&gt; _______________________________________________<br>&gt; Para remover seu email desta lista, basta enviar um email em branco para asteriskbrasil-unsubscribe@listas.asteriskbrasil.org<br></div></div>                                               </div></body>
</html>