2012-06-04 16:58:40 +02:00
|
|
|
<?php
|
|
|
|
|
//application details
|
|
|
|
|
$apps[$x]['name'] = "Conferences Active";
|
|
|
|
|
$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';
|
2012-10-11 02:07:03 +02:00
|
|
|
$apps[$x]['description']['en-us'] = 'AJAX tool to view and manage all active callers in a conference room.';
|
|
|
|
|
$apps[$x]['description']['es-mx'] = '';
|
|
|
|
|
$apps[$x]['description']['de'] = '';
|
|
|
|
|
$apps[$x]['description']['de-ch'] = '';
|
|
|
|
|
$apps[$x]['description']['de-at'] = '';
|
|
|
|
|
$apps[$x]['description']['fr'] = '';
|
|
|
|
|
$apps[$x]['description']['fr-ca'] = '';
|
|
|
|
|
$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-06-04 16:58:40 +02:00
|
|
|
|
|
|
|
|
//menu details
|
2012-10-11 02:07:03 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = 'Active Conferences';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-mx'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['de'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['de-ch'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Conferencias Activas';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = '';
|
2012-06-04 16:58:40 +02:00
|
|
|
$apps[$x]['menu'][0]['uuid'] = '2d857bbb-43b9-b8f7-a138-642868e0453a';
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = 'internal';
|
2012-09-13 10:14:43 +02:00
|
|
|
$apps[$x]['menu'][0]['path'] = '/app/conferences_active/conferences_active.php';
|
2012-06-04 16:58:40 +02:00
|
|
|
$apps[$x]['menu'][0]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
//permission details
|
|
|
|
|
$apps[$x]['permissions'][0]['name'] = 'conferences_active_view';
|
|
|
|
|
$apps[$x]['permissions'][0]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['permissions'][0]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
$apps[$x]['permissions'][1]['name'] = 'conferences_active_record';
|
|
|
|
|
$apps[$x]['permissions'][1]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['permissions'][1]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
$apps[$x]['permissions'][2]['name'] = 'conferences_active_lock';
|
|
|
|
|
$apps[$x]['permissions'][2]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['permissions'][2]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][2]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
$apps[$x]['permissions'][3]['name'] = 'conferences_active_kick';
|
|
|
|
|
$apps[$x]['permissions'][3]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['permissions'][3]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][3]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
$apps[$x]['permissions'][4]['name'] = 'conferences_active_energy';
|
|
|
|
|
$apps[$x]['permissions'][4]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['permissions'][4]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][4]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
$apps[$x]['permissions'][5]['name'] = 'conferences_active_volume';
|
|
|
|
|
$apps[$x]['permissions'][5]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['permissions'][5]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][5]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
$apps[$x]['permissions'][6]['name'] = 'conferences_active_gain';
|
|
|
|
|
$apps[$x]['permissions'][6]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['permissions'][6]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][6]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
$apps[$x]['permissions'][7]['name'] = 'conferences_active_mute';
|
|
|
|
|
$apps[$x]['permissions'][7]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['permissions'][7]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][7]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
$apps[$x]['permissions'][8]['name'] = 'conferences_active_deaf';
|
|
|
|
|
$apps[$x]['permissions'][8]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['permissions'][8]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][8]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
$apps[$x]['permissions'][9]['name'] = 'conferences_active_advanced_view';
|
|
|
|
|
$apps[$x]['permissions'][9]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][9]['groups'][] = 'superadmin';
|
|
|
|
|
?>
|