From eb6cf542fb90aa4c6b87c39a46d576c8d7dbd790 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Fri, 8 Oct 2021 11:30:03 +0200 Subject: [PATCH] =?UTF-8?q?Do=20not=20change=20identity=20address=20to=20?= =?UTF-8?q?=E2=80=9Csips=E2=80=9D=20when=20transport=20is=20pls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Classes/LinphoneCoreSettingsStore.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/LinphoneCoreSettingsStore.m b/Classes/LinphoneCoreSettingsStore.m index 219841b65..7f99cb899 100644 --- a/Classes/LinphoneCoreSettingsStore.m +++ b/Classes/LinphoneCoreSettingsStore.m @@ -549,7 +549,7 @@ LinphoneAddress *linphoneAddress; - linphoneAddress = linphone_core_interpret_url(LC, isTransportTls ? "sips:user@domain.com" : "sip:user@domain.com"); + linphoneAddress = linphone_core_interpret_url(LC, "sip:user@domain.com"); linphone_address_set_username(linphoneAddress, username.UTF8String); if ([LinphoneManager.instance lpConfigBoolForKey:@"use_phone_number" inSection:@"assistant"]) { char *user = linphone_account_normalize_phone_number(account, username.UTF8String);