Displaying 2 results from an estimated 2 matches for "agitest".
Did you mean:
abitest
2005 Mar 24
0
AGI commands STDOUT problem
...d (SAY NUMBER 66).
I have a PHP test a little bit more meaningfull, because it says a
lot of things of what is going on, besides im PHP programmer
not C one, so i feel more comfortable with it. The test code is:
<?php
include_once '/var/www/localhost/htdocs/ivsadmin/apps/pavoz/classes/AgiTest.php';
$agi = new AgiTest();
die();
?>
i guess the code before doesnt say anything :p , the class AgiTest code is:
<?php
class AgiTest
{
private $read_bytes = 80;
private $asterisk_environment_variables = array();
private $log_stream = null;...
2011 Jun 06
4
AGI STREAM FILE not working?
Hello,
using 1.8.4. using a very simple local AGI script in bash which has only one
line in it:
echo -e 'STREAM FILE welcome 123 \n'
dialplan:
exten => 5150,1,Answer()
same => n,Set(CHANNEL(language)=en_AU)
same => n,AGI(testagi.sh)
same => n,Hangup
console output:
-- Executing [5150 at AllPhones:1] Answer("SIP/PBX-00000024", "") in new
stack