Module: sems
Branch: master
Commit: a876d1d52c799136de95a36290aadfd1684471d5
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=a876d1d52c799136de95a36290aadfd1684471d5

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Tue Nov 23 16:54:27 2010 +0100

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

---

 apps/sbc/SBC.cpp |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/apps/sbc/SBC.cpp b/apps/sbc/SBC.cpp
index 5e87416..bc641b2 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() {

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to