mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Disable route if Outbound proxy is disabled. Default values in the linphonerc force the route to a non-suitable default value otherwise.
This commit is contained in:
parent
20cde0f4a6
commit
d4c5abaf0b
1 changed files with 2 additions and 0 deletions
|
|
@ -418,6 +418,8 @@ extern void linphone_iphone_log_handler(int lev, const char *fmt, va_list args);
|
|||
|
||||
if (isOutboundProxy)
|
||||
linphone_proxy_config_set_route(proxyCfg, proxy);
|
||||
else
|
||||
linphone_proxy_config_set_route(proxyCfg, NULL);
|
||||
|
||||
if ([self objectForKey:@"prefix_preference"]) {
|
||||
NSString* prefix = [self stringForKey:@"prefix_preference"];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue