app_config.php 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. //application details
  3. $apps[$x]['name'] = "Zoiper";
  4. $apps[$x]['uuid'] = "0e1a851b-fa97-43d8-a862-1f78698661d7";
  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'] = "Zoiper Desktop and Mobile";
  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-ch'] = "";
  17. $apps[$x]['description']['pt-pt'] = "";
  18. $apps[$x]['description']['pt-br'] = "";
  19. //permission details
  20. $apps[$x]['permissions'][$y]['name'] = "zoiper";
  21. $apps[$x]['permissions'][$y]['menu']['uuid'] = "fe8a5b30-834f-4eeb-8462-494ad6034588";
  22. $apps[$x]['permissions'][$y]['groups'][] = "user";
  23. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  24. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  25. $y++;
  26. ?>