Author: sayer Date: 2009-10-14 14:00:58 +0200 (Wed, 14 Oct 2009) New Revision: 1541
Modified: trunk/core/etc/sems.conf.sample Log: added more explanation about module loading Modified: trunk/core/etc/sems.conf.sample =================================================================== --- trunk/core/etc/sems.conf.sample 2009-10-13 20:37:49 UTC (rev 1540) +++ trunk/core/etc/sems.conf.sample 2009-10-14 12:00:58 UTC (rev 1541) @@ -99,7 +99,14 @@ rtp_high_port=60000 ############################################################ -# application configuration +# modules and application configuration +# +# Configuration of plugin (module) loading: +# - if load_plugins is set, only those are loaded. +# - if load_plugins is not set, all modules in the plugin_path +# directory are loaded, except those which are listed +# in exclude_plugins. +# # optional parameter: plugin_path=<path> # _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
