search for: agi_exec

Displaying 3 results from an estimated 3 matches for "agi_exec".

2004 Jul 06
2
AGI - No audio
...VS load from 06/04/2004 and have the same 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); ......
2004 Sep 18
2
Asterisk as an outbound call machine?
Hi All... I have a need to phone a large number of people and collect information from them. I know Asterisk has a nice IVR system, but can it be used to initiate a call to people listed in a database or text file? Don't worry, this is not an annoying marketing thing. Thanks...
2003 Nov 25
4
AGI Rocks!! (A happy camper)
A note to all those who are avoiding writing up an AGI becasue it looks two complicated.. I have just written up my first and its awesome.. It makes Asterisk open to all sorts of possibilities.. let your imagination run wild.. I put off writing an AGI script because a) I could not find any docs b) it looked like the only way to do it was perl and I know nothing about perl and c) I am not a