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

Author: Raphael Coeffic <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Fri Dec 20 15:36:31 2013 +0100

core/sbc: added support for subscription-less NOTIFY forwarding

For the moment, it is only implemented for NOTIFY requests within a dialog.
Conflicts:

        apps/sbc/SBCCallProfile.h
        core/AmSipSubscription.h

---

 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 9185a4a..e9a0f62 100644
--- a/apps/sbc/SBCCallLeg.cpp
+++ b/apps/sbc/SBCCallLeg.cpp
@@ -142,6 +142,8 @@ 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

Reply via email to