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";