102 lines
4.6 KiB
PHP
102 lines
4.6 KiB
PHP
<?php
|
|
//application details
|
|
$apps[$x]['name'] = "Active Calls";
|
|
$apps[$x]['uuid'] = 'ec8530a9-903a-469d-3717-281f798b9ef6';
|
|
$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'] = 'Active channels on the system.';
|
|
$apps[$x]['description']['es-mx'] = 'Canales activos en el sistema.';
|
|
$apps[$x]['description']['de'] = '';
|
|
$apps[$x]['description']['de-ch'] = '';
|
|
$apps[$x]['description']['de-at'] = '';
|
|
$apps[$x]['description']['fr'] = 'Channels actifs au système';
|
|
$apps[$x]['description']['fr-ca'] = '';
|
|
$apps[$x]['description']['fr-ch'] = '';
|
|
$apps[$x]['description']['pt-pt'] = 'Canais ativos no sistema.';
|
|
$apps[$x]['description']['pt-br'] = '';
|
|
|
|
//menu details
|
|
$apps[$x]['menu'][0]['title']['en-us'] = 'Active Calls';
|
|
$apps[$x]['menu'][0]['title']['es-mx'] = 'Llamadas Activas';
|
|
$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'] = 'Appels en cours';
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
|
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Chamadas Activas';
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = '';
|
|
$apps[$x]['menu'][0]['uuid'] = 'eba3d07f-dd5c-6b7b-6880-493b44113ade';
|
|
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
|
|
$apps[$x]['menu'][0]['category'] = 'internal';
|
|
$apps[$x]['menu'][0]['path'] = '/app/calls_active/calls_active.php';
|
|
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['menu'][1]['title']['en-us'] = 'Active Extensions';
|
|
$apps[$x]['menu'][1]['title']['es-mx'] = 'Extensiones activas';
|
|
$apps[$x]['menu'][1]['title']['de'] = '';
|
|
$apps[$x]['menu'][1]['title']['de-ch'] = '';
|
|
$apps[$x]['menu'][1]['title']['de-at'] = '';
|
|
$apps[$x]['menu'][1]['title']['fr'] = 'Extentions actives';
|
|
$apps[$x]['menu'][1]['title']['fr-ca'] = '';
|
|
$apps[$x]['menu'][1]['title']['fr-ch'] = '';
|
|
$apps[$x]['menu'][1]['title']['pt-pt'] = 'Extensões Activas';
|
|
$apps[$x]['menu'][1]['title']['pt-br'] = '';
|
|
$apps[$x]['menu'][1]['uuid'] = '6dd85c19-cb6b-5cca-bf32-499bbe936f79';
|
|
$apps[$x]['menu'][1]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
|
|
$apps[$x]['menu'][1]['category'] = 'internal';
|
|
$apps[$x]['menu'][1]['path'] = '/app/calls_active/calls_active_extensions.php';
|
|
//$apps[$x]['menu'][1]['groups'][] = 'user';
|
|
$apps[$x]['menu'][1]['groups'][] = 'admin';
|
|
$apps[$x]['menu'][1]['groups'][] = 'superadmin';
|
|
|
|
//permission details
|
|
$apps[$x]['permissions'][0]['name'] = 'calls_active_view';
|
|
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['permissions'][1]['name'] = 'calls_active_transfer';
|
|
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['permissions'][2]['name'] = 'calls_active_hangup';
|
|
$apps[$x]['permissions'][2]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['permissions'][3]['name'] = 'calls_active_park';
|
|
$apps[$x]['permissions'][3]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['permissions'][4]['name'] = 'calls_active_rec';
|
|
$apps[$x]['permissions'][4]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['permissions'][5]['name'] = 'extensions_active_view';
|
|
//$apps[$x]['permissions'][5]['groups'][] = 'user';
|
|
$apps[$x]['permissions'][5]['groups'][] = 'admin';
|
|
$apps[$x]['permissions'][5]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['permissions'][6]['name'] = 'extensions_active_transfer';
|
|
$apps[$x]['permissions'][6]['groups'][] = 'admin';
|
|
$apps[$x]['permissions'][6]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['permissions'][7]['name'] = 'extensions_active_hangup';
|
|
$apps[$x]['permissions'][7]['groups'][] = 'admin';
|
|
$apps[$x]['permissions'][7]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['permissions'][8]['name'] = 'extensions_active_park';
|
|
$apps[$x]['permissions'][8]['groups'][] = 'admin';
|
|
$apps[$x]['permissions'][8]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['permissions'][9]['name'] = 'extensions_active_rec';
|
|
$apps[$x]['permissions'][9]['groups'][] = 'admin';
|
|
$apps[$x]['permissions'][9]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['permissions'][10]['name'] = 'extensions_active_list_view';
|
|
//$apps[$x]['permissions'][10]['groups'][] = 'user';
|
|
$apps[$x]['permissions'][10]['groups'][] = 'admin';
|
|
$apps[$x]['permissions'][10]['groups'][] = 'superadmin';
|
|
|
|
$apps[$x]['permissions'][11]['name'] = 'extensions_active_assigned_view';
|
|
//$apps[$x]['permissions'][11]['groups'][] = 'user';
|
|
$apps[$x]['permissions'][11]['groups'][] = 'admin';
|
|
$apps[$x]['permissions'][11]['groups'][] = 'superadmin';
|
|
?>
|