mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Do not change identity address to “sips” when transport is pls
This commit is contained in:
parent
fea93b82e9
commit
eb6cf542fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue