search for: moderatorstatus

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

2004 Jul 06
2
AGI - No audio
...problem whether it be from a SIP call or Zap call. I also have a Digium 1 T1 card running PRI. Here is sample code, this happens with 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...