search for: aginam

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

Did you mean: aginame
2004 May 07
1
meetme conf-background.agi
...o originate another call from a conference.my AGI originates the call and connects it to the conference, but the calleeee is nowhere My extension exten => 21,1,meetme(21|pb) and my AGI **************************************************************************** #!/usr/bin/perl -w $aginame="conf-background.agi"; use File::Copy cp; use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); print STDERR "Dialing your number\n"; $srcfile="/tmp/mycall"; $dstfile="/var/spool/asterisk/outgoing/mycall"; open(MYCAL...
2004 May 10
1
AGI.pm wait_for_digit() not working for me!!!
...), but no use....my agi just passes, or ignores this function, where AGI should stop here and wait for the input.... .....my extension in my dialplan..... exten => 21,1,answer exten => 21,2,meetme(21|pb) ..........and here is my AGI........... #!/usr/bin/perl -w #use strict; $aginame="conf-background.agi"; use File::Copy cp; use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); $char=0; #while(1) { #$AGI->exec('WaitExten','25000'); #$char = $AGI->receive_char('600'); $ch...
2007 Apr 25
3
call dispatching - legacy application
Hy all need to preprocess 1) incoming call get caller id lookup some info in my db, 2) based on the result dispatch the call to the right operator step 1 is ok I developped a small .php script that connect manager and parse events, now I have to tell AAH do dispatch call to the right operator questions 1) is this the right practice ? 2) where to find a complete manager api reference, (to buy