From 50bad1a58c390942e2ab4d2bb73f3e662677b50c Mon Sep 17 00:00:00 2001
From: Alexandre Savard <alexandre.savard@savoirfairelinux.net>
Date: Thu, 20 Aug 2009 11:23:25 -0400
Subject: [PATCH] [#1883] Switch call id in managerimpl when peerHungUp

---
 sflphone-common/src/managerimpl.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sflphone-common/src/managerimpl.cpp b/sflphone-common/src/managerimpl.cpp
index 2367e43798..abfc99b3eb 100644
--- a/sflphone-common/src/managerimpl.cpp
+++ b/sflphone-common/src/managerimpl.cpp
@@ -1102,6 +1102,8 @@ ManagerImpl::peerHungupCall (const CallID& id)
     if(participToConference(id))
 	removeParticipant(id);
 
+    switchCall(id);
+
     /* Direct IP to IP call */
 
     if (getConfigFromCall (id) == Call::IPtoIP) {
-- 
GitLab