2014-12-03 12:05:13 +01:00
|
|
|
<?php
|
2014-12-26 04:27:54 +01:00
|
|
|
|
2014-12-03 12:05:13 +01:00
|
|
|
//application details
|
|
|
|
|
$apps[$x]['name'] = "Operator Panel";
|
2017-06-03 17:00:20 +02:00
|
|
|
$apps[$x]['uuid'] = "dd3d173a-5d51-4231-ab22-b18c5b712bb2";
|
|
|
|
|
$apps[$x]['category'] = "Switch";
|
|
|
|
|
$apps[$x]['subcategory'] = "";
|
|
|
|
|
$apps[$x]['version'] = "1.0";
|
|
|
|
|
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
|
|
|
|
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
|
|
|
|
$apps[$x]['description']['en-us'] = "Operator panel shows the status.";
|
2020-03-20 21:47:13 +01:00
|
|
|
$apps[$x]['description']['en-gb'] = "Operator panel shows the status.";
|
2017-06-03 17:00:20 +02:00
|
|
|
$apps[$x]['description']['ar-eg'] = "";
|
|
|
|
|
$apps[$x]['description']['de-at'] = "Das Bedienfeld zeigt den Status an.";
|
|
|
|
|
$apps[$x]['description']['de-ch'] = "";
|
|
|
|
|
$apps[$x]['description']['de-de'] = "Das Bedienfeld zeigt den Status an.";
|
|
|
|
|
$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'] = "ოპერატორის პანელი სტატუსს აჩვენებს.";
|
2019-11-15 17:28:23 +01:00
|
|
|
$apps[$x]['description']['nl-nl'] = "Bedieningspaneel laat de status zien";
|
2017-06-03 17:00:20 +02:00
|
|
|
$apps[$x]['description']['pl-pl'] = "";
|
|
|
|
|
$apps[$x]['description']['pt-br'] = "";
|
|
|
|
|
$apps[$x]['description']['pt-pt'] = "Canais ativos no sistema.";
|
|
|
|
|
$apps[$x]['description']['ro-ro'] = "";
|
|
|
|
|
$apps[$x]['description']['ru-ru'] = "";
|
|
|
|
|
$apps[$x]['description']['sv-se'] = "";
|
|
|
|
|
$apps[$x]['description']['uk-ua'] = "";
|
2014-12-03 12:05:13 +01:00
|
|
|
|
|
|
|
|
//permission details
|
2017-02-16 06:51:43 +01:00
|
|
|
$y=0;
|
2017-06-03 17:00:20 +02:00
|
|
|
$apps[$x]['permissions'][$y]['name'] = "operator_panel_view";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
2014-12-09 04:38:02 +01:00
|
|
|
$y++;
|
2017-06-03 17:00:20 +02:00
|
|
|
$apps[$x]['permissions'][$y]['name'] = "operator_panel_manage";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
2014-12-09 04:38:02 +01:00
|
|
|
$y++;
|
2017-06-03 17:00:20 +02:00
|
|
|
$apps[$x]['permissions'][$y]['name'] = "operator_panel_eavesdrop";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
2014-12-09 04:38:02 +01:00
|
|
|
$y++;
|
2019-07-12 18:40:54 +02:00
|
|
|
$apps[$x]['permissions'][$y]['name'] = "operator_panel_hangup";
|
2017-06-03 17:00:20 +02:00
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
2014-12-09 04:38:02 +01:00
|
|
|
$y++;
|
2017-06-03 17:00:20 +02:00
|
|
|
$apps[$x]['permissions'][$y]['name'] = "operator_panel_record";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
2015-01-15 19:55:24 +01:00
|
|
|
$y++;
|
2018-05-04 04:10:30 +02:00
|
|
|
$apps[$x]['permissions'][$y]['name'] = "operator_panel_call_details";
|
2019-05-28 17:02:47 +02:00
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
2018-05-04 04:10:30 +02:00
|
|
|
$y++;
|
2017-06-03 17:00:20 +02:00
|
|
|
$apps[$x]['permissions'][$y]['name'] = "operator_panel_on_demand";
|
2014-12-26 04:27:54 +01:00
|
|
|
|
2020-10-14 22:13:51 +02:00
|
|
|
//default settings
|
|
|
|
|
$y=0;
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "569280f2-a433-4eaf-9c08-945efdc6cf8f";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_category'] = "operator_panel";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "refresh";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_value'] = "1500";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the refresh rate in seconds (<=120) or milliseconds (>=500).";
|
|
|
|
|
$y++;
|
2021-01-14 21:20:38 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "0c273cad-1ee4-48d9-9336-08bc8260579a";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_category'] = "operator_panel";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "group_extensions";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_value'] = "true";
|
2024-05-30 01:05:04 +02:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
2021-01-14 21:20:38 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set if extensions are grouped by call_group when viewing all extensions.";
|
|
|
|
|
$y++;
|
2024-02-28 20:59:49 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "0d3b16b0-5cd6-4d0e-8b58-967972362ef8";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_category'] = "operator_panel";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "show_unregistered";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_value'] = "true";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set whether unregistered extensions are displayed or not.";
|
|
|
|
|
$y++;
|
2021-12-14 18:38:46 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "a9ccd174-5ae1-4f90-8ee2-b79a183a04f8";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_category'] = "theme";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "operator_panel_main_background_color";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_value'] = "#ffffff";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set main background color (and opacity) of extensions";
|
|
|
|
|
$y++;
|
2021-12-14 01:11:38 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "b9d34460-db41-40d5-becd-5da037fa8942";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_category'] = "theme";
|
2021-12-14 18:38:46 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "operator_panel_sub_background_color";
|
2021-12-14 01:11:38 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
|
2021-12-14 18:38:46 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_value'] = "#e5eaf5";
|
2021-12-14 01:11:38 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
2021-12-14 18:38:46 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set sub background color (and opacity) of extensions";
|
2021-12-14 01:11:38 +01:00
|
|
|
$y++;
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "9cb6477d-0454-4b9c-b0fb-11c258d4f35f";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_category'] = "theme";
|
2021-12-14 18:38:46 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "operator_panel_border_color";
|
2021-12-14 01:11:38 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_value'] = "#b9c5d8";
|
|
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
2021-12-14 18:38:46 +01:00
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set border color (and opacity) of extensions";
|
2021-12-14 01:11:38 +01:00
|
|
|
$y++;
|
2020-10-14 22:13:51 +02:00
|
|
|
|
2021-12-14 01:11:38 +01:00
|
|
|
?>
|