From 2de950e322be8cbedc8665a15b9f1480fb8ebaee Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jul 2019 01:43:09 -0600 Subject: [PATCH] Update app_config.php --- app/conference_centers/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index ce80cb8fd6..128165af0e 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -171,6 +171,9 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; + //cache details + $apps[$x]['cache']['key'] = "dialplan.\${domain_name}"; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_conference_centers";