mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
proxy.c: replace + with most generic icp if none set
This commit is contained in:
parent
24cbc11a7a
commit
3f495448e1
1 changed files with 3 additions and 0 deletions
|
|
@ -939,6 +939,9 @@ char* linphone_proxy_config_normalize_phone_number(LinphoneProxyConfig *proxy, c
|
|||
, flatten_start);
|
||||
ms_debug("Prepended prefix resulted in %s", result);
|
||||
}
|
||||
}else if (tmpproxy->dial_escape_plus){
|
||||
/* user did not provide dial prefix, so we'll take the most generic one */
|
||||
result = replace_plus_with_icp(flatten,most_common_dialplan.icp);
|
||||
}
|
||||
if (result==NULL) {
|
||||
result = flatten;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue