Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
3f495448
Commit
3f495448
authored
Apr 04, 2016
by
Gautier Pelloux-Prayer
Browse files
proxy.c: replace + with most generic icp if none set
parent
24cbc11a
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/proxy.c
View file @
3f495448
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment