mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
Do not use display name
This commit is contained in:
parent
9f7bb358ee
commit
6e691257b5
1 changed files with 0 additions and 4 deletions
|
|
@ -487,14 +487,10 @@
|
|||
if (cfg && (linphone_proxy_config_get_dial_escape_plus(cfg))) {
|
||||
if (linphone_proxy_config_is_phone_number(cfg, normvalue)) {
|
||||
linphone_address_set_username(addr, normvalue);
|
||||
} else {
|
||||
linphone_address_set_display_name(addr, normvalue);
|
||||
}
|
||||
} else {
|
||||
if (linphone_proxy_config_is_phone_number(cfg, value.UTF8String)) {
|
||||
linphone_address_set_username(addr, value.UTF8String);
|
||||
} else {
|
||||
linphone_address_set_display_name(addr, value.UTF8String);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue