From d65136a017807eb5d2311137f982dec8b2ed7d9b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jul 2019 01:33:50 -0600 Subject: [PATCH] Update app_config.php --- app/destinations/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index e2f5a8ae17..c847e08128 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -109,6 +109,9 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; + //cache details + $apps[$x]['cache']['key'] = "dialplan.\${destination_context}"; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_destinations";