From 803fa9087571f650639591fa1e6d9405fdebc374 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 26 Oct 2010 21:31:08 +0200 Subject: [PATCH] remove still sipctrl references in sample config --- core/etc/sems.conf.cmake | 11 +++-------- core/etc/sems.conf.sample | 11 +++-------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/core/etc/sems.conf.cmake b/core/etc/sems.conf.cmake index 5ce09840..cf9a691d 100644 --- a/core/etc/sems.conf.cmake +++ b/core/etc/sems.conf.cmake @@ -31,8 +31,7 @@ # optional parameter: sip_ip= # # - this informs SEMS about the SIP IP where its SIP stack is -# bound to or should be bound to. If 'sipctrl' SIP stack is used, -# the SIP stack will bind to this address. This also sets +# bound to or should be bound to. This also sets # the value used for contact header in outgoing calls and # registrations. If not set, defaults to first non-loopback # interface. @@ -62,8 +61,6 @@ # to correctly set the contact header in outgoing calls # and registrations. Should be set to equal the 'port' # configuration option in ser_sems.cfg. -# This does not need to be set if sipctrl SIP stack, outgoing -# calls and registrations from SEMS are not used. # # default: 5060 # @@ -127,10 +124,9 @@ plugin_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/plug-in/ # # 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 only g711 and ilbc codecs -# load_plugins=wav;ilbc;announcement;sipctrl +# load_plugins=wav;ilbc;announcement # optional parameter: exclude_plugins= # @@ -138,9 +134,8 @@ plugin_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/plug-in/ # ('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 -exclude_plugins=binrpcctrl;unixsockctrl;precoded_announce +exclude_plugins=precoded_announce # optional parameter: application # diff --git a/core/etc/sems.conf.sample b/core/etc/sems.conf.sample index d2d84181..cbdd3c3f 100644 --- a/core/etc/sems.conf.sample +++ b/core/etc/sems.conf.sample @@ -31,8 +31,7 @@ # optional parameter: sip_ip= # # - this informs SEMS about the SIP IP where its SIP stack is -# bound to or should be bound to. If 'sipctrl' SIP stack is used, -# the SIP stack will bind to this address. This also sets +# bound to or should be bound to. This also sets # the value used for contact header in outgoing calls and # registrations. If not set, defaults to first non-loopback # interface. @@ -62,8 +61,6 @@ # to correctly set the contact header in outgoing calls # and registrations. Should be set to equal the 'port' # configuration option in ser_sems.cfg. -# This does not need to be set if sipctrl SIP stack, outgoing -# calls and registrations from SEMS are not used. # # default: 5060 # @@ -127,10 +124,9 @@ plugin_path=/usr/local/lib/sems/plug-in/ # # 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 only g711 and ilbc codecs -# load_plugins=wav;ilbc;announcement;sipctrl +# load_plugins=wav;ilbc;announcement # optional parameter: exclude_plugins= # @@ -138,9 +134,8 @@ plugin_path=/usr/local/lib/sems/plug-in/ # ('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 -exclude_plugins=binrpcctrl;unixsockctrl;precoded_announce +exclude_plugins=precoded_announce # optional parameter: application #