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