From ae4dcda49bad88375dfa125f2387c6009b9680e3 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Mon, 9 Sep 2024 17:19:49 +0200 Subject: [PATCH] Remove international prexif updates when registering --- Linphone/Core/CoreContext.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Linphone/Core/CoreContext.swift b/Linphone/Core/CoreContext.swift index d42c48c51..3d1379fe8 100644 --- a/Linphone/Core/CoreContext.swift +++ b/Linphone/Core/CoreContext.swift @@ -211,12 +211,6 @@ final class CoreContext: ObservableObject { switch(cbVal.state) { case .Ok: - let newParams = cbVal.account.params?.clone() - newParams?.internationalPrefix = "33" - newParams?.internationalPrefixIsoCountryCode = "FRA" - newParams?.useInternationalPrefixForCallsAndChats = true - cbVal.account.params = newParams - ContactsManager.shared.fetchContacts() if self.mCore.consolidatedPresence != ConsolidatedPresence.Online { self.updatePresence(core: self.mCore, presence: ConsolidatedPresence.Online)