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
a124bbef
Commit
a124bbef
authored
Feb 20, 2018
by
Sylvain Berfini
🐮
Browse files
Allow account creator to configure proxy config if no default value was loaded but set by API (2/2)
parent
5cfa0913
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
coreapi/account_creator.c
coreapi/account_creator.c
+3
-0
No files found.
coreapi/account_creator.c
View file @
a124bbef
...
...
@@ -150,6 +150,9 @@ LinphoneProxyConfig * linphone_account_creator_create_proxy_config(const Linphon
snprintf
(
buff
,
sizeof
(
buff
),
"%d"
,
dial_prefix_number
);
linphone_proxy_config_set_dial_prefix
(
cfg
,
buff
);
}
if
(
linphone_proxy_config_get_server_addr
(
cfg
)
==
NULL
&&
creator
->
domain
!=
NULL
)
{
linphone_proxy_config_set_server_addr
(
cfg
,
creator
->
domain
);
}
linphone_proxy_config_enable_register
(
cfg
,
TRUE
);
...
...
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