changed single quote to double quotes everywhere
This commit is contained in:
+260
-260
@@ -1,330 +1,330 @@
|
||||
<?php
|
||||
//application details
|
||||
$apps[$x]['name'] = "XML CDR";
|
||||
$apps[$x]['uuid'] = '4a085c51-7635-ff03-f67b-86e834422848';
|
||||
$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'] = 'Call Detail Records with all information about the call.';
|
||||
$apps[$x]['description']['es-mx'] = '';
|
||||
$apps[$x]['description']['de-de'] = '';
|
||||
$apps[$x]['description']['de-ch'] = '';
|
||||
$apps[$x]['description']['de-at'] = '';
|
||||
$apps[$x]['description']['fr-fr'] = 'Historique des Appels complets.';
|
||||
$apps[$x]['description']['fr-ca'] = '';
|
||||
$apps[$x]['description']['fr-ch'] = '';
|
||||
$apps[$x]['description']['pt-pt'] = 'Detalhes das Gravações de Voz com todas as informações sobre a chamada.';
|
||||
$apps[$x]['description']['pt-br'] = '';
|
||||
$apps[$x]['uuid'] = "4a085c51-7635-ff03-f67b-86e834422848";
|
||||
$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'] = "Call Detail Records with all information about the call.";
|
||||
$apps[$x]['description']['es-mx'] = "";
|
||||
$apps[$x]['description']['de-de'] = "";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
$apps[$x]['description']['de-at'] = "";
|
||||
$apps[$x]['description']['fr-fr'] = "Historique des Appels complets.";
|
||||
$apps[$x]['description']['fr-ca'] = "";
|
||||
$apps[$x]['description']['fr-ch'] = "";
|
||||
$apps[$x]['description']['pt-pt'] = "Detalhes das Gravações de Voz com todas as informações sobre a chamada.";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
|
||||
//menu details
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Apps';
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = 'Apps';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Aplicações';
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][0]['uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = '';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/xml_cdr/xml_cdr.php';
|
||||
$apps[$x]['menu'][0]['order'] = '20';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'user';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'admin';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Aplicações";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/xml_cdr/xml_cdr.php";
|
||||
$apps[$x]['menu'][0]['order'] = "20";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = 'Call Detail Records';
|
||||
$apps[$x]['menu'][1]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = '';
|
||||
$apps[$x]['menu'][1]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = 'Historiques Appels';
|
||||
$apps[$x]['menu'][1]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][1]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = 'Detalhes das Gravações de Voz';
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][1]['uuid'] = '8f80e71a-31a5-6432-47a0-7f5a7b271f05';
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][1]['category'] = 'internal';
|
||||
$apps[$x]['menu'][1]['path'] = '/app/xml_cdr/xml_cdr.php';
|
||||
$apps[$x]['menu'][1]['groups'][] = 'user';
|
||||
$apps[$x]['menu'][1]['groups'][] = 'admin';
|
||||
$apps[$x]['menu'][1]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][1]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][1]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Historiques Appels";
|
||||
$apps[$x]['menu'][1]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][1]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Detalhes das Gravações de Voz";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][1]['uuid'] = "8f80e71a-31a5-6432-47a0-7f5a7b271f05";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['path'] = "/app/xml_cdr/xml_cdr.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "user";
|
||||
$apps[$x]['menu'][1]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'xml_cdr_view';
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'][] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'][] = '8f80e71a-31a5-6432-47a0-7f5a7b271f05';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "xml_cdr_view";
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'][] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'][] = "8f80e71a-31a5-6432-47a0-7f5a7b271f05";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'xml_cdr_domain';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "xml_cdr_domain";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'xml_cdr_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "xml_cdr_add";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'xml_cdr_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "xml_cdr_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'xml_cdr_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "xml_cdr_delete";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
//$y++;
|
||||
//$apps[$x]['permissions'][$y]['name'] = 'xml_cdr_all';
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['permissions'][$y]['name'] = "xml_cdr_all";
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
|
||||
//schema details
|
||||
$y = 0; //table array index
|
||||
$z = 0; //field array index
|
||||
$apps[$x]['db'][$y]['table'] = 'v_xml_cdr';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'xml_cdr_id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
||||
$apps[$x]['db'][$y]['table'] = "v_xml_cdr";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "xml_cdr_id";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "integer";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "INT NOT NULL AUTO_INCREMENT";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_extensions';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'extension_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "extension_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_extensions";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "extension_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "v_id";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_name";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'accountcode';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "accountcode";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'direction';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "direction";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'default_language';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "default_language";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'context';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "context";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'xml_cdr';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "xml_cdr";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'caller_id_name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "caller_id_name";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'caller_id_number';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "caller_id_number";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_number';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_number";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'start_epoch';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'bigint';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "start_epoch";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "bigint";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'start_stamp';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamp';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'date';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'timestamp';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "start_stamp";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "timestamp";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "timestamp";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'answer_stamp';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamp';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'date';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'timestamp';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "answer_stamp";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "timestamp";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "timestamp";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'answer_epoch';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'bigint';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "answer_epoch";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "bigint";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'end_epoch';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'bigint';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "end_epoch";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "bigint";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'end_stamp';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "end_stamp";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'duration';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "duration";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'mduration';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "mduration";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'billsec';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "billsec";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'billmsec';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "billmsec";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'bridge_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "bridge_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'read_codec';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "read_codec";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'read_rate';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "read_rate";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'write_codec';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "write_codec";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'write_rate';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "write_rate";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'remote_media_ip';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "remote_media_ip";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'network_addr';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "network_addr";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'recording_file';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Indicates if a recording was made. If a recording exists set this value to true.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_file";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Indicates if a recording was made. If a recording exists set this value to true.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'leg';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'char(1)';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(1)';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'The leg of the call a or b.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "leg";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "char(1)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(1)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "The leg of the call a or b.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'pdd_ms';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'smallint';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Post Dial Delay (PDD) in miliseconds. Divide by 1000 for seconds.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "pdd_ms";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "smallint";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Post Dial Delay (PDD) in miliseconds. Divide by 1000 for seconds.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'last_app';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Save the last application in the leg.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "last_app";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Save the last application in the leg.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'last_arg';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Save the last application data.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "last_arg";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Save the last application data.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_side';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Queue side is either member or agent';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_side";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Queue side is either member or agent";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_member_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Unique member identifier';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_member_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Unique member identifier";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_queue_joined_epoch';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Epoch when caller joined the queue';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_queue_joined_epoch";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Epoch when caller joined the queue";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_queue';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Queue';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_queue";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Queue";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_member_session_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Unique session identifier';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_member_session_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Unique session identifier";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'agent name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent name";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent_type';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'agent type';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent_type";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent type";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'waitsec';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'wait seconds';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "waitsec";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "wait seconds";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'conference name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_name";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "conference name";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'conference unique identifier';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "conference unique identifier";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_member_id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'conference member id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_member_id";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "conference member id";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'digits_dialed';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'digits dialed';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "digits_dialed";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "digits dialed";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'hangup_cause';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "hangup_cause";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'hangup_cause_q850';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "hangup_cause_q850";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_hangup_disposition';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Save who hung up or cancelled the leg.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_hangup_disposition";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Save who hung up or cancelled the leg.";
|
||||
|
||||
?>
|
||||
|
||||
+131
-131
@@ -1,206 +1,206 @@
|
||||
<?php
|
||||
|
||||
//xml_cdr
|
||||
$text['title']['en-us'] = 'Call Detail Records';
|
||||
$text['title']['pt-pt'] = 'Detalhes da Gravação de Chamadas';
|
||||
$text['title']['fr-fr'] = 'Historique détaillé des appels';
|
||||
$text['title']['en-us'] = "Call Detail Records";
|
||||
$text['title']['pt-pt'] = "Detalhes da Gravação de Chamadas";
|
||||
$text['title']['fr-fr'] = "Historique détaillé des appels";
|
||||
|
||||
$text['description']['en-us'] = 'Call Detail Records (CDRs) are detailed information on the calls.';
|
||||
$text['description']['pt-pt'] = 'Detalhes da Gravação de Chamadas, são informações detalhadas sobre as chamadas.';
|
||||
$text['description']['en-us'] = "Call Detail Records (CDRs) are detailed information on the calls.";
|
||||
$text['description']['pt-pt'] = "Detalhes da Gravação de Chamadas, são informações detalhadas sobre as chamadas.";
|
||||
$text['description']['fr-fr'] = "Ici se trouve l'historique des tous les appels passés sur cette plateforme. En Anglais: Call Detail Records (CDR).";
|
||||
|
||||
$text['description-2']['en-us'] = 'The information contains source, destination, duration, and other useful call details.';
|
||||
$text['description-2']['pt-pt'] = 'A informação contém fonte, destino, duração e outros detalhes úteis da chamada.';
|
||||
$text['description-2']['en-us'] = "The information contains source, destination, duration, and other useful call details.";
|
||||
$text['description-2']['pt-pt'] = "A informação contém fonte, destino, duração e outros detalhes úteis da chamada.";
|
||||
$text['description-2']['fr-fr'] = "Les informations contiennent la source, la destination, la durée et pleins d'autres informations utiles.";
|
||||
|
||||
$text['description-3']['en-us'] = 'Use the fields to filter the information for the specific call records that are desired.';
|
||||
$text['description-3']['pt-pt'] = 'Utilize os campos para filtrar a informação para os registos de chamadas específicas que são desejados.';
|
||||
$text['description-3']['en-us'] = "Use the fields to filter the information for the specific call records that are desired.";
|
||||
$text['description-3']['pt-pt'] = "Utilize os campos para filtrar a informação para os registos de chamadas específicas que são desejados.";
|
||||
$text['description-3']['fr-fr'] = "Utiliser les filtres pour afficher les appels désirés. ";
|
||||
|
||||
$text['description-4']['en-us'] = 'Then view the calls in the list or download them as comma seperated file by using the "csv" button.';
|
||||
$text['description-4']['pt-pt'] = 'Então pode ver as chamadas na lista ou descarrega-las como arquivo separadas por vírgulas usando o botão "csv".';
|
||||
$text['description-4']['en-us'] = "Then view the calls in the list or download them as comma seperated file by using the "csv" button.";
|
||||
$text['description-4']['pt-pt'] = "Então pode ver as chamadas na lista ou descarrega-las como arquivo separadas por vírgulas usando o botão "csv".";
|
||||
$text['description-4']['fr-fr'] = "Ensuite visualisez les informations dans la liste ci-dessous, ou téléchargez les sous forme d'un fichier CSV.";
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['pt-pt'] = 'Descrição';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['label-cid-name']['en-us'] = 'CID Name';
|
||||
$text['label-cid-name']['pt-pt'] = 'Nome CID';
|
||||
$text['label-cid-name']['en-us'] = "CID Name";
|
||||
$text['label-cid-name']['pt-pt'] = "Nome CID";
|
||||
$text['label-cid-name']['fr-fr'] = "Nom de l'Appelant";
|
||||
|
||||
$text['label-inbound']['en-us'] = 'inbound';
|
||||
$text['label-inbound']['pt-pt'] = 'entrada';
|
||||
$text['label-inbound']['fr-fr'] = 'entrant';
|
||||
$text['label-inbound']['en-us'] = "inbound";
|
||||
$text['label-inbound']['pt-pt'] = "entrada";
|
||||
$text['label-inbound']['fr-fr'] = "entrant";
|
||||
|
||||
$text['label-outbound']['en-us'] = 'outbound';
|
||||
$text['label-outbound']['pt-pt'] = 'saida';
|
||||
$text['label-outbound']['fr-fr'] = 'sortant';
|
||||
$text['label-outbound']['en-us'] = "outbound";
|
||||
$text['label-outbound']['pt-pt'] = "saida";
|
||||
$text['label-outbound']['fr-fr'] = "sortant";
|
||||
|
||||
$text['label-local']['en-us'] = 'local';
|
||||
$text['label-local']['pt-pt'] = 'local';
|
||||
$text['label-local']['fr-fr'] = 'local';
|
||||
$text['label-local']['en-us'] = "local";
|
||||
$text['label-local']['pt-pt'] = "local";
|
||||
$text['label-local']['fr-fr'] = "local";
|
||||
|
||||
$text['label-source']['en-us'] = 'Source';
|
||||
$text['label-source']['pt-pt'] = 'Origem';
|
||||
$text['label-source']['fr-fr'] = 'Origine';
|
||||
$text['label-source']['en-us'] = "Source";
|
||||
$text['label-source']['pt-pt'] = "Origem";
|
||||
$text['label-source']['fr-fr'] = "Origine";
|
||||
|
||||
$text['label-destination']['en-us'] = 'Destination';
|
||||
$text['label-destination']['pt-pt'] = 'Destino';
|
||||
$text['label-destination']['fr-fr'] = 'Destination';
|
||||
$text['label-destination']['en-us'] = "Destination";
|
||||
$text['label-destination']['pt-pt'] = "Destino";
|
||||
$text['label-destination']['fr-fr'] = "Destination";
|
||||
|
||||
$text['label-start']['en-us'] = 'Start';
|
||||
$text['label-start']['pt-pt'] = 'Inicio';
|
||||
$text['label-start']['fr-fr'] = 'Début';
|
||||
$text['label-start']['en-us'] = "Start";
|
||||
$text['label-start']['pt-pt'] = "Inicio";
|
||||
$text['label-start']['fr-fr'] = "Début";
|
||||
|
||||
$text['label-status']['en-us'] = 'Status';
|
||||
$text['label-status']['pt-pt'] = 'Estado';
|
||||
$text['label-status']['fr-fr'] = 'Etat';
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Etat";
|
||||
|
||||
$text['label-name']['en-us'] = 'Name';
|
||||
$text['label-name']['pt-pt'] = 'Nome';
|
||||
$text['label-name']['fr-fr'] = 'Nom';
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['label-number']['en-us'] = 'Number';
|
||||
$text['label-number']['pt-pt'] = 'Numero';
|
||||
$text['label-number']['fr-fr'] = 'Numéro';
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['pt-pt'] = "Numero";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
|
||||
$text['label-length']['en-us'] = 'Length';
|
||||
$text['label-length']['pt-pt'] = 'Comprimento';
|
||||
$text['label-length']['fr-fr'] = 'Durée';
|
||||
$text['label-length']['en-us'] = "Length";
|
||||
$text['label-length']['pt-pt'] = "Comprimento";
|
||||
$text['label-length']['fr-fr'] = "Durée";
|
||||
|
||||
$text['label-tools']['en-us'] = 'Tools';
|
||||
$text['label-tools']['pt-pt'] = '';
|
||||
$text['label-tools']['fr-fr'] = 'Outils';
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['pt-pt'] = "";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
|
||||
$text['label-play']['en-us'] = 'Play';
|
||||
$text['label-play']['pt-pt'] = '';
|
||||
$text['label-play']['fr-fr'] = 'Jouer';
|
||||
$text['label-play']['en-us'] = "Play";
|
||||
$text['label-play']['pt-pt'] = "";
|
||||
$text['label-play']['fr-fr'] = "Jouer";
|
||||
|
||||
$text['label-download']['en-us'] = 'Download';
|
||||
$text['label-download']['pt-pt'] = '';
|
||||
$text['label-download']['fr-fr'] = 'Télécharger';
|
||||
$text['label-download']['en-us'] = "Download";
|
||||
$text['label-download']['pt-pt'] = "";
|
||||
$text['label-download']['fr-fr'] = "Télécharger";
|
||||
|
||||
$text['button-statistics']['en-us'] = 'Statistics';
|
||||
$text['button-statistics']['pt-pt'] = 'Estatisticas';
|
||||
$text['button-statistics']['fr-fr'] = 'Statistiques';
|
||||
$text['button-statistics']['en-us'] = "Statistics";
|
||||
$text['button-statistics']['pt-pt'] = "Estatisticas";
|
||||
$text['button-statistics']['fr-fr'] = "Statistiques";
|
||||
|
||||
$text['button-missed']['en-us'] = 'Missed Calls';
|
||||
$text['button-missed']['pt-pt'] = 'Chamadas Perdidas';
|
||||
$text['button-missed']['fr-fr'] = 'Appels Perdus';
|
||||
$text['button-missed']['en-us'] = "Missed Calls";
|
||||
$text['button-missed']['pt-pt'] = "Chamadas Perdidas";
|
||||
$text['button-missed']['fr-fr'] = "Appels Perdus";
|
||||
|
||||
//xml_cdr_details
|
||||
$text['title2']['en-us'] = 'Call Details';
|
||||
$text['title2']['pt-pt'] = 'Detalhes das Chamadas';
|
||||
$text['title2']['en-us'] = "Call Details";
|
||||
$text['title2']['pt-pt'] = "Detalhes das Chamadas";
|
||||
$text['title2']['fr-fr'] = "Détail des Appels";
|
||||
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['pt-pt'] = 'Voltar';
|
||||
$text['button-back']['fr-fr'] = 'Retour';
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['description-5']['en-us'] = 'A detailed view of the call and all information regarding it.';
|
||||
$text['description-5']['pt-pt'] = 'Uma visão detalhada da chamada e todas as informações sobre ela.';
|
||||
$text['description-5']['en-us'] = "A detailed view of the call and all information regarding it.";
|
||||
$text['description-5']['pt-pt'] = "Uma visão detalhada da chamada e todas as informações sobre ela.";
|
||||
$text['description-5']['fr-fr'] = "Une vue détaillée de l'appel et toutes les informations en relation.";
|
||||
|
||||
$text['description-6']['en-us'] = 'The information contains caller id name and number, channel data, ';
|
||||
$text['description-6']['pt-pt'] = 'A informação contém o nome e numero de origem, dados do canal, ';
|
||||
$text['description-6']['en-us'] = "The information contains caller id name and number, channel data, ";
|
||||
$text['description-6']['pt-pt'] = "A informação contém o nome e numero de origem, dados do canal, ";
|
||||
$text['description-6']['fr-fr'] = "L'information contient le nom et le numéro d'appelant, données du canal, ";
|
||||
|
||||
$text['description-7']['en-us'] = 'call variables, call flow, timing information, and other useful call details.';
|
||||
$text['description-7']['pt-pt'] = 'variáveis de chamada, fluxo da chamada, informações de tempo e outros detalhes úteis da chamada.';
|
||||
$text['description-7']['en-us'] = "call variables, call flow, timing information, and other useful call details.";
|
||||
$text['description-7']['pt-pt'] = "variáveis de chamada, fluxo da chamada, informações de tempo e outros detalhes úteis da chamada.";
|
||||
$text['description-7']['fr-fr'] = "les variables de l'appel, le chemin, les temporisations et d'autres détails.";
|
||||
|
||||
$text['label-summary']['en-us'] = 'Summary';
|
||||
$text['label-summary']['pt-pt'] = 'Sumario';
|
||||
$text['label-summary']['fr-fr'] = 'Résumé';
|
||||
$text['label-summary']['en-us'] = "Summary";
|
||||
$text['label-summary']['pt-pt'] = "Sumario";
|
||||
$text['label-summary']['fr-fr'] = "Résumé";
|
||||
|
||||
$text['table-direction']['en-us'] = 'Direction';
|
||||
$text['table-direction']['pt-pt'] = 'Direcção';
|
||||
$text['table-direction']['fr-fr'] = 'Direction';
|
||||
$text['table-direction']['en-us'] = "Direction";
|
||||
$text['table-direction']['pt-pt'] = "Direcção";
|
||||
$text['table-direction']['fr-fr'] = "Direction";
|
||||
|
||||
$text['table-name']['en-us'] = 'Name (play)';
|
||||
$text['table-name']['pt-pt'] = 'None (executar)';
|
||||
$text['table-name']['fr-fr'] = 'Nom (jouer)';
|
||||
$text['table-name']['en-us'] = "Name (play)";
|
||||
$text['table-name']['pt-pt'] = "None (executar)";
|
||||
$text['table-name']['fr-fr'] = "Nom (jouer)";
|
||||
|
||||
$text['table-download']['en-us'] = 'Number (download)';
|
||||
$text['table-download']['pt-pt'] = 'Numero (descarregar)';
|
||||
$text['table-download']['fr-fr'] = 'Numéro (télécharger)';
|
||||
$text['table-download']['en-us'] = "Number (download)";
|
||||
$text['table-download']['pt-pt'] = "Numero (descarregar)";
|
||||
$text['table-download']['fr-fr'] = "Numéro (télécharger)";
|
||||
|
||||
$text['table-end']['en-us'] = 'End';
|
||||
$text['table-end']['pt-pt'] = 'Final';
|
||||
$text['table-end']['fr-fr'] = 'Fin';
|
||||
$text['table-end']['en-us'] = "End";
|
||||
$text['table-end']['pt-pt'] = "Final";
|
||||
$text['table-end']['fr-fr'] = "Fin";
|
||||
|
||||
$text['label-channel']['en-us'] = 'Channel Data';
|
||||
$text['label-channel']['pt-pt'] = 'Dados de Canal';
|
||||
$text['label-channel']['en-us'] = "Channel Data";
|
||||
$text['label-channel']['pt-pt'] = "Dados de Canal";
|
||||
$text['label-channel']['fr-fr'] = "Données de canal";
|
||||
|
||||
$text['label-value']['en-us'] = 'Value';
|
||||
$text['label-value']['pt-pt'] = 'Valor';
|
||||
$text['label-value']['fr-fr'] = 'Valeur';
|
||||
$text['label-value']['en-us'] = "Value";
|
||||
$text['label-value']['pt-pt'] = "Valor";
|
||||
$text['label-value']['fr-fr'] = "Valeur";
|
||||
|
||||
$text['label-application-log']['en-us'] = 'Application Log';
|
||||
$text['label-application-log']['pt-pt'] = 'Log de Aplicação';
|
||||
$text['label-application-log']['en-us'] = "Application Log";
|
||||
$text['label-application-log']['pt-pt'] = "Log de Aplicação";
|
||||
$text['label-application-log']['fr-fr'] = "Log de l'Application Log";
|
||||
|
||||
$text['label-data']['en-us'] = 'Data';
|
||||
$text['label-data']['pt-pt'] = 'Dados';
|
||||
$text['label-data']['fr-fr'] = 'Données';
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['pt-pt'] = "Dados";
|
||||
$text['label-data']['fr-fr'] = "Données";
|
||||
|
||||
$text['label-call-flow']['en-us'] = 'Call Flow: Attributes';
|
||||
$text['label-call-flow']['pt-pt'] = 'Fluxos de chamada: Atributos';
|
||||
$text['label-call-flow']['en-us'] = "Call Flow: Attributes";
|
||||
$text['label-call-flow']['pt-pt'] = "Fluxos de chamada: Atributos";
|
||||
$text['label-call-flow']['fr-fr'] = "Flux d'appel: Attibuts";
|
||||
|
||||
$text['label-call-flow-2']['en-us'] = 'Call Flow: Extension: Attributes';
|
||||
$text['label-call-flow-2']['pt-pt'] = 'Fluxos de chamada: Extensão: Atributos';
|
||||
$text['label-call-flow-2']['en-us'] = "Call Flow: Extension: Attributes";
|
||||
$text['label-call-flow-2']['pt-pt'] = "Fluxos de chamada: Extensão: Atributos";
|
||||
$text['label-call-flow-2']['fr-fr'] = "Flux d'appel: Extension: Attibuts";
|
||||
|
||||
$text['label-call-flow-3']['en-us'] = 'Call Flow: Extension: Application';
|
||||
$text['label-call-flow-3']['pt-pt'] = 'Fluxos de chamada: Extensão: Aplicação';
|
||||
$text['label-call-flow-3']['en-us'] = "Call Flow: Extension: Application";
|
||||
$text['label-call-flow-3']['pt-pt'] = "Fluxos de chamada: Extensão: Aplicação";
|
||||
$text['label-call-flow-3']['fr-fr'] = "Flux d'appel: Extension: Application";
|
||||
|
||||
$text['label-call-flow-4']['en-us'] = 'Call Flow: Caller Profile';
|
||||
$text['label-call-flow-4']['pt-pt'] = 'Fluxos de chamada: Perfil de chamador';
|
||||
$text['label-call-flow-4']['en-us'] = "Call Flow: Caller Profile";
|
||||
$text['label-call-flow-4']['pt-pt'] = "Fluxos de chamada: Perfil de chamador";
|
||||
$text['label-call-flow-4']['fr-fr'] = "Flux d'appel: Profile de l'appelant";
|
||||
|
||||
$text['label-call-flow-5']['en-us'] = 'Call Flow: Times';
|
||||
$text['label-call-flow-5']['pt-pt'] = 'Fluxos de chamada: Tempos';
|
||||
$text['label-call-flow-5']['en-us'] = "Call Flow: Times";
|
||||
$text['label-call-flow-5']['pt-pt'] = "Fluxos de chamada: Tempos";
|
||||
$text['label-call-flow-5']['fr-fr'] = "Flux d'appel: temporisations ";
|
||||
|
||||
//xml_cdr_statistics
|
||||
$text['label-call-statistics']['en-us'] = 'Call Detail Record Statistics';
|
||||
$text['label-call-statistics']['pt-pt'] = 'Estatisticas dos Detalhes da Gravação de Chamadas';
|
||||
$text['label-call-statistics']['en-us'] = "Call Detail Record Statistics";
|
||||
$text['label-call-statistics']['pt-pt'] = "Estatisticas dos Detalhes da Gravação de Chamadas";
|
||||
$text['label-call-statistics']['fr-fr'] = "Statistiques sur l'historique des appels";
|
||||
|
||||
$text['label-call-statistics-description']['en-us'] = 'Call Detail Records Statics summarize the call information.';
|
||||
$text['label-call-statistics-description']['pt-pt'] = 'As Estatisticas dos Detalhes da Gravação de Chamadas resumem as informações da chamada.';
|
||||
$text['label-call-statistics-description']['en-us'] = "Call Detail Records Statics summarize the call information.";
|
||||
$text['label-call-statistics-description']['pt-pt'] = "As Estatisticas dos Detalhes da Gravação de Chamadas resumem as informações da chamada.";
|
||||
$text['label-call-statistics-description']['fr-fr'] = "Résumé de l'historique des appels.";
|
||||
|
||||
$text['table-hours']['en-us'] = 'Hours';
|
||||
$text['table-hours']['pt-pt'] = 'Horas';
|
||||
$text['table-hours']['fr-fr'] = 'Heurrs';
|
||||
$text['table-hours']['en-us'] = "Hours";
|
||||
$text['table-hours']['pt-pt'] = "Horas";
|
||||
$text['table-hours']['fr-fr'] = "Heurrs";
|
||||
|
||||
$text['table-date']['en-us'] = 'Date';
|
||||
$text['table-date']['pt-pt'] = 'Data';
|
||||
$text['table-date']['fr-fr'] = 'Date';
|
||||
$text['table-date']['en-us'] = "Date";
|
||||
$text['table-date']['pt-pt'] = "Data";
|
||||
$text['table-date']['fr-fr'] = "Date";
|
||||
|
||||
$text['table-time']['en-us'] = 'Time';
|
||||
$text['table-time']['pt-pt'] = 'Tempo';
|
||||
$text['table-time']['fr-fr'] = 'Temps';
|
||||
$text['table-time']['en-us'] = "Time";
|
||||
$text['table-time']['pt-pt'] = "Tempo";
|
||||
$text['table-time']['fr-fr'] = "Temps";
|
||||
|
||||
$text['table-minutes']['en-us'] = 'Minutes';
|
||||
$text['table-minutes']['pt-pt'] = 'Minutos';
|
||||
$text['table-minutes']['fr-fr'] = 'Minutes';
|
||||
$text['table-minutes']['en-us'] = "Minutes";
|
||||
$text['table-minutes']['pt-pt'] = "Minutos";
|
||||
$text['table-minutes']['fr-fr'] = "Minutes";
|
||||
|
||||
$text['table-calls-per-minute']['en-us'] = 'Calls Per Min';
|
||||
$text['table-calls-per-minute']['pt-pt'] = 'Chamadas por minuto';
|
||||
$text['table-calls-per-minute']['en-us'] = "Calls Per Min";
|
||||
$text['table-calls-per-minute']['pt-pt'] = "Chamadas por minuto";
|
||||
$text['table-calls-per-minute']['fr-fr'] = "Appels par minute";
|
||||
|
||||
$text['table-missed']['en-us'] = 'Missed';
|
||||
$text['table-missed']['pt-pt'] = 'Perdidas';
|
||||
$text['table-missed']['fr-fr'] = 'Perdus';
|
||||
$text['table-missed']['en-us'] = "Missed";
|
||||
$text['table-missed']['pt-pt'] = "Perdidas";
|
||||
$text['table-missed']['fr-fr'] = "Perdus";
|
||||
|
||||
$text['table-days']['en-us'] = 'Days';
|
||||
$text['table-days']['pt-pt'] = 'Dias';
|
||||
$text['table-days']['fr-fr'] = 'Jours';
|
||||
$text['table-days']['en-us'] = "Days";
|
||||
$text['table-days']['pt-pt'] = "Dias";
|
||||
$text['table-days']['fr-fr'] = "Jours";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user