mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
fix storage of inc timeout
This commit is contained in:
parent
e829fa6e22
commit
8bccb20574
1 changed files with 3 additions and 0 deletions
|
|
@ -3186,6 +3186,9 @@ int linphone_core_send_publish(LinphoneCore *lc,
|
|||
**/
|
||||
void linphone_core_set_inc_timeout(LinphoneCore *lc, int seconds){
|
||||
lc->sip_conf.inc_timeout=seconds;
|
||||
if (linphone_core_ready(lc)){
|
||||
lp_config_set_int(lc->config,"sip","inc_timeout",seconds);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue