added sipctrl to load_plugins example. clarified module load comments.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1014 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent 7e57a1b1d2
commit 96a87a1d94

@ -91,17 +91,18 @@ plugin_path=/usr/local/lib/sems/plug-in/
# optional parameter: load_plugins=<modules list>
#
# 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=<modules list>
#
# 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

Loading…
Cancel
Save