Update app_config.php

This commit is contained in:
FusionPBX 2018-07-12 08:47:47 -06:00 committed by GitHub
parent 4839868c72
commit fdb9545dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,12 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = "destination_fax";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "destination_caller_id_name";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "destination_caller_id_number";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//default settings
$y = 0;