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 <[EMAIL PROTECTED]>

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to