From a4e3cdeb204c9be8ab8edfca4e31ae7a988290d1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 3 Nov 2018 11:36:27 -0600 Subject: [PATCH] Update app_config.php --- app/ivr_menus/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/ivr_menus/app_config.php b/app/ivr_menus/app_config.php index 3d8e0d1f70..1ef4d2861c 100644 --- a/app/ivr_menus/app_config.php +++ b/app/ivr_menus/app_config.php @@ -256,6 +256,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "ivr_menu_context"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ivr_menu_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";