search for: arr2str

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

Did you mean: archstr
2004 Jul 06
2
AGI - No audio
...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("EXEC MEETME 1000...