From edc2963e443fb6e47bb1595b163d5cfcadd7f596 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 11 Mar 2014 17:26:57 +0100 Subject: [PATCH] finish to remove automatic on-the-phone notifications --- coreapi/linphonecall.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index c03594da1..b9681978d 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -710,9 +710,6 @@ static void linphone_call_set_terminated(LinphoneCall *call){ ms_error("Could not remove the call from the list !!!"); } - if (ms_list_size(lc->calls)==0) - linphone_core_send_presence(lc,lc->presence_model); - linphone_core_conference_check_uninit(lc); if (call->ringing_beep){ linphone_core_stop_dtmf(lc);