From 8390eeaa3c4c5006f41ef476e53c75c777c57986 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 24 Aug 2020 08:44:09 -0600 Subject: [PATCH] Add the uuid --- app/conferences/app_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index 8244fcff49..d9df42dd80 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -36,6 +36,7 @@ $apps[$x]['destinations'][$y]['name'] = "conferences"; $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']['name'] = "conference_name"; $apps[$x]['destinations'][$y]['field']['destination'] = "conference_extension"; $apps[$x]['destinations'][$y]['field']['description'] = "conference_description";