mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Added destination select permissions
This commit is contained in:
@@ -87,6 +87,10 @@
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "dialplan_all";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "dialplan_destinations";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
|
||||
//cache details
|
||||
$apps[$x]['cache']['key'] = "dialplan.\${dialplan_context}";
|
||||
|
||||
Reference in New Issue
Block a user