mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
add trace to know whan disconnection is due lack of rtp packets
This commit is contained in:
parent
90b5d17172
commit
29037e50c4
1 changed files with 1 additions and 0 deletions
|
|
@ -2510,6 +2510,7 @@ static void linphone_core_disconnected(LinphoneCore *lc, LinphoneCall *call){
|
|||
{
|
||||
snprintf(temp,sizeof(temp),"Remote end seems to have disconnected, the call is going to be closed.");
|
||||
}
|
||||
ms_message("On call [%p] %s",call,temp);
|
||||
if (lc->vtable.display_warning!=NULL)
|
||||
lc->vtable.display_warning(lc,temp);
|
||||
linphone_core_terminate_call(lc,call);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue