diff --git a/Classes/linphoneAppDelegate.m b/Classes/linphoneAppDelegate.m index a0c0fd8a9..6a256c597 100644 --- a/Classes/linphoneAppDelegate.m +++ b/Classes/linphoneAppDelegate.m @@ -568,6 +568,7 @@ extern void libmsilbc_init(); { notif.repeatInterval = 0; notif.alertBody =[NSString stringWithFormat:@" %@ is calling you",from]; + notif.soundName = UILocalNotificationDefaultSoundName; [[UIApplication sharedApplication] presentLocalNotificationNow:notif]; }