- moved Call Logging functionality to it's own plugin.

This commit is contained in:
Thomas Ries
2008-02-02 20:08:48 +00:00
parent 9b4162b81b
commit e8b2346781
8 changed files with 151 additions and 63 deletions

View File

@@ -74,11 +74,6 @@ daemonize = 1
# see what siproxd is doing - or NOT doing)
silence_log = 1
######################################################################
# Shall I log call establishment to syslog?
#
log_calls = 1
######################################################################
# Secure Enviroment settings:
# user: uid/gid to switch to after startup
@@ -295,6 +290,7 @@ plugindir=/home/hb9xar/src/siproxd/src/.libs/
# List of plugins to load
#load_plugin=plugin_demo.so
load_plugin=plugin_shortdial.so
load_plugin=plugin_logcall.so
######################################################################