Module: sems Branch: master Commit: 33b99f1e0fafe11925aaebec15d27ead6b74557f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=33b99f1e0fafe11925aaebec15d27ead6b74557f
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Thu Jul 28 22:44:22 2011 +0400 Sync CMake templates Signed-off-by: Peter Lemenkov <[email protected]> --- 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 334b211..faea182 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 0f02fe3..94049fb 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 65bf919..4ea3d96 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 f95c5a9..c2bd87e 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 2fac72b..c5f11fc 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 3b0a27b..69c0e9f 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 718aebc..9485fc5 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 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
