diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 194b055dea..2b7c6b23d1 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -46,6 +46,9 @@ $apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:transfer \${destination} XML \${context}"; $apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${name} \${description}"; + //cache details + $apps[$x]['cache']['key'] = "dialplan.\${ring_group_context}"; + //permission details $y=0; $apps[$x]['permissions'][$y]['name'] = "ring_group_view";