finish to remove automatic on-the-phone notifications

This commit is contained in:
Simon Morlat 2014-03-11 17:26:57 +01:00
parent a0b7b1f3b0
commit edc2963e44

View file

@ -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);