Module: sems Branch: 1.3 Commit: 1267e1b3a714f1ec4d5bfc1959116977c3556e9f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=1267e1b3a714f1ec4d5bfc1959116977c3556e9f
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Sat Oct 2 16:06:45 2010 +0400 Sync CMake sems.conf template with latest sample config Signed-off-by: Peter Lemenkov <[email protected]> --- core/etc/sems.conf.cmake | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/core/etc/sems.conf.cmake b/core/etc/sems.conf.cmake index fa9f1d9..65d8534 100644 --- a/core/etc/sems.conf.cmake +++ b/core/etc/sems.conf.cmake @@ -206,6 +206,15 @@ stderr=no # (same as -D) loglevel=2 +# optional parameter: max_shutdown_time=<time in seconds> +# +# Limit on server shutdown time (time to send/resend BYE +# to active calls). 0 to disable (infinite). +# +# Default: 10 +# +#max_shutdown_time = 10 + # optional parameter: syslog_facility={DAEMON|USER|LOCAL[0-7]} # # - sets the log facility that is used for syslog. Using this, @@ -375,6 +384,15 @@ use_default_signature=yes # default settings (i.e. leave out) for these should be OK # for most applications +# support 100rel (PRACK) extension (RFC3262)? [disabled|supported|require] +# +# disabled - disable support for 100rel +# supported - support it if remote end does, default +# require - required +# +# Default: supported +# +#100rel=require # # Log raw messages? [no|debug|info|warn|error] _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
