[Asterisk-Users] Running AGI script on answer.

Steven Critchfield critch at basesys.com
Fri Jul 30 08:57:40 MST 2004


On Fri, 2004-07-30 at 06:22, David Wilson wrote:
> Hi there,
> 
> Is there an accepted way of running an AGI script on answering of a
> channel? Is it even possible? I don't need to execute AGI commands, I
> just need to know a channel has been answered.

exten => 12345,1,Answer()
exten => 12345,2,system(my_stupid_app.sh)
exten => 12345,3,Goto(My_normal_behaviour,s,1)

-- 
Steven Critchfield <critch at basesys.com>




More information about the asterisk-users mailing list