Re: [Freeswitch-dev] access session variables after hangup

2009-07-10 Thread String Larson
You may want to look at moving more of your dialplan logic into lua so that you can gain control after the bridge. On Jul 6, 2009, at 6:11 PM, rentmycoder rentmycoder wrote: > I woud like to do some processing after hangup like in asterisk on the > "h,1,..." extension. > > If I try to exec a l

[Freeswitch-dev] DPTools doco

2009-07-07 Thread String Larson
On this page: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session Very well done sir. I knew I was in the right place when I saw this. -str ___ Freeswitch-dev mailing list Freeswitch-dev@lists.freeswitch.

Re: [Freeswitch-dev] mod_java startup/shutdown hooks

2009-06-30 Thread String Larson
Done. On Jun 29, 2009, at 10:03 AM, Michael Jerris wrote: > Sounds great, can you post the patch to http://jira.freeswitch.org ? > > Mike > > On Jun 27, 2009, at 3:01 PM, String Larson wrote: > >> >> I did some work on mod_java to allow for a user defined method

[Freeswitch-dev] mod_java startup/shutdown hooks

2009-06-27 Thread String Larson
I did some work on mod_java to allow for a user defined method to be called on startup and shutdown. The methods are defined in java.conf.xml: I'd like to make this avail. to the FS codebase. Thoughts ? -str ___ Freeswitch-dev mailing list Fr