Re: [Freeswitch-dev] mod_radius_cdr behavior and questions

2009-02-02 Thread r...@kinetix.gr
read. instead of an event handler you may want to use a state handler so you can run the stuff in the session thread. On Mon, Feb 2, 2009 at 11:18 AM, r...@kinetix.gr <mailto:r...@kinetix.gr> mailto:r...@kinetix.gr>> wrote: Correct me if I am wrong,

Re: [Freeswitch-dev] mod_radius_cdr behavior and questions

2009-02-02 Thread r...@kinetix.gr
ning the session and creating a new thread thus wasting the session thread. instead of an event handler you may want to use a state handler so you can run the stuff in the session thread. On Mon, Feb 2, 2009 at 11:18 AM, r...@kinetix.gr <mailto:r...@kinetix.gr> mailto:r...@kinetix.gr

Re: [Freeswitch-dev] mod_radius_cdr behavior and questions

2009-02-02 Thread r...@kinetix.gr
I would greatly appreciate your help in pinpointing a proper way to call my event handling routines on a per call leg basis. -- --- Apostolos Pantsiopou