From 57f8c3eab36ff39f7be5cc9c06c5207203efc992 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jul 2019 01:30:37 -0600 Subject: [PATCH] Update app_config.php --- app/time_conditions/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/time_conditions/app_config.php b/app/time_conditions/app_config.php index 1953e6f1c8..295feaad44 100644 --- a/app/time_conditions/app_config.php +++ b/app/time_conditions/app_config.php @@ -301,4 +301,7 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Canada Holiday'; + //cache details + $apps[$x]['cache']['key'] = "dialplan.\${dialplan_context}"; + ?>