From 40c997f026e4b5fb05eefece04821dcdfdb1ddc6 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Wed, 16 Jun 2010 17:59:06 +0200 Subject: [PATCH] add sound notification to incoming call background notification --- Classes/linphoneAppDelegate.m | 1 + 1 file changed, 1 insertion(+) 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]; }