Soporte & Consultoria

Soporte Remoto y Consultoria skype : ambiorixg12.
Nota no se brinda ningun tipo de consulta o soporte fuera del blog de forma gratuita

viernes, 28 de junio de 2019

getting Asterisk variables on agi

#!/usr/bin/php -q
<?php
include ("/var/www/html/agi/phpagi-svn/phpagi.php");
/*

$agi = new AGI();
$agi->answer();
$agi->stream_file("im-sorry");
$dstatus=$agi->get_variable("CHANNEL");
$agi->verbose($dstatus['data'])

?>