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";