app_config.php 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. //application details
  3. $apps[$x]['name'] = "Active Extensions";
  4. $apps[$x]['uuid'] = "8ce1121c-fc4b-48b3-96d3-93a399809315";
  5. $apps[$x]['category'] = "Switch";
  6. $apps[$x]['subcategory'] = "";
  7. $apps[$x]['version'] = "";
  8. $apps[$x]['license'] = "Mozilla Public License 1.1";
  9. $apps[$x]['url'] = "http://www.fusionpbx.com";
  10. $apps[$x]['description']['en-us'] = "List of active extensions.";
  11. $apps[$x]['description']['es-cl'] = "";
  12. $apps[$x]['description']['de-de'] = "";
  13. $apps[$x]['description']['de-ch'] = "";
  14. $apps[$x]['description']['de-at'] = "";
  15. $apps[$x]['description']['fr-fr'] = "";
  16. $apps[$x]['description']['fr-ca'] = "";
  17. $apps[$x]['description']['fr-ch'] = "";
  18. $apps[$x]['description']['pt-pt'] = "";
  19. $apps[$x]['description']['pt-br'] = "";
  20. //permission details
  21. $apps[$x]['permissions'][0]['name'] = "active_extension_view";
  22. $apps[$x]['permissions'][0]['menu']['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade";
  23. $apps[$x]['permissions'][0]['groups'][] = "superadmin";
  24. $apps[$x]['permissions'][0]['groups'][] = "admin";
  25. //$apps[$x]['permissions'][2]['name'] = "active_extension_assigned_view";
  26. //$apps[$x]['permissions'][2]['groups'][] = "superadmin";
  27. //$apps[$x]['permissions'][2]['groups'][] = "admin";
  28. ?>