Module: sems Branch: master Commit: 3c507307a33d64c2bd45a8384815d3fa49bf3d49 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=3c507307a33d64c2bd45a8384815d3fa49bf3d49
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Oct 27 21:51:33 2010 +0200 updated cmake version of sbc.conf config file --- apps/sbc/etc/sbc.conf.cmake | 28 ++++++++++++++++++++-------- 1 files changed, 20 insertions(+), 8 deletions(-) diff --git a/apps/sbc/etc/sbc.conf.cmake b/apps/sbc/etc/sbc.conf.cmake index a939a15..50b1574 100644 --- a/apps/sbc/etc/sbc.conf.cmake +++ b/apps/sbc/etc/sbc.conf.cmake @@ -1,9 +1,27 @@ -# RFC4028 Session Timer + +# profiles - comma-separated list of call profiles to load # +# <name>.sbcprofile.conf is loaded from module config +# path (the path where this file resides) +profiles=transparent,auth_b2b,sst_b2b + +# active call profile +# +# o active_profile=<profile_name> always use <profile_name> +# +# o active_profile=$(ruri.user) use user part of INVITE Request URI +# +# o active_profile=$(paramhdr) use "profile" option in P-App-Param header +# +active_profile=transparent + + +## RFC4028 Session Timer +# default configuration - can be overridden by call profiles # - enables the session timer ([yes,no]; default: no) # -enable_session_timer=yes +#enable_session_timer=yes # - set the "Session-Expires" parameter for the session timer. # @@ -31,9 +49,3 @@ enable_session_timer=yes # #accept_501_reply=no -###################################################### -#authentication (questionable whether that works) -# user=someuser -# domain=somedomain.net -# pwd=sompwd - _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
