diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 796e82d82..2a92c87e8 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -2226,7 +2226,9 @@ static void linphone_core_init(LinphoneCore * lc, LinphoneCoreCbs *cbs, LpConfig // We need the Sal on the Android platform helper init msplugins_dir = linphone_factory_get_msplugins_dir(lfactory); image_resources_dir = linphone_factory_get_image_resources_dir(lfactory); + lc->sal=new Sal(NULL); + lc->sal->set_refresher_retry_after(lp_config_get_int(lc->config, "sip", "refresher_retry_after", 60000)); lc->sal->set_http_proxy_host(linphone_core_get_http_proxy_host(lc)); lc->sal->set_http_proxy_port(linphone_core_get_http_proxy_port(lc));