app_config.php 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. //application details
  3. $apps[$x]['name'] = "Sessiontalk";
  4. $apps[$x]['uuid'] = "85774108-716c-46cb-a34b-ce80b212bc82";
  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'] = "";
  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'] = "sessiontalk_view";
  33. $apps[$x]['permissions'][$y]['groups'][] = "user";
  34. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  35. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  36. $y++;
  37. //default settings
  38. $y=0;
  39. $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "67d5e1a7-d0b1-4f3a-b329-fabfb235b0c3";
  40. $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
  41. $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "sessiontalk_provider_id";
  42. $apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
  43. $apps[$x]['default_settings'][$y]['default_setting_value'] = "";
  44. $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
  45. $apps[$x]['default_settings'][$y]['default_setting_description'] = "Sessiontalk Provider ID";
  46. $y++;
  47. $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "f90a2cd2-55e3-42bf-a6b5-8c9db28ecc9b";
  48. $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
  49. $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "sessiontalk_transport";
  50. $apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
  51. $apps[$x]['default_settings'][$y]['default_setting_value'] = "UDP";
  52. $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
  53. $apps[$x]['default_settings'][$y]['default_setting_description'] = "Sessiontalk Transport";
  54. $y++;
  55. $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "432d9632-eafd-43ef-8955-3a510504c83f";
  56. $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
  57. $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "sessiontalk_srtp";
  58. $apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
  59. $apps[$x]['default_settings'][$y]['default_setting_value'] = "Disabled";
  60. $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
  61. $apps[$x]['default_settings'][$y]['default_setting_description'] = "Sessiontalk SRTP";
  62. $y++;
  63. ?>