mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
Added a param to configure bellesip refresher retry after timeout value
This commit is contained in:
parent
6368bc0ba0
commit
6a1a5662af
1 changed files with 2 additions and 0 deletions
|
|
@ -2249,6 +2249,8 @@ static void linphone_core_init(LinphoneCore * lc, LinphoneCoreCbs *cbs, LpConfig
|
|||
lc->msevq=ms_factory_create_event_queue(lc->factory);
|
||||
|
||||
lc->sal=sal_init(lc->factory);
|
||||
|
||||
sal_set_refresher_retry_after(lc->sal, lp_config_get_int(lc->config, "sip", "refresher_retry_after", 60000));
|
||||
sal_set_http_proxy_host(lc->sal, linphone_core_get_http_proxy_host(lc));
|
||||
sal_set_http_proxy_port(lc->sal, linphone_core_get_http_proxy_port(lc));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue