[Freeswitch-dev] mod_java startup/shutdown hooks

String Larson string01 at gmail.com
Sat Jun 27 12:01:58 PDT 2009


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:

<startup class="some/path/foo/Control" method="startup" arg="start up  
arg"/>
<shutdown class="some/path/foo/Control" method="shutdown"  
arg="shutdown arg"/>


I'd like to make this avail. to the FS codebase.


Thoughts ?

-str



More information about the Freeswitch-dev mailing list