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

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Fri Jan  3 17:15:55 2014 +0100

b/f:sbc:apply rtprelay_dtmf_filtering and rtprelay_dtmf_detection also on B leg

---

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

diff --git a/apps/sbc/SBCCallLeg.cpp b/apps/sbc/SBCCallLeg.cpp
index 3df7955..7807df2 100644
--- a/apps/sbc/SBCCallLeg.cpp
+++ b/apps/sbc/SBCCallLeg.cpp
@@ -341,6 +341,8 @@ void SBCCallLeg::applyBProfile()
 
     setRtpRelayTransparentSeqno(call_profile.rtprelay_transparent_seqno);
     setRtpRelayTransparentSSRC(call_profile.rtprelay_transparent_ssrc);
+    setEnableDtmfRtpFiltering(call_profile.rtprelay_dtmf_filtering);
+    setEnableDtmfRtpDetection(call_profile.rtprelay_dtmf_detection);
 
     // copy stats counters
     rtp_pegs = call_profile.bleg_rtp_counters;

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

Reply via email to