From 0638db88e5afdcc2c5700ae039880b41987dd778 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 1 Jul 2019 09:52:11 -0600 Subject: [PATCH] Update app_config.php --- 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 1ef4d2861c..3dfc2302ee 100644 --- a/app/ivr_menus/app_config.php +++ b/app/ivr_menus/app_config.php @@ -37,6 +37,7 @@ $apps[$x]['destinations'][$y]['order_by'] = "ivr_menu_extension asc"; $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"; $apps[$x]['destinations'][$y]['select_value']['dialplan'] = "transfer:\${destination} XML \${context}"; $apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:transfer \${destination} XML \${context}"; $apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${name}";