From 6c0d96f663f77884896aaf00e2d8511cda5f5379 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 24 Aug 2020 08:46:21 -0600 Subject: [PATCH] Add a uuid --- app/conference_centers/app_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index d609b2e8ef..53c562a177 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -36,6 +36,7 @@ $apps[$x]['destinations'][$y]['name'] = "conference_centers"; $apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and conference_center_enabled = 'true' "; $apps[$x]['destinations'][$y]['order_by'] = "conference_center_name asc"; + $apps[$x]['destinations'][$y]['field']['conference_center_uuid'] = "conference_center_uuid"; $apps[$x]['destinations'][$y]['field']['name'] = "conference_center_name"; $apps[$x]['destinations'][$y]['field']['destination'] = "conference_center_extension"; $apps[$x]['destinations'][$y]['field']['description'] = "conference_center_description";