diff --git a/Classes/LinphoneUI/LinphoneManager.m b/Classes/LinphoneUI/LinphoneManager.m index af401c7a0..da5c342d9 100644 --- a/Classes/LinphoneUI/LinphoneManager.m +++ b/Classes/LinphoneUI/LinphoneManager.m @@ -137,9 +137,11 @@ extern void libmssilk_init(); break; case LinphoneCallConnected: - [callDelegate displayIncallFromUI:mCurrentViewController + if (linphone_call_get_dir(currentCall)==LinphoneCallIncoming){ + [callDelegate displayIncallFromUI:mCurrentViewController forUser:lUserName withDisplayName:lDisplayName]; + } break; case LinphoneCallError: {