From dcb46763f9fff7c1e21ccf776ca04f416d9bc950 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jul 2019 01:37:57 -0600 Subject: [PATCH] Update app_config.php --- app/call_centers/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index 57cb710e20..5af536b3df 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -141,6 +141,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.\${domain_name}"; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_call_center_agents";