Module: sems Branch: master Commit: 803fa9087571f650639591fa1e6d9405fdebc374 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=803fa9087571f650639591fa1e6d9405fdebc374
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Tue Oct 26 21:31:08 2010 +0200 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 5ce0984..cf9a691 100644 --- a/core/etc/sems.conf.cmake +++ b/core/etc/sems.conf.cmake @@ -31,8 +31,7 @@ # optional parameter: sip_ip=<ip_address> # # - 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=<modules list> # @@ -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 d2d8418..cbdd3c3 100644 --- a/core/etc/sems.conf.sample +++ b/core/etc/sems.conf.sample @@ -31,8 +31,7 @@ # optional parameter: sip_ip=<ip_address> # # - 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=<modules list> # @@ -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 # _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
