From 0f59e352f115214adb2ad5aa59fcb2b52cd49d80 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 11 Jan 2011 01:52:36 +0100 Subject: [PATCH] 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 1db5f845..ded34e98 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 +#refuse_with="404 Not Found" diff --git a/doc/Readme.sbc.txt b/doc/Readme.sbc.txt index 887a8953..9a626d87 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)