From e7bd4c640e6e607fe26d3eb88042a4e5346abc74 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jul 2019 00:18:10 -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 3dfc2302ee..643ef4ed66 100644 --- a/app/ivr_menus/app_config.php +++ b/app/ivr_menus/app_config.php @@ -126,6 +126,10 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; + //cache details + $y=0; + $apps[$x]['cache']['key'] = "dialplan:\${ivr_menu_context}"; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_ivr_menus";