mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix crash in linphonec
This commit is contained in:
parent
11354f2cf6
commit
a26692f3e2
1 changed files with 1 additions and 1 deletions
|
|
@ -975,7 +975,7 @@ linphonec_idle_call ()
|
|||
linphone_core_iterate(opm);
|
||||
if (answer_call){
|
||||
fprintf (stdout, "-------auto answering to call-------\n" );
|
||||
linphone_core_accept_call(opm,NULL);
|
||||
linphone_core_accept_call(opm, linphone_core_get_current_call(opm));
|
||||
answer_call=FALSE;
|
||||
}
|
||||
/* auto call handling */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue