Displaying 1 result from an estimated 1 matches for "xisco_1".
Did you mean:
cisco1
2005 Mar 07
1
Exec AGI after hangup.
Hi everybody,
I'm trying to implement a enhanced blacklist system using AGI and Perl, configuration in extension.conf is:
exten =>_numbera,1,AGI,blacklist_2_in.agi
exten =>_numbera,2,Answer
exten =>_numbera,3,AGI,xisco_1.agi
exten =>_numbera,4,AGI,blacklist_2_out.agi
The problem that I have now, is that blacklist_2_out.agi doesn't execute. I think this is because in xisco_1.agi the call is hangup at the end.
How can I do it in order to execute the AGI?
Thanks in advance!!!
Have a nice day.
-----------...