Call Flow Summary add name, application, link, and a new summary style. Controlled by summary_style setting.

This commit is contained in:
FusionPBX
2023-10-12 23:58:11 -06:00
committed by GitHub
parent 4dbd4e10a3
commit d5f39cf0b2
19 changed files with 662 additions and 407 deletions
+1
View File
@@ -37,6 +37,7 @@
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and conference_enabled = 'true' ";
$apps[$x]['destinations'][$y]['order_by'] = "conference_name asc";
$apps[$x]['destinations'][$y]['field']['conference_uuid'] = "conference_uuid";
$apps[$x]['destinations'][$y]['field']['uuid'] = "conference_uuid";
$apps[$x]['destinations'][$y]['field']['name'] = "conference_name";
$apps[$x]['destinations'][$y]['field']['destination'] = "conference_extension";
$apps[$x]['destinations'][$y]['field']['extension'] = "conference_extension";