sbc: b/f: enable sdpfilter on 2nd leg if active

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent ad5a16a528
commit a876d1d52c

@ -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() {

Loading…
Cancel
Save