From a80cae4259efde91ed5028cfaee24f3669600d97 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 13 Apr 2021 15:16:09 -0600 Subject: [PATCH] Add cache dialplan ring_group_context --- app/ring_groups/app_config.php | 3 +++ 1 file changed, 3 insertions(+) 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";