Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.5 KiB

  1. <?php
  2. //application details
  3. $apps[$x]['name'] = "webphone";
  4. $apps[$x]['uuid'] = "29ad51b0-6ab0-4d65-9394-629d1a34580b";
  5. $apps[$x]['category'] = "Vendor";
  6. $apps[$x]['subcategory'] = "";
  7. $apps[$x]['version'] = "1.0";
  8. $apps[$x]['license'] = "Mozilla Public License 1.1";
  9. $apps[$x]['url'] = "http://www.fusionpbx.com";
  10. $apps[$x]['description']['en-us'] = "Web Phone";
  11. $apps[$x]['description']['en-gb'] = "";
  12. $apps[$x]['description']['ar-eg'] = "";
  13. $apps[$x]['description']['de-at'] = "";
  14. $apps[$x]['description']['de-ch'] = "";
  15. $apps[$x]['description']['de-de'] = "";
  16. $apps[$x]['description']['es-cl'] = "";
  17. $apps[$x]['description']['es-mx'] = "";
  18. $apps[$x]['description']['fr-ca'] = "";
  19. $apps[$x]['description']['fr-fr'] = "";
  20. $apps[$x]['description']['he-il'] = "";
  21. $apps[$x]['description']['it-it'] = "";
  22. $apps[$x]['description']['nl-nl'] = "";
  23. $apps[$x]['description']['pl-pl'] = "";
  24. $apps[$x]['description']['pt-br'] = "";
  25. $apps[$x]['description']['pt-pt'] = "";
  26. $apps[$x]['description']['ro-ro'] = "";
  27. $apps[$x]['description']['ru-ru'] = "";
  28. $apps[$x]['description']['sv-se'] = "";
  29. $apps[$x]['description']['uk-ua'] = "";
  30. //permission details
  31. $y=0;
  32. $apps[$x]['permissions'][$y]['name'] = "webphone_view";
  33. //$apps[$x]['permissions'][$y]['menu']['uuid'] = "000ed55e-7fbc-40b5-9631-506d0b6056b4";
  34. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  35. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  36. $apps[$x]['permissions'][$y]['groups'][] = "user";
  37. $apps[$x]['permissions'][$y]['groups'][] = "agent";
  38. ?>