mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
turn ping_with_options to 0 by default, since it is no longer required thanks to belle-sip
This commit is contained in:
parent
b0d827bae5
commit
68ff65b224
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@ static void sip_config_read(LinphoneCore *lc)
|
|||
lp_config_get_int(lc->config,"sip","register_only_when_network_is_up",1);
|
||||
lc->sip_conf.register_only_when_upnp_is_ok=
|
||||
lp_config_get_int(lc->config,"sip","register_only_when_upnp_is_ok",1);
|
||||
lc->sip_conf.ping_with_options=lp_config_get_int(lc->config,"sip","ping_with_options",1);
|
||||
lc->sip_conf.ping_with_options=lp_config_get_int(lc->config,"sip","ping_with_options",0);
|
||||
lc->sip_conf.auto_net_state_mon=lp_config_get_int(lc->config,"sip","auto_net_state_mon",1);
|
||||
lc->sip_conf.keepalive_period=lp_config_get_int(lc->config,"sip","keepalive_period",10000);
|
||||
lc->sip_conf.tcp_tls_keepalive=lp_config_get_int(lc->config,"sip","tcp_tls_keepalive",0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue