mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
Fixed tunnel dual mode config read from file
This commit is contained in:
parent
567fac0445
commit
7a9a12e606
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ static LinphoneTunnelConfig *linphone_tunnel_config_from_string(const char *str)
|
|||
}
|
||||
if (pos >= 2) {
|
||||
tunnel_config = linphone_tunnel_config_new();
|
||||
linphone_tunnel_config_set_remote_udp_mirror_port(tunnel_config, -1);
|
||||
linphone_tunnel_config_set_host(tunnel_config, host);
|
||||
linphone_tunnel_config_set_port(tunnel_config, port);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue