[Asterisk-Dev] Re: DeadAGI problem

Michiel van Baak michiel at vanbaak.info
Sat Dec 3 03:59:50 MST 2005


On 10:53, Sat 03 Dec 05, Tony Mountifield wrote:
> In article <20051203104252.GC19385 at anima.vanbaak.info>,
> Michiel van Baak <michiel at vanbaak.info> wrote:
> > On 16:20, Sat 03 Dec 05, Abdul Lateef Khan wrote:
> > > Hi all,
> > > 
> > > I want to use DeadAGI commonds to do cdr. but it seems not working. and i 
> > > am not getting any error on my console even i already increased the deug.
> > > 
> > > Here is my configuration:
> > > 
> > > [ext]
> > > exten => 111,1,Answer
> > > exten => 111,2,AGI(ccard.pl)
> > > exten => 111,3,DeadAGI, cdr.pl
> > > exten => 111.,4,Wait,2
> > > exten => 111.,5,Hangup
> > > 
> > > i am using Asterisk 1.0.9. Is it supproting DeadAGI?
> > > 
> > > Please advice me how i can run this cdr.pl script.
> > > 
> > 
> > The DeadAGI command is only for the h priority
> > Like this:
> > 
> > [ext]
> > exten => 111,1,Answer()
> > exten => 111,2,Agi(ccard.pl)
> > exten => 111,h,DeadAgi(cdr.pl)
> 
> Sorry, but that's wrong. 'h' is an extension, not a priority:
> 
> [ext]
> exten => 111,1,Answer()
> exten => 111,2,Agi(ccard.pl)
> exten => h,1,DeadAgi(cdr.pl)
> 

My bad.
That's what you get when replying 5 minutes after you woke
up and still have to finish your first coffee.

Thanx for correcting my mistake
-- 
Michiel van Baak
http://michiel.vanbaak.info
michiel at vanbaak.info
GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D

"Why is it drug addicts and computer afficionados are both called users?"




More information about the asterisk-dev mailing list