From 7ecd1bb7435d2c9e6f70f9fd87b4437c6faf6414 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jul 2019 01:26:21 -0600 Subject: [PATCH] Update app_config.php --- app/dialplans/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/dialplans/app_config.php b/app/dialplans/app_config.php index 8ebaf7037d..4a4873e923 100644 --- a/app/dialplans/app_config.php +++ b/app/dialplans/app_config.php @@ -85,6 +85,9 @@ $apps[$x]['permissions'][$y]['name'] = "dialplan_all"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + //cache details + $apps[$x]['cache']['key'] = "dialplan.\${dialplan_context}"; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_dialplans";