A few minor fixes.

This commit is contained in:
FusionPBX 2020-08-26 22:00:05 -06:00 committed by GitHub
parent b105b737d8
commit 0218f3be0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@
$apps[$x]['uuid'] = "5ec89622-b19c-3559-64f0-afde802ab139";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['version'] = "1.1";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Used to define external destination numbers.";
@ -80,9 +80,8 @@
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "destination_trunk_prefix";
$y++;;
$y++;
$apps[$x]['permissions'][$y]['name'] = "destination_area_code";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "destination_number";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
@ -101,7 +100,6 @@
$apps[$x]['permissions'][$y]['name'] = "destination_fax";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$y++;
$apps[$x]['permissions'][$y]['name'] = "destination_destinations";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";