Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
9b2bb28f
Commit
9b2bb28f
authored
2 years ago
by
Aline Gondim Santos
Committed by
Adrien Béraud
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
conference: correctly remove peer if crashed
Change-Id: I2c64b42dd7ad290dede7d7633eacc6bc20ed95ea GitLab:
#779
parent
9d846f66
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sip/sipcall.cpp
+1
-0
1 addition, 0 deletions
src/sip/sipcall.cpp
with
1 addition
and
0 deletions
src/sip/sipcall.cpp
+
1
−
0
View file @
9b2bb28f
...
...
@@ -494,6 +494,7 @@ SIPCall::setSipTransport(const std::shared_ptr<SipTransport>& transport,
JAMI_WARN
(
"[call:%s] Ending call because underlying SIP transport was closed"
,
this_
->
getCallId
().
c_str
());
this_
->
stopAllMedia
();
this_
->
detachAudioFromConference
();
this_
->
onFailure
(
ECONNRESET
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment