From 96a87a1d94bf1d6829208c62bf452a58efe730e4 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 11 Jun 2008 10:53:41 +0000 Subject: [PATCH] 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 --- core/etc/sems.conf.sample | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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