Module: sems Branch: master Commit: 89c4270dd83d1adc3a980ad0168378dc887d65b1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=89c4270dd83d1adc3a980ad0168378dc887d65b1
Author: Raphael Coeffic <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Dec 23 14:07:24 2013 +0100 sbc: b/f: fixed use of setting for unsolicited NOTIFY forwarding --- apps/sbc/SBCCallLeg.cpp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/apps/sbc/SBCCallLeg.cpp b/apps/sbc/SBCCallLeg.cpp index e9a0f62..9185a4a 100644 --- a/apps/sbc/SBCCallLeg.cpp +++ b/apps/sbc/SBCCallLeg.cpp @@ -142,8 +142,6 @@ SBCCallLeg::SBCCallLeg(const SBCCallProfile& call_profile, AmSipDialog* p_dlg, 1000); rtp_relay_rate_limit.reset(limit); } - - subs->allowUnsolicitedNotify(call_profile.allow_subless_notify); } // B leg constructor (from SBCCalleeSession) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
