diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index cf3bd6e5e..820a1d7ea 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -894,6 +894,9 @@ static void linphone_iphone_display_status(struct _LinphoneCore *lc, const char } } } + if (state == LinphoneCallError) { + [PhoneMainView.instance popCurrentView]; + } } if (state == LinphoneCallReleased) {