Displaying 1 result from an estimated 1 matches for "actualconfcode".
2004 Jul 06
2
AGI - No audio
...phpagi.php";
$agi = new AGI();
$agi->agi_exec("ANSWER");
.......
$MODERATORSTATUS=$agi->agi_exec("DATABASE GET 1000 Moderator");
-----> Here is where it breaks, does not play prompt
$FIRSTCONFCODE=$agi->agi_exec("GET DATA $CONFPROMPT 3000 60");
$ACTUALCONFCODE = $agi->arr2str($FIRSTCONFCODE);
.......
-----> Once again breaks here, does not play prompt
$agi->agi_exec("STREAM FILE therearecurrently");
$agi->agi_exec("EXEC MEETMECOUNT 1000");
$agi->agi_exec("STREAM FILE intheconference");
$agi->agi_exec(&qu...