From 587e9518459f2061812820eae6548e9e8add2290 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 28 Feb 2018 11:48:43 +0100 Subject: [PATCH] Ooopppsss... Forgot one file in last commit. --- src/conference/session/call-session.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/conference/session/call-session.cpp b/src/conference/session/call-session.cpp index 8e6effe64..04fb89a3f 100644 --- a/src/conference/session/call-session.cpp +++ b/src/conference/session/call-session.cpp @@ -1067,8 +1067,9 @@ LinphoneStatus CallSession::redirect (const Address &redirectAddr) { return 0; } -void CallSession::startIncomingNotification () { +void CallSession::startIncomingNotification (bool notifyRinging) { L_D(); + d->notifyRinging = notifyRinging; if (d->listener) { d->listener->onIncomingCallSessionNotified(getSharedFromThis()); d->listener->onBackgroundTaskToBeStarted(getSharedFromThis());