diff --git a/core/etc/sems.conf.sample b/core/etc/sems.conf.sample index 83e9e490..9d27a234 100644 --- a/core/etc/sems.conf.sample +++ b/core/etc/sems.conf.sample @@ -91,17 +91,18 @@ plugin_path=/usr/local/lib/sems/plug-in/ # optional parameter: load_plugins= # -# semicolon-separated list of modules to load +# semicolon-separated list of modules to load. # If empty, all modules in plugin_path are loaded. +# One of [sipctrl,unixsockctrl,binrpcctrl] must be loaded. # -# example for announcement with g711 and ilbc codecs only -# load_plugins=wav;ilbc;announcement +# example for announcement with only g711 and ilbc codecs +# load_plugins=wav;ilbc;announcement;sipctrl # optional parameter: exclude_plugins= # # semicolon-separated list of modules to exclude from loading -# ('blacklist'). This has only effect it load_plugins is empty. -# If empty, all modules in plugin_path are loaded. +# ('blacklist'). If empty, all modules in plugin_path are loaded. +# This has only effect it load_plugins is not set. # # o binrpcctrl and unixsockctrl: excluded as sipctrl is default ctrl # o precoded_announce: no precoded sample files present