From a876d1d52c799136de95a36290aadfd1684471d5 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 23 Nov 2010 16:54:27 +0100 Subject: [PATCH] sbc: b/f: enable sdpfilter on 2nd leg if active --- apps/sbc/SBC.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/sbc/SBC.cpp b/apps/sbc/SBC.cpp index 5e874165..bc641b2f 100644 --- a/apps/sbc/SBC.cpp +++ b/apps/sbc/SBC.cpp @@ -682,6 +682,11 @@ SBCCalleeSession::SBCCalleeSession(const AmB2BCallerSession* caller, AmB2BCalleeSession(caller) { dlg.reliable_1xx = REL100_IGNORED; + + if (call_profile.sdpfilter_enabled) { + b2b_mode = B2BMode_SDPFilter; + } + } SBCCalleeSession::~SBCCalleeSession() {