diff --git a/Linphone/Core/CoreContext.swift b/Linphone/Core/CoreContext.swift index 01125c8f6..a07b90058 100644 --- a/Linphone/Core/CoreContext.swift +++ b/Linphone/Core/CoreContext.swift @@ -168,6 +168,7 @@ class CoreContext: ObservableObject { self.mCore.fecEnabled = true // Migration + /* self.mCore.config!.setBool(section: "sip", key: "auto_answer_replacing_calls", value: false) self.mCore.config!.setBool(section: "sip", key: "deliver_imdn", value: false) self.mCore.config!.setString(section: "misc", key: "log_collection_upload_server_url", value: "https://files.linphone.org:443/http-file-transfer-server/hft.php") @@ -177,6 +178,7 @@ class CoreContext: ObservableObject { self.mCore.imdnToEverybodyThreshold = 1 self.imdnToEverybodyThreshold = self.mCore.imdnToEverybodyThreshold == 1 //self.copyDatabaseFileToDocumentsDirectory() + */ let shortcutsCount = self.mCore.config!.getInt(section: "ui", key: "shortcut_count", defaultValue: 0) if shortcutsCount > 0 {