From 962039a385c19c0fc1bee878ffa4bf4ac2e18176 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jul 2019 01:39:55 -0600 Subject: [PATCH] Update app_config.php --- app/call_flows/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index d0cf79967e..9667f10c38 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -64,6 +64,9 @@ $apps[$x]['permissions'][$y]['name'] = "call_flow_context"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + //cache details + $apps[$x]['cache']['key'] = "dialplan.\${call_flow_context}"; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_call_flows";