search for: firstconfcod

Displaying 1 result from an estimated 1 matches for "firstconfcod".

Did you mean: firstconfcode
2004 Jul 06
2
AGI - No audio
...h or without the php agi module: #!/usr/bin/php -q <?php require "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"); $a...