Re: Callbacks

2006-06-22 Thread Matthew Gregg
On Thu, 2006-06-22 at 11:14 -0500, Tilghman Lesher wrote: > $SIG{HUP} = \&handle_hangup; Thank you that works!

Re: Callbacks

2006-06-22 Thread Tilghman Lesher
On Thursday 22 June 2006 10:42, Matthew Gregg wrote: > I'm using the module successfully except for callbacks. I need to > setup a callback to catch hangups and run some cleanup routines. > I've read the docs and some example code, none of which I can get > to work(the call

Callbacks

2006-06-22 Thread Matthew Gregg
I'm using the module successfully except for callbacks. I need to setup a callback to catch hangups and run some cleanup routines. I've read the docs and some example code, none of which I can get to work(the callback seems to never be called). $AGI = new Asterisk::AGI; $AGI-&g