Add FIFO Queues to use the same code as the dialplan.

This commit is contained in:
Mark Crane
2013-09-11 19:31:40 +00:00
parent 64c5bf0b29
commit 50f7f0f22b
7 changed files with 31 additions and 4 deletions
+1
View File
@@ -29,6 +29,7 @@ require_once "resources/check_auth.php";
if (permission_exists('dialplan_delete')
|| permission_exists('inbound_route_delete')
|| permission_exists('outbound_route_delete')
|| permission_exists('fifo_delete')
|| permission_exists('time_conditions_delete')) {
//access granted
}