mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
fix indent
This commit is contained in:
parent
3e2f2d7d1a
commit
5fadf3bd01
1 changed files with 7 additions and 7 deletions
|
|
@ -1664,14 +1664,14 @@ void linphone_core_iterate(LinphoneCore *lc){
|
|||
/*start the call even if the OPTIONS reply did not arrive*/
|
||||
linphone_core_start_invite(lc,call,NULL);
|
||||
}
|
||||
if (call->dir==LinphoneCallIncoming && call->state==LinphoneCallOutgoingRinging){
|
||||
elapsed=curtime-call->start_time;
|
||||
ms_message("incoming call ringing for %i seconds",elapsed);
|
||||
if (elapsed>lc->sip_conf.inc_timeout){
|
||||
call->log->status=LinphoneCallMissed;
|
||||
linphone_core_terminate_call(lc,call);
|
||||
}
|
||||
if (call->dir==LinphoneCallIncoming && call->state==LinphoneCallOutgoingRinging){
|
||||
elapsed=curtime-call->start_time;
|
||||
ms_message("incoming call ringing for %i seconds",elapsed);
|
||||
if (elapsed>lc->sip_conf.inc_timeout){
|
||||
call->log->status=LinphoneCallMissed;
|
||||
linphone_core_terminate_call(lc,call);
|
||||
}
|
||||
}
|
||||
}
|
||||
call = linphone_core_get_current_call(lc);
|
||||
if(call)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue