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. Thanks, David. -- "One world, one web, one program" -- Microsoft promotional advert. "Ein Volk, ein Reich, ein Fuehrer" -- Adolf Hitler.
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@basesys.com>