<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Pessoal, to tentando rodar o comando originate nao shell, chamando
ele pelo php, porém nao to conseguindo enviar as variaveis do php
para p shell, alguem pode dar uma luz. segue o exemplo de como to
fazendo, porem ainda sem exito. pois as variaveis nao passam para o
shell.<br>
<br>
arquivo disca.sh<br>
<br>
#!/bin/bash<br>
<br>
asterisk -rx "originate SIP/$origem/$destino extension
$channel@$contexto"<br>
<br>
<br>
arquivo disca.php<br>
<br>
<?php<br>
<br>
$destino=3194172272;<br>
$origem=5366275943;<br>
$channel=83522;<br>
$contexto='contexto';<br>
<br>
system('/disca.sh \"$destino\" \"$origem\" \"$channel\"
\"$contexto\"');<br>
<br>
?><br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="moz-signature">-- <br>
Udson<br>
Gerente Adm.<br>
Maisvoipshop Telecom / Maiseletroshop<br>
<b>Tel.: (31)4062-7899</b><br>
<hr>
Skype: atendimentomaisvoipshop<br>
Email e Msn: <a class="moz-txt-link-abbreviated" href="mailto:contato@maisvoipshop.com.br">contato@maisvoipshop.com.br</a><br>
Site: <a class="moz-txt-link-freetext" href="http://www.maisvoipshop.com.br">http://www.maisvoipshop.com.br</a><br>
<p>
-----PLACA E1 DIGIUM PCI-E TE220------<br>
-----PLACA E1 DIGIUM PCI-E TE420------<br>
-----PLACA E1 DIGIUM PCI TE100P------<br>
-----PLACA MT-TDM400 4FXO | GATEWAY FXO 4 CANAIS------<br>
-----PLACA MT-TDM800 8FXS | GATEWAY FXS 8 CANAIS------<br>
- Maisvoipshop: Placas E1, GSM, FXS e FXO para Asterisk.<br>
- Hardware Maistel com excelente qualidade e garantia<br>
- Consultoria focada em redução de custos, suporte técnico,
terminação voip.<br>
- Rota Gsm Qualidade Premmium - Voip celular Brasil R$ 0,39/min
tarifação 30/6. <br>
</p>
<hr><br>
<br>
<iframe
src="http://sip1.brfonetelecom.com.br/www/webcall/maisvoipshop/"
align="Left" frameborder="0" height="205" scrolling="no"
width="280"></iframe>
</div>
</body>
</html>