2022-03-26 21:25:26 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
//application details
|
|
|
|
|
$apps[$x]['name'] = "Switch";
|
|
|
|
|
$apps[$x]['uuid'] = "9cc48cb9-22d3-42eb-8bf8-3ca970e364d7";
|
|
|
|
|
$apps[$x]['category'] = "Switch";
|
|
|
|
|
$apps[$x]['subcategory'] = "";
|
2023-09-14 23:48:19 +02:00
|
|
|
$apps[$x]['version'] = "1.1";
|
2022-03-26 21:25:26 +01:00
|
|
|
$apps[$x]['license'] = "";
|
|
|
|
|
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
|
|
|
|
$apps[$x]['description']['en-us'] = "Switch details such as version, uptime, channels and registrations.";
|
|
|
|
|
$apps[$x]['description']['en-gb'] = "Switch details such as version, uptime, channels and registrations.";
|
|
|
|
|
$apps[$x]['description']['ar-eg'] = "";
|
|
|
|
|
$apps[$x]['description']['de-at'] = "";
|
|
|
|
|
$apps[$x]['description']['de-ch'] = "";
|
|
|
|
|
$apps[$x]['description']['de-de'] = "";
|
|
|
|
|
$apps[$x]['description']['es-cl'] = "";
|
|
|
|
|
$apps[$x]['description']['es-mx'] = "";
|
|
|
|
|
$apps[$x]['description']['fr-ca'] = "";
|
|
|
|
|
$apps[$x]['description']['fr-fr'] = "";
|
|
|
|
|
$apps[$x]['description']['he-il'] = "";
|
|
|
|
|
$apps[$x]['description']['it-it'] = "";
|
2024-08-28 17:59:02 +02:00
|
|
|
$apps[$x]['description']['ka-ge'] = "კომუტატორის დეტალები. როგორიცაა ვერსია, ჩართულობის დრო, არხები და რეგისტრაციები.";
|
2022-03-26 21:25:26 +01:00
|
|
|
$apps[$x]['description']['nl-nl'] = "";
|
|
|
|
|
$apps[$x]['description']['pl-pl'] = "";
|
|
|
|
|
$apps[$x]['description']['pt-br'] = "";
|
|
|
|
|
$apps[$x]['description']['pt-pt'] = "";
|
|
|
|
|
$apps[$x]['description']['ro-ro'] = "";
|
|
|
|
|
$apps[$x]['description']['ru-ru'] = "";
|
|
|
|
|
$apps[$x]['description']['sv-se'] = "";
|
|
|
|
|
$apps[$x]['description']['uk-ua'] = "";
|
|
|
|
|
|
2022-06-28 19:00:45 +02:00
|
|
|
//permission details
|
|
|
|
|
$y=0;
|
|
|
|
|
$apps[$x]['permissions'][$y]['name'] = "switch_version";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$y++;
|
|
|
|
|
$apps[$x]['permissions'][$y]['name'] = "switch_uptime";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$y++;
|
|
|
|
|
$apps[$x]['permissions'][$y]['name'] = "switch_channels";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$y++;
|
|
|
|
|
$apps[$x]['permissions'][$y]['name'] = "switch_registrations";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
2023-01-26 18:34:01 +01:00
|
|
|
$y++;
|
|
|
|
|
$apps[$x]['permissions'][$y]['name'] = "language_destinations";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
2022-06-28 19:00:45 +02:00
|
|
|
|
2022-03-28 18:29:32 +02:00
|
|
|
//default settings
|
|
|
|
|
$y++;
|
2024-05-08 21:41:21 +02:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "15ab0540-c281-4793-baf9-3a2f6dc909c5";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_category'] = "theme";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "dashboard_switch_status_chart_main_color";
|
2022-03-28 18:29:32 +02:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_value'] = "#2a9df4";
|
2024-05-08 21:41:21 +02:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
2022-03-28 18:29:32 +02:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
|
|
|
|
|
$y++;
|
2024-05-08 21:41:21 +02:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "1e4db354-27d7-45e1-9513-ef5e23f66335";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_category'] = "theme";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "dashboard_switch_status_chart_sub_color";
|
2022-03-28 18:29:32 +02:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_value'] = "#d4d4d4";
|
2024-05-08 21:41:21 +02:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
2022-03-28 18:29:32 +02:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
|
2023-09-14 23:48:19 +02:00
|
|
|
$y++;
|
2023-09-16 23:07:41 +02:00
|
|
|
|
2023-01-26 07:08:38 +01:00
|
|
|
?>
|