Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
587e9518
Commit
587e9518
authored
Feb 28, 2018
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ooopppsss... Forgot one file in last commit.
parent
3ec59a12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/conference/session/call-session.cpp
src/conference/session/call-session.cpp
+2
-1
No files found.
src/conference/session/call-session.cpp
View file @
587e9518
...
...
@@ -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
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment