Module: sems Branch: master Commit: 4ff5d69fbdf95f4f00a9c6233824e815ca1cb7df URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=4ff5d69fbdf95f4f00a9c6233824e815ca1cb7df
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Tue Oct 26 21:26:52 2010 +0200 cmake proxy_sticky_auth and accept_fr_without_totag --- core/etc/sems.conf.cmake | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/core/etc/sems.conf.cmake b/core/etc/sems.conf.cmake index 65d8534..5ce0984 100644 --- a/core/etc/sems.conf.cmake +++ b/core/etc/sems.conf.cmake @@ -394,6 +394,21 @@ use_default_signature=yes # #100rel=require +# Make SIP authenticated requests sticky to the proxy? [yes | no] +# +# If enabled, host of request-URI of out-of-dialog requests that are +# authenticated with SIP auth is changed to the previously resolved +# next-hop IP:port. +# +# default: no +# +# proxy_sticky_auth=yes + +# +# Accept final replies without To-tag? [yes|no] +# +#accept_fr_without_totag=yes + # # Log raw messages? [no|debug|info|warn|error] # _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
