From 463a29f25ca9c1457bc1b71f8be917f6cb23b9e5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 24 Aug 2020 09:03:16 -0600 Subject: [PATCH] Add uuid to the destinations array. --- app/ivr_menus/app_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ivr_menus/app_config.php b/app/ivr_menus/app_config.php index 4590922f77..b403e92db7 100644 --- a/app/ivr_menus/app_config.php +++ b/app/ivr_menus/app_config.php @@ -36,6 +36,7 @@ $apps[$x]['destinations'][$y]['name'] = "ivr_menus"; $apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and ivr_menu_enabled = 'true' "; $apps[$x]['destinations'][$y]['order_by'] = "ivr_menu_extension asc"; + $apps[$x]['destinations'][$y]['field']['ivr_menu_uuid'] = "ivr_menu_uuid"; $apps[$x]['destinations'][$y]['field']['name'] = "ivr_menu_name"; $apps[$x]['destinations'][$y]['field']['destination'] = "ivr_menu_extension"; $apps[$x]['destinations'][$y]['field']['context'] = "ivr_menu_context";