Skip to content
Snippets Groups Projects
Commit b6053211 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#6251: Do not had history calls in calllist when loading history file

parent ebbcc725
Branches
Tags
No related merge requests found
...@@ -354,8 +354,9 @@ static void process_conference_participant_from_serialized(gchar *participant, 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 // 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); create_new_call(HISTORY_ENTRY, CALL_STATE_DIALING, call_id, account, name, phone_number, &tmp_call);
calllist_add_history_call(tmp_call); // calllist_add_history_call(tmp_call);
calllist_add_call(current_calls, tmp_call); calllist_add_call(history, tmp_call);
// calllist_add_call(current_calls, tmp_call);
conference_add_participant(call_id, conf); conference_add_participant(call_id, conf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment