mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
Lime not active as default
This commit is contained in:
parent
d133ebd5eb
commit
2f17142775
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ static void sip_config_read(LinphoneCore *lc)
|
|||
tmp=lp_config_get_int(lc->config,"sip","guess_hostname",1);
|
||||
linphone_core_set_guess_hostname(lc,tmp);
|
||||
|
||||
tmp=lp_config_get_int(lc->config,"sip","lime",1);
|
||||
tmp=lp_config_get_int(lc->config,"sip","lime",0);
|
||||
linphone_core_set_lime(lc,tmp);
|
||||
|
||||
tmp=lp_config_get_int(lc->config,"sip","inc_timeout",30);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue