app_config.php 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?php
  2. //application details
  3. $apps[$x]['name'] = "Phone";
  4. $apps[$x]['uuid'] = "7051a36f-06f0-4489-a2fb-12b120e209b6";
  5. $apps[$x]['category'] = "";
  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'] = "A browser-based softphone for FusionPBX.";
  11. $apps[$x]['description']['en-gb'] = "A browser-based softphone for FusionPBX";
  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']['el-gr'] = "";
  17. $apps[$x]['description']['es-cl'] = "";
  18. $apps[$x]['description']['es-mx'] = "";
  19. $apps[$x]['description']['fr-ca'] = "";
  20. $apps[$x]['description']['fr-fr'] = "";
  21. $apps[$x]['description']['he-il'] = "";
  22. $apps[$x]['description']['it-it'] = "";
  23. $apps[$x]['description']['nl-nl'] = "";
  24. $apps[$x]['description']['pl-pl'] = "";
  25. $apps[$x]['description']['pt-br'] = "";
  26. $apps[$x]['description']['pt-pt'] = "";
  27. $apps[$x]['description']['ro-ro'] = "";
  28. $apps[$x]['description']['ru-ru'] = "";
  29. $apps[$x]['description']['sv-se'] = "";
  30. $apps[$x]['description']['uk-ua'] = "";
  31. //default settings
  32. // $y=0;
  33. // $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "54e3d956-c4a1-4de0-8560-709bddc3d9f8";
  34. // $apps[$x]['default_settings'][$y]['default_setting_category'] = "phone";
  35. // $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "";
  36. // $apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
  37. // $apps[$x]['default_settings'][$y]['default_setting_value'] = "";
  38. // $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
  39. // $apps[$x]['default_settings'][$y]['default_setting_description'] = "";
  40. // $y++;
  41. // $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "824c1c5a-c6c2-4bcf-ac4a-6031626bd13e";
  42. // $apps[$x]['default_settings'][$y]['default_setting_category'] = "phone";
  43. // $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "";
  44. // $apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean";
  45. // $apps[$x]['default_settings'][$y]['default_setting_value'] = "";
  46. // $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
  47. // $apps[$x]['default_settings'][$y]['default_setting_description'] = "";
  48. //permission details
  49. $y=0;
  50. $apps[$x]['permissions'][$y]['name'] = "phone_view";
  51. $apps[$x]['permissions'][$y]['menu']['uuid'] = "dff62ee9-f59e-4686-bc57-a4819ea303bf";
  52. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  53. // $apps[$x]['permissions'][$y]['groups'][] = "admin";
  54. // $apps[$x]['permissions'][$y]['groups'][] = "user";
  55. $y++;