[Asterisk-Dev] DeadAGI problem

Michiel van Baak michiel at vanbaak.info
Sat Dec 3 04:19:30 MST 2005


On 17:00, Sat 03 Dec 05, Abdul Lateef Khan wrote:
> 
> I am really sorry for sending worng email. Because in last email i 
> understand it is not supporting in 1.0.x. i am sorry.
> 
> This is my new configuration but same...
> 
> [ext]
> exten => 111,1,Answer
> exten => 111,2,AGI(ccard.pl)
> exten => 111,3,DeadAGI(/var/lib/asterisk/agi-bin/test.pl)
> 

It is supported in 1.0.X
We use it in several production installs.

Let me rewrite that block with the correct syntax (tested on
1.0.7 and 1.0.9)

[ext]
exten => 111,1,Answer()
exten => 111,2,Agi(ccard.pl)
exten => h,1,DeadAgi(test.pl)

Hope that helps.
-- 
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