Skip to content
Snippets Groups Projects
Commit 50bad1a5 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#1883] Switch call id in managerimpl when peerHungUp

parent c98448e2
No related branches found
No related tags found
No related merge requests found
...@@ -1102,6 +1102,8 @@ ManagerImpl::peerHungupCall (const CallID& id) ...@@ -1102,6 +1102,8 @@ ManagerImpl::peerHungupCall (const CallID& id)
if(participToConference(id)) if(participToConference(id))
removeParticipant(id); removeParticipant(id);
switchCall(id);
/* Direct IP to IP call */ /* Direct IP to IP call */
if (getConfigFromCall (id) == Call::IPtoIP) { if (getConfigFromCall (id) == Call::IPtoIP) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment