From 29037e50c4d63f2dd662354fe76e57c0efb7b2fe Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Mon, 3 Mar 2014 09:53:53 +0100 Subject: [PATCH] add trace to know whan disconnection is due lack of rtp packets --- coreapi/linphonecall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index 8699b1ec9..fec383a02 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -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);