2012-06-04 16:58:40 +02:00
|
|
|
<?php
|
2014-12-26 04:27:54 +01:00
|
|
|
|
2012-06-04 16:58:40 +02:00
|
|
|
//application details
|
|
|
|
|
$apps[$x]['name'] = "Conferences Active";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['uuid'] = "c168c943-833a-c29c-7ef9-d1ee78810b71";
|
|
|
|
|
$apps[$x]['category'] = "Switch";;
|
|
|
|
|
$apps[$x]['subcategory'] = "";
|
|
|
|
|
$apps[$x]['version'] = "";
|
|
|
|
|
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
|
|
|
|
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
|
|
|
|
$apps[$x]['description']['en-us'] = "AJAX tool to view and manage all active callers in a conference room.";
|
2014-02-13 21:15:59 +01:00
|
|
|
$apps[$x]['description']['es-cl'] = "Herramienta AJAX para ver y administrar todas las llamadas activas en una sala de conferencia.";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['description']['de-de'] = "";
|
|
|
|
|
$apps[$x]['description']['de-ch'] = "";
|
|
|
|
|
$apps[$x]['description']['de-at'] = "";
|
2014-10-29 09:51:56 +01:00
|
|
|
$apps[$x]['description']['fr-fr'] = "Outil en AJAX pour voir et gérer toutes les conférences actives.";
|
2013-09-30 18:16:32 +02:00
|
|
|
$apps[$x]['description']['fr-ca'] = "Outil en AJAX pour voir et gerer toutes les conferences actives aux chambres.";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['description']['fr-ch'] = "";
|
|
|
|
|
$apps[$x]['description']['pt-pt'] = "A ferramenta AJAX permite visualizar e gerir todas as chamadas ativas numa sala de conferências.";
|
|
|
|
|
$apps[$x]['description']['pt-br'] = "";
|
2012-10-11 03:28:18 +02:00
|
|
|
|
2012-06-04 16:58:40 +02:00
|
|
|
//permission details
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][0]['name'] = "conference_active_view";
|
|
|
|
|
$apps[$x]['permissions'][0]['menu']['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a";
|
|
|
|
|
$apps[$x]['permissions'][0]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2015-02-12 03:09:59 +01:00
|
|
|
$apps[$x]['permissions'][1]['name'] = "conference_interactive_view";
|
|
|
|
|
$apps[$x]['permissions'][1]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['permissions'][1]['groups'][] = "superadmin";
|
|
|
|
|
|
|
|
|
|
$apps[$x]['permissions'][2]['name'] = "conference_interactive_lock";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][2]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['permissions'][2]['groups'][] = "superadmin";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2015-02-12 03:09:59 +01:00
|
|
|
$apps[$x]['permissions'][3]['name'] = "conference_interactive_kick";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][3]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['permissions'][3]['groups'][] = "superadmin";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2015-02-12 03:09:59 +01:00
|
|
|
$apps[$x]['permissions'][4]['name'] = "conference_interactive_energy";
|
2013-10-01 13:35:07 +02:00
|
|
|
//$apps[$x]['permissions'][4]['groups'][] = "user";
|
|
|
|
|
//$apps[$x]['permissions'][4]['groups'][] = "admin";
|
|
|
|
|
//$apps[$x]['permissions'][4]['groups'][] = "superadmin";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2015-02-12 03:09:59 +01:00
|
|
|
$apps[$x]['permissions'][5]['name'] = "conference_interactive_volume";
|
2013-10-01 13:35:07 +02:00
|
|
|
//$apps[$x]['permissions'][5]['groups'][] = "user";
|
|
|
|
|
//$apps[$x]['permissions'][5]['groups'][] = "admin";
|
|
|
|
|
//$apps[$x]['permissions'][5]['groups'][] = "superadmin";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2015-02-12 03:09:59 +01:00
|
|
|
$apps[$x]['permissions'][6]['name'] = "conference_interactive_gain";
|
2013-10-01 13:35:07 +02:00
|
|
|
//$apps[$x]['permissions'][6]['groups'][] = "user";
|
|
|
|
|
//$apps[$x]['permissions'][6]['groups'][] = "admin";
|
|
|
|
|
//$apps[$x]['permissions'][6]['groups'][] = "superadmin";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2015-02-12 03:09:59 +01:00
|
|
|
$apps[$x]['permissions'][7]['name'] = "conference_interactive_mute";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][7]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['permissions'][7]['groups'][] = "superadmin";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2015-02-12 03:09:59 +01:00
|
|
|
$apps[$x]['permissions'][8]['name'] = "conference_interactive_deaf";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][8]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['permissions'][8]['groups'][] = "superadmin";
|
2013-02-27 12:06:44 +01:00
|
|
|
|
2015-02-12 03:09:59 +01:00
|
|
|
$apps[$x]['permissions'][9]['name'] = "conference_interactive_video";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][9]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['permissions'][9]['groups'][] = "superadmin";
|
2014-12-26 04:27:54 +01:00
|
|
|
|
|
|
|
|
?>
|