For the moment, it is only implemented for NOTIFY requests within a dialog.
Conflicts:
apps/sbc/SBCCallProfile.h
core/AmSipSubscription.h
... | ... |
@@ -142,6 +142,8 @@ SBCCallLeg::SBCCallLeg(const SBCCallProfile& call_profile, AmSipDialog* p_dlg, |
142 | 142 |
1000); |
143 | 143 |
rtp_relay_rate_limit.reset(limit); |
144 | 144 |
} |
145 |
+ |
|
146 |
+ subs->allowUnsolicitedNotify(call_profile.allow_subless_notify); |
|
145 | 147 |
} |
146 | 148 |
|
147 | 149 |
// B leg constructor (from SBCCalleeSession) |