Merge branch 'dev_lime' of git.linphone.org:linphone-private into dev_lime

This commit is contained in:
Johan Pascal 2014-04-28 22:04:00 +02:00
commit 9123609ef4

View file

@ -697,7 +697,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",0);
tmp=lp_config_get_int(lc->config,"sip","lime",1);
linphone_core_set_lime(lc,tmp);
tmp=lp_config_get_int(lc->config,"sip","inc_timeout",30);