mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
Remove default route when configuring already existing linphone account in the wizard.
Forcing setting empty route.
This commit is contained in:
parent
973591c715
commit
16353f4e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ LinphoneProxyConfig * linphone_account_creator_configure(const LinphoneAccountCr
|
|||
linphone_address_set_transport(addr, LinphoneTransportTls);
|
||||
tmp = linphone_address_as_string(addr);
|
||||
linphone_proxy_config_set_server_addr(cfg, tmp);
|
||||
linphone_proxy_config_set_route(cfg, tmp);
|
||||
linphone_proxy_config_set_route(cfg, "");
|
||||
ms_free(tmp);
|
||||
linphone_address_destroy(addr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue