Module: sems Branch: master Commit: 0f59e352f115214adb2ad5aa59fcb2b52cd49d80 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=0f59e352f115214adb2ad5aa59fcb2b52cd49d80
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Tue Jan 11 01:52:36 2011 +0100 sbc: a little more sample options --- apps/sbc/etc/transparent.sbcprofile.conf | 6 +++++- doc/Readme.sbc.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/sbc/etc/transparent.sbcprofile.conf b/apps/sbc/etc/transparent.sbcprofile.conf index 1db5f84..ded34e9 100644 --- a/apps/sbc/etc/transparent.sbcprofile.conf +++ b/apps/sbc/etc/transparent.sbcprofile.conf @@ -1,6 +1,6 @@ # transparent SBC profile # -# This implements a transparent B2BUA +# This implements a transparent B2BUA - all possible options are commented # defaults: transparent #RURI=$r @@ -59,3 +59,7 @@ #minimum_timer=90 #session_refresh_method=UPDATE_FALLBACK_INVITE #accept_501_reply=yes + +## refuse call +# refuse all calls with <code> <reason> +#refuse_with="404 Not Found" diff --git a/doc/Readme.sbc.txt b/doc/Readme.sbc.txt index 887a895..9a626d8 100644 --- a/doc/Readme.sbc.txt +++ b/doc/Readme.sbc.txt @@ -378,7 +378,7 @@ Examples: Example profiles ---------------- - transparent - completely transparent B2BUA + transparent - completely transparent B2BUA (contains all options in comments) auth_b2b - identity change and SIP authentication (obsoletes auth_b2b app) sst_b2b - B2BUA with SIP Session Timers (obsoletes sst_b2b app) call_timer - call timer (obsoletes call_timer app) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
