<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'>Olha se isto serve<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&nbsp;</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>&gt; From: deny.santos@gmail.com<br>&gt; Date: Thu, 5 Sep 2013 11:59:52 -0300<br>&gt; To: asteriskbrasil@listas.asteriskbrasil.org<br>&gt; Subject: [AsteriskBrasil] WEb2Click intranet SIP<br>&gt; <br>&gt; Bom dia amigos, estou pesquisando atras de um script em html ou php para fazer um botao numa pagina simples web onde o usuário irá clicar neste botao  e o mesmo irá chamar diretamente meu ramal . Pergunto existe algo simples neste quesito visto que éssa página web só irá ser utilizada internamente . O usuário nao irá interagir somente escutar portanto nao precisara utilizar microfone , somente um fone de ouvido .<br>&gt; <br>&gt; <br>&gt; Obrigado <br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; KHOMP: completa linha de placas externas FXO, FXS, GSM e E1;<br>&gt; Media Gateways de 1 a 64 E1s para SIP com R2, ISDN e SS7;<br>&gt; Intercomunicadores para acesso remoto via rede IP. Conheça em www.Khomp.com.<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>