diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m index f430b7873..edd7e5b43 100644 --- a/Classes/LinphoneAppDelegate.m +++ b/Classes/LinphoneAppDelegate.m @@ -94,6 +94,7 @@ int __aeabi_idiv(int a, int b) { instance->currentCallContextBeforeGoingBackground.cameraIsEnabled); } instance->currentCallContextBeforeGoingBackground.call = 0; + [myPhoneViewController displayCall:call InProgressFromUI:nil forUser:nil withDisplayName:nil]; } }