From eafd0e262fa20694d03585b2480b7642ccf45792 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Thu, 28 Jul 2011 22:44:22 +0400 Subject: [PATCH] Sync CMake templates Signed-off-by: Peter Lemenkov --- apps/announcement/etc/announcement.conf.cmake | 10 ++++++---- apps/conference/etc/conference.conf.cmake | 4 ++++ apps/ivr/etc/ivr.conf.cmake | 4 ++++ apps/sbc/etc/sst_b2b.sbcprofile.conf.cmake | 1 + apps/sbc/etc/symmetricrtp.sbcprofile.conf | 4 ++-- apps/webconference/etc/webconference.conf.cmake | 4 ++++ core/plug-in/echo/etc/echo.conf.cmake | 4 ++++ 7 files changed, 25 insertions(+), 6 deletions(-) diff --git a/apps/announcement/etc/announcement.conf.cmake b/apps/announcement/etc/announcement.conf.cmake index 334b211a..faea182c 100644 --- a/apps/announcement/etc/announcement.conf.cmake +++ b/apps/announcement/etc/announcement.conf.cmake @@ -1,10 +1,12 @@ -#CFGOPTION_SEMS_ANNOUNCEPATH +# File to be played: +# 1) [announce_path]/[Domain]/[User].wav +# 2) [announce_path]/[User].wav +# 3) [announce_path]/[default_announce] +# first found is played + announce_path=${SEMS_AUDIO_PREFIX}/sems/audio/ -#ENDCFGOPTION -#CFGOPTION_SEMS_ANNOUNCEMENT default_announce=default_en.wav -#ENDCFGOPTION # optional parameter: loop # set to "true" to make the announcement loop diff --git a/apps/conference/etc/conference.conf.cmake b/apps/conference/etc/conference.conf.cmake index 0f02fe39..94049fbd 100644 --- a/apps/conference/etc/conference.conf.cmake +++ b/apps/conference/etc/conference.conf.cmake @@ -50,6 +50,10 @@ playout_type=adaptive_playout # # minimum_timer=90 +# - maximum Timer value we want to accept +# +#maximum_timer=900 + # session refresh (Session Timer, RFC4028) method # # INVITE - use re-INVITE diff --git a/apps/ivr/etc/ivr.conf.cmake b/apps/ivr/etc/ivr.conf.cmake index 65bf919b..4ea3d966 100644 --- a/apps/ivr/etc/ivr.conf.cmake +++ b/apps/ivr/etc/ivr.conf.cmake @@ -18,6 +18,10 @@ script_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/ivr/ # # minimum_timer=90 +# - maximum Timer value we want to accept +# +#maximum_timer=900 + # session refresh (Session Timer, RFC4028) method # # INVITE - use re-INVITE diff --git a/apps/sbc/etc/sst_b2b.sbcprofile.conf.cmake b/apps/sbc/etc/sst_b2b.sbcprofile.conf.cmake index f95c5a98..c2bd87ef 100644 --- a/apps/sbc/etc/sst_b2b.sbcprofile.conf.cmake +++ b/apps/sbc/etc/sst_b2b.sbcprofile.conf.cmake @@ -47,6 +47,7 @@ enable_session_timer=yes # default values #session_expires=120 #minimum_timer=90 +#maximum_timer=900 #session_refresh_method=UPDATE_FALLBACK_INVITE #accept_501_reply=yes diff --git a/apps/sbc/etc/symmetricrtp.sbcprofile.conf b/apps/sbc/etc/symmetricrtp.sbcprofile.conf index 2fac72bf..c5f11fc2 100644 --- a/apps/sbc/etc/symmetricrtp.sbcprofile.conf +++ b/apps/sbc/etc/symmetricrtp.sbcprofile.conf @@ -17,5 +17,5 @@ rtprelay_force_symmetric_rtp=yes # use symmetric RTP indication from P-MsgFlags flag 2 #rtprelay_msgflags_symmetric_rtp=yes -# outbound interface to use: -#outbound_interface=extern +#-# outbound interface to use: +#-#outbound_interface=extern diff --git a/apps/webconference/etc/webconference.conf.cmake b/apps/webconference/etc/webconference.conf.cmake index 3b0a27bc..69c0e9f0 100644 --- a/apps/webconference/etc/webconference.conf.cmake +++ b/apps/webconference/etc/webconference.conf.cmake @@ -157,6 +157,10 @@ stats_dir=/var/log/sems-webconference/ # # minimum_timer=90 +# - maximum Timer value we want to accept +# +#maximum_timer=900 + # session refresh (Session Timer, RFC4028) method # # INVITE - use re-INVITE diff --git a/core/plug-in/echo/etc/echo.conf.cmake b/core/plug-in/echo/etc/echo.conf.cmake index 718aebcc..9485fc50 100644 --- a/core/plug-in/echo/etc/echo.conf.cmake +++ b/core/plug-in/echo/etc/echo.conf.cmake @@ -16,6 +16,10 @@ # # minimum_timer=90 +# - maximum Timer value we want to accept +# +#maximum_timer=900 + # session refresh (Session Timer, RFC4028) method # # INVITE - use re-INVITE