Merge branch 'master' of git://git.linphone.org/linphone-iphone

This commit is contained in:
Guillaume 2011-11-02 09:30:51 +01:00
commit 5a04711e26

View file

@ -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: {