diff --git a/sflphone-client-gnome/src/conference_obj.c b/sflphone-client-gnome/src/conference_obj.c index 5581dcfd72f9e3b3cdcb9b8f8103bbd96e7b13b7..5d7ae40b5232feb8acf18b6595c9e4ef57b44fdf 100644 --- a/sflphone-client-gnome/src/conference_obj.c +++ b/sflphone-client-gnome/src/conference_obj.c @@ -354,8 +354,9 @@ static void process_conference_participant_from_serialized(gchar *participant, c // we should create call here and add it to the conference to be inserted in history create_new_call(HISTORY_ENTRY, CALL_STATE_DIALING, call_id, account, name, phone_number, &tmp_call); - calllist_add_history_call(tmp_call); - calllist_add_call(current_calls, tmp_call); + // calllist_add_history_call(tmp_call); + calllist_add_call(history, tmp_call); + // calllist_add_call(current_calls, tmp_call); conference_add_participant(call_id, conf);