From 635e159e6f10795619cb6336845b3ca9e5a7210c Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Wed, 31 Oct 2012 10:59:00 +0100 Subject: [PATCH] Update linphone module and add in_call_timeout functions to settings --- Classes/LinphoneCoreSettingsStore.m | 4 ++-- submodules/linphone | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Classes/LinphoneCoreSettingsStore.m b/Classes/LinphoneCoreSettingsStore.m index cc38ae9ac..56bf47f95 100644 --- a/Classes/LinphoneCoreSettingsStore.m +++ b/Classes/LinphoneCoreSettingsStore.m @@ -216,7 +216,7 @@ extern void linphone_iphone_log_handler(int lev, const char *fmt, va_list args); [self setBool:linphone_core_get_use_rfc2833_for_dtmf(lc) forKey:@"rfc_dtmf_preference"]; [self setInteger:linphone_core_get_inc_timeout(lc) forKey:@"incoming_call_timeout_preference"]; - //[self setInteger:linphone_core_get_inc_timeout(lc) forKey:@"in_call_timeout_preference"]; + [self setInteger:linphone_core_get_inc_timeout(lc) forKey:@"in_call_timeout_preference"]; } @@ -429,7 +429,7 @@ extern void linphone_iphone_log_handler(int lev, const char *fmt, va_list args); linphone_core_set_use_info_for_dtmf(lc, [self boolForKey:@"sipinfo_dtmf_preference"]); linphone_core_set_use_rfc2833_for_dtmf(lc, [self boolForKey:@"rfc_dtmf_preference"]); linphone_core_set_inc_timeout(lc, [self integerForKey:@"incoming_call_timeout_preference"]); - //linphone_core_set_inc_timeout(lc, [self integerForKey:@"in_call_timeout_preference"]); + linphone_core_set_in_call_timeout(lc, [self integerForKey:@"in_call_timeout_preference"]); bool enableVideo = [self boolForKey:@"enable_video_preference"]; linphone_core_enable_video(lc, enableVideo, enableVideo); diff --git a/submodules/linphone b/submodules/linphone index e829fa6e2..cc07a4336 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit e829fa6e222f37de9c26e4e82f0227078f4b6629 +Subproject commit cc07a4336f1dd227d5d1d847e51c20f99e20b654