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

[#2339] Add conference in call tree

parent 08707639
Branches
No related tags found
No related merge requests found
...@@ -1176,6 +1176,7 @@ void sflphone_fill_conference_list(void) ...@@ -1176,6 +1176,7 @@ void sflphone_fill_conference_list(void)
conf->_confID = g_strdup(conf_id); conf->_confID = g_strdup(conf_id);
conferencelist_add(conf); conferencelist_add(conf);
calltree_add_conference (current_calls, conf);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment