From b98f9cb1200212a5e27178103f461ee367c3e640 Mon Sep 17 00:00:00 2001 From: Mafoo Date: Sat, 3 Jun 2017 16:00:20 +0100 Subject: [PATCH] Enhance - app_config.php cleanup for apps (#2633) make spacing and layout consistent add all missing language tags fill missing en-us descriptions convert to $x$y$z usage for array filling add a default version number this is a by hand update --- app/access_controls/app_config.php | 161 ++--- app/adminer/app_config.php | 75 +-- app/backup/app_config.php | 27 +- app/call_block/app_config.php | 27 +- app/call_broadcast/app_config.php | 66 +- app/call_center_active/app_config.php | 25 +- app/call_centers/app_config.php | 46 +- app/call_flows/app_config.php | 28 +- app/calls/app_config.php | 118 ++-- app/calls_active/app_config.php | 24 +- app/click_to_call/app_config.php | 24 +- app/conference_centers/app_config.php | 34 +- app/conference_controls/app_config.php | 250 ++++---- app/conference_profiles/app_config.php | 236 ++++---- app/conferences/app_config.php | 27 +- app/conferences_active/app_config.php | 121 ++-- app/contacts/app_config.php | 122 ++-- app/database_transactions/app_config.php | 168 +++--- app/destinations/app_config.php | 49 +- app/devices/app_config.php | 503 ++++++++-------- app/dialplan/app_config.php | 29 +- app/dialplan_inbound/app_config.php | 28 +- app/dialplan_outbound/app_config.php | 28 +- app/edit/app_config.php | 117 ++-- app/emails/app_config.php | 31 +- app/exec/app_config.php | 28 +- app/extensions/app_config.php | 64 +- app/fax/app_config.php | 586 +++++++++--------- app/fifo/app_config.php | 28 +- app/fifo_list/app_config.php | 28 +- app/follow_me/app_config.php | 38 +- app/gateways/app_config.php | 49 +- app/ivr_menus/app_config.php | 89 +-- app/log_viewer/app_config.php | 24 +- app/meetings/app_config.php | 35 +- app/modules/app_config.php | 24 +- app/music_on_hold/app_config.php | 25 +- app/operator_panel/app_config.php | 75 ++- app/phrases/app_config.php | 24 +- app/pin_numbers/app_config.php | 157 ++--- app/provision/app_config.php | 736 ++++++++++++----------- app/recordings/app_config.php | 40 +- app/registrations/app_config.php | 24 +- app/ring_groups/app_config.php | 71 ++- app/services/app_config.php | 24 +- app/settings/app_config.php | 34 +- app/sip_profiles/app_config.php | 87 +-- app/sip_status/app_config.php | 23 +- app/system/app_config.php | 23 +- app/tftp/app_config.php | 50 +- app/time_conditions/app_config.php | 250 ++++---- app/tones/app_config.php | 8 +- app/traffic_graph/app_config.php | 8 +- app/vars/app_config.php | 10 +- app/voicemail_greetings/app_config.php | 10 +- app/voicemails/app_config.php | 134 +++-- app/xml_cdr/app_config.php | 121 ++-- 57 files changed, 2854 insertions(+), 2437 deletions(-) diff --git a/app/access_controls/app_config.php b/app/access_controls/app_config.php index b051942a0e..b0845c7a7e 100644 --- a/app/access_controls/app_config.php +++ b/app/access_controls/app_config.php @@ -1,40 +1,58 @@ +?> \ No newline at end of file diff --git a/app/adminer/app_config.php b/app/adminer/app_config.php index 205b684d99..b7e8ea04d9 100644 --- a/app/adminer/app_config.php +++ b/app/adminer/app_config.php @@ -1,39 +1,46 @@ +?> \ No newline at end of file diff --git a/app/backup/app_config.php b/app/backup/app_config.php index 1a008df5ec..dba636905a 100755 --- a/app/backup/app_config.php +++ b/app/backup/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "1df70270-8274-44e9-a43e-5074684649ad"; $apps[$x]['category'] = "App"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = ""; + $apps[$x]['description']['en-us'] = "Manage backups"; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Datensicherung"; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Datensicherung"; $apps[$x]['description']['es-cl'] = ""; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Datensicherung"; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Datensicherung"; - $apps[$x]['description']['fr-fr'] = ""; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = ""; + $apps[$x]['description']['fr-fr'] = ""; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = ""; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -28,6 +36,5 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "backup_upload"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $y++; -?> +?> \ No newline at end of file diff --git a/app/call_block/app_config.php b/app/call_block/app_config.php index 95aba557f7..bf81f8874a 100644 --- a/app/call_block/app_config.php +++ b/app/call_block/app_config.php @@ -5,19 +5,28 @@ $apps[$x]['uuid'] = "9ed63276-e085-4897-839c-4f2e36d92d6c"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "A tool to block incoming numbers."; - $apps[$x]['description']['es-cl'] = "Una herramineta para bloquear números entrantes"; - $apps[$x]['description']['de-de'] = "Ein Werkzeug um eingehende Rufnummern zu sperren."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['ar-eg'] = ""; $apps[$x]['description']['de-at'] = "Ein Werkzeug um eingehende Rufnummern zu sperren."; - $apps[$x]['description']['fr-fr'] = "Outil pour bloquer les numéro d'appelant"; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Ein Werkzeug um eingehende Rufnummern zu sperren."; + $apps[$x]['description']['es-cl'] = "Una herramineta para bloquear números entrantes"; + $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Uma ferramenta para bloquear números indesejados"; + $apps[$x]['description']['fr-fr'] = "Outil pour bloquer les numéro d'appelant"; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = "Uma ferramenta para bloquear números que entram."; + $apps[$x]['description']['pt-pt'] = "Uma ferramenta para bloquear números indesejados"; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -37,7 +46,6 @@ $apps[$x]['permissions'][$y]['name'] = "call_block_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $y++; //schema details $y=0; @@ -94,6 +102,5 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enable/disable blocking the call."; $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilitar/desabilitar bloqueamento da chamada."; - $z++; -?> +?> \ No newline at end of file diff --git a/app/call_broadcast/app_config.php b/app/call_broadcast/app_config.php index c7bd12a215..96bcd4edf3 100644 --- a/app/call_broadcast/app_config.php +++ b/app/call_broadcast/app_config.php @@ -5,41 +5,51 @@ $apps[$x]['uuid'] = "efc11f6b-ed73-9955-4d4d-3a1bed75a056"; $apps[$x]['category'] = "Switch";; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Schedule to immediately make multiple calls to the extension, an IVR Menu, Conference Room, or any other number."; - $apps[$x]['description']['es-cl'] = "Realiza llamadas inmediatamente a extensiones, IVR, conferencias o cualquier otro número"; - $apps[$x]['description']['de-de'] = "Methode um sofort mehrere parallele Anrufe an Nebenstellen, Automatische Zentralen, Conferenzräume oder andere Rufnummern zu leiten."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['ar-eg'] = ""; $apps[$x]['description']['de-at'] = "Methode um sofort mehrere parallele Anrufe an Nebenstellen, Automatische Zentralen, Conferenzräume oder andere Rufnummern zu leiten."; - $apps[$x]['description']['fr-fr'] = "Programmation de campagnes d'appels vers des extensions, IVR, salles de conferences ou tout autre numéro."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Methode um sofort mehrere parallele Anrufe an Nebenstellen, Automatische Zentralen, Conferenzräume oder andere Rufnummern zu leiten."; + $apps[$x]['description']['es-cl'] = "Realiza llamadas inmediatamente a extensiones, IVR, conferencias o cualquier otro número"; + $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = "Il fait d' massive appels vers des extensions, IVR, salles de conferences ou quelqu'autre nom."; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Programação para imediatamente fazer várias chamadas para uma extensão, um IVR, Sala de Conferência, ou qualquer outro número."; + $apps[$x]['description']['fr-fr'] = "Programmation de campagnes d'appels vers des extensions, IVR, salles de conferences ou tout autre numéro."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = "Programação para imediatamente realizar várias chamadas para uma extensão, um menu IVR, Sala de Conferência ou qualquer outro número."; + $apps[$x]['description']['pt-pt'] = "Programação para imediatamente fazer várias chamadas para uma extensão, um IVR, Sala de Conferência, ou qualquer outro número."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details - $apps[$x]['permissions'][0]['name'] = "call_broadcast_view"; - $apps[$x]['permissions'][0]['menu']['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6"; - $apps[$x]['permissions'][0]['groups'][] = "admin"; - $apps[$x]['permissions'][0]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][1]['name'] = "call_broadcast_add"; - $apps[$x]['permissions'][1]['groups'][] = "admin"; - $apps[$x]['permissions'][1]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][2]['name'] = "call_broadcast_edit"; - $apps[$x]['permissions'][2]['groups'][] = "admin"; - $apps[$x]['permissions'][2]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][3]['name'] = "call_broadcast_delete"; - $apps[$x]['permissions'][3]['groups'][] = "admin"; - $apps[$x]['permissions'][3]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][4]['name'] = "call_broadcast_send"; - $apps[$x]['permissions'][4]['groups'][] = "admin"; - $apps[$x]['permissions'][4]['groups'][] = "superadmin"; + $y=0; + $apps[$x]['permissions'][$y]['name'] = "call_broadcast_view"; + $apps[$x]['permissions'][$y]['menu']['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_broadcast_add"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_broadcast_edit"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_broadcast_delete"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_broadcast_send"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //schema details $y=0; @@ -132,4 +142,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> +?> \ No newline at end of file diff --git a/app/call_center_active/app_config.php b/app/call_center_active/app_config.php index d8955eabc8..56b517cfd9 100644 --- a/app/call_center_active/app_config.php +++ b/app/call_center_active/app_config.php @@ -5,19 +5,28 @@ $apps[$x]['uuid'] = "3f159f62-ca2d-41b8-b3f0-c5519cebbc5a"; $apps[$x]['category'] = "Switch";; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Shows active calls, and agents in the call center queue."; - $apps[$x]['description']['es-cl'] = "Muestra las llamadas activas y los agentes en la cola del centro de llamadas."; - $apps[$x]['description']['de-de'] = "Zeigt aktive Anrufe und Agenten in der Callcenter Warteschlange."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['ar-eg'] = ""; $apps[$x]['description']['de-at'] = "Zeigt aktive Anrufe und Agenten in der Callcenter Warteschlange."; - $apps[$x]['description']['fr-fr'] = "Affiche les appels actifs et les agents en queue sur le centre d'appel."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Zeigt aktive Anrufe und Agenten in der Callcenter Warteschlange."; + $apps[$x]['description']['es-cl'] = "Muestra las llamadas activas y los agentes en la cola del centro de llamadas."; + $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = "Il montre les appels actives et des agents en queue du centre d'appels."; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Mostra as chamadas ativas e agentes na fila do centro de chamadas."; + $apps[$x]['description']['fr-fr'] = "Affiche les appels actifs et les agents en queue sur le centre d'appel."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = "Mostra as chamadas ativas, e os agentes na fila do Call Center."; + $apps[$x]['description']['pt-pt'] = "Mostra as chamadas ativas e agentes na fila do centro de chamadas."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -31,4 +40,4 @@ $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; -?> +?> \ No newline at end of file diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index c1e311d5a9..241a3a395d 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -5,19 +5,28 @@ $apps[$x]['uuid'] = "95788e50-9500-079e-2807-fd530b0ea370"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Queues for managing inbound calls and routing those calls to available agents."; - $apps[$x]['description']['es-cl'] = "Colas pra administar las llamadas entrantes y enviarlas a los agentes disponibles"; - $apps[$x]['description']['de-de'] = "Warteschlangen um eingehende Anrufe zu verwalten und diese an verfügbare Agenten weiterzuleiten."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['ar-eg'] = ""; $apps[$x]['description']['de-at'] = "Warteschlangen um eingehende Anrufe zu verwalten und diese an verfügbare Agenten weiterzuleiten."; - $apps[$x]['description']['fr-fr'] = "Files d'attente d'appels entrants distribu%uFFFDs aux agents disponibles."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Warteschlangen um eingehende Anrufe zu verwalten und diese an verfügbare Agenten weiterzuleiten."; + $apps[$x]['description']['es-cl'] = "Colas pra administar las llamadas entrantes y enviarlas a los agentes disponibles"; + $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = "Queues pour envoyer les appels entrants vers les agents disponibles."; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "As filas servem para gerenciamento de chamadas de entrada e encaminhamento das mesmas para os agentes dispon%uFFFDveis."; + $apps[$x]['description']['fr-fr'] = "Files d'attente d'appels entrants distribu%uFFFDs aux agents disponibles."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = "As filas servem para gerenciar as chamadas que entram e encaminhar as mesmas para os agentes disponíveis."; + $apps[$x]['description']['pt-pt'] = "As filas servem para gerenciamento de chamadas de entrada e encaminhamento das mesmas para os agentes dispon%uFFFDveis."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //destination details $y=0; @@ -109,14 +118,13 @@ //default settings $y = 0; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '8ebeb864-f03e-406c-b82f-6eb47cb1bd39'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'call_center_queues'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '3'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; - $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "8ebeb864-f03e-406c-b82f-6eb47cb1bd39"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "limit"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "call_center_queues"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "3"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; //schema details $y=0; @@ -331,9 +339,9 @@ $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'] = "queue_cc_exit_keys"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "queue_cc_exit_keys"; + $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'] = "queue_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; @@ -397,4 +405,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> +?> \ No newline at end of file diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index 49ea3afb86..f8460d39e7 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -5,19 +5,28 @@ $apps[$x]['uuid'] = "b1b70f85-6b42-429b-8c5a-60c8b02b7d14"; $apps[$x]['category'] = ""; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = ""; - $apps[$x]['description']['es-cl'] = ""; - $apps[$x]['description']['de-de'] = ""; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['en-us'] = "Direct calls between two destinations by calling a feature code."; + $apps[$x]['description']['ar-eg'] = ""; $apps[$x]['description']['de-at'] = ""; - $apps[$x]['description']['fr-fr'] = ""; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['es-cl'] = ""; + $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = ""; + $apps[$x]['description']['fr-fr'] = ""; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = ""; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //destination details $y=0; @@ -51,7 +60,6 @@ $apps[$x]['permissions'][$y]['name'] = "call_flow_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $y++; //schema details $y=0; @@ -159,4 +167,4 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the description."; $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a descrição."; -?> +?> \ No newline at end of file diff --git a/app/calls/app_config.php b/app/calls/app_config.php index 84d5419ac3..6fe5023179 100644 --- a/app/calls/app_config.php +++ b/app/calls/app_config.php @@ -1,60 +1,68 @@ +?> \ No newline at end of file diff --git a/app/calls_active/app_config.php b/app/calls_active/app_config.php index 121382f721..43279e951c 100644 --- a/app/calls_active/app_config.php +++ b/app/calls_active/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "ec8530a9-903a-469d-3717-281f798b9ef6"; $apps[$x]['category'] = "Switch";; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Active channels on the system."; - $apps[$x]['description']['es-cl'] = "Canales activos en el sistema."; - $apps[$x]['description']['de-de'] = "Aktive Kanäle auf dem System."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['ar-eg'] = ""; $apps[$x]['description']['de-at'] = "Aktive Kanäle auf dem System."; - $apps[$x]['description']['fr-fr'] = "Channels actifs sur le système"; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Aktive Kanäle auf dem System."; + $apps[$x]['description']['es-cl'] = "Canales activos en el sistema."; + $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Canais ativos no sistema."; + $apps[$x]['description']['fr-fr'] = "Channels actifs sur le système"; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = "Canais ativos no sistema."; + $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'] = ""; //permission details $y=0; @@ -43,4 +51,4 @@ $apps[$x]['permissions'][5]['name'] = "call_active_all"; $apps[$x]['permissions'][5]['groups'][] = "superadmin"; -?> +?> \ No newline at end of file diff --git a/app/click_to_call/app_config.php b/app/click_to_call/app_config.php index a92d696348..e5f32f402f 100644 --- a/app/click_to_call/app_config.php +++ b/app/click_to_call/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "eb221c9b-cb13-5542-9140-dff924816dc4"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Originate calls with a URL."; - $apps[$x]['description']['es-cl'] = "Genera llamadas con un URL."; - $apps[$x]['description']['de-de'] = "Anrufe über eine URL erzeugen."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['ar-eg'] = ""; $apps[$x]['description']['de-at'] = "Anrufe über eine URL erzeugen."; - $apps[$x]['description']['fr-fr'] = "Appeler à partir d'une URL"; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Anrufe über eine URL erzeugen."; + $apps[$x]['description']['es-cl'] = "Genera llamadas con un URL."; + $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = "Appeller avec d'URL"; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Originar chamadas com um URL."; + $apps[$x]['description']['fr-fr'] = "Appeler à partir d'une URL"; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = "Gera chamadas a partir de um URL"; + $apps[$x]['description']['pt-pt'] = "Originar chamadas com um URL."; + $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Создание исходящих вызовов с помощью вызова URL"; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -33,4 +41,4 @@ $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; -?> +?> \ No newline at end of file diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index 4e4f37599e..cd78791abb 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -5,19 +5,28 @@ $apps[$x]['uuid'] = "8d083f5a-f726-42a8-9ffa-8d28f848f10e"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Conferences Centers allows one or more audio and video conference rooms."; - $apps[$x]['description']['es-cl'] = "El Centro de Conferencia permite una o más salas de conferencia para audio y video."; - $apps[$x]['description']['de-de'] = "Konferenzzentralen stellen ein oder mehrere Audio- und Videokonferenzräume bereit."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['ar-eg'] = ""; $apps[$x]['description']['de-at'] = "Konferenzzentralen stellen ein oder mehrere Audio- und Videokonferenzräume bereit."; - $apps[$x]['description']['fr-fr'] = "Centre de Conférences permet une ou plus conferences audio ou vidéo."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Konferenzzentralen stellen ein oder mehrere Audio- und Videokonferenzräume bereit."; + $apps[$x]['description']['es-cl'] = "El Centro de Conferencia permite una o más salas de conferencia para audio y video."; + $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "O centro de conferências permite gerir uma ou mais salas de conferência, audio e vídeo."; + $apps[$x]['description']['fr-fr'] = "Centre de Conférences permet une ou plus conferences audio ou vidéo."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = "O centro de conferências permite gerir uma ou mais salas de conferência de audio e vídeo."; + $apps[$x]['description']['pt-pt'] = "O centro de conferências permite gerir uma ou mais salas de conferência, audio e vídeo."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //destination details $y=0; @@ -224,7 +233,7 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enable or disable the conference center."; $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilite ou desabilite o centro de conferência."; - $y=1; + $y++; $apps[$x]['db'][$y]['table']['name'] = "v_conference_rooms"; $apps[$x]['db'][$y]['table']['parent'] = ""; $z=0; @@ -332,9 +341,8 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Description.for the conference session."; $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Descrição para a sessão de conferência."; - $z++; - $y=2; + $y++; $apps[$x]['db'][$y]['table']['name'] = "v_conference_sessions"; $apps[$x]['db'][$y]['table']['parent'] = ""; $z=0; @@ -381,9 +389,8 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch"; $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período."; - $z++; - $y=3; + $y++; $apps[$x]['db'][$y]['table']['name'] = "v_conference_session_details"; $apps[$x]['db'][$y]['table']['parent'] = "v_conference_sessions"; $z=0; @@ -460,6 +467,5 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch"; $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período"; - $z++; -?> +?> \ No newline at end of file diff --git a/app/conference_controls/app_config.php b/app/conference_controls/app_config.php index bc4da10dd0..be282a4fb4 100644 --- a/app/conference_controls/app_config.php +++ b/app/conference_controls/app_config.php @@ -1,117 +1,133 @@ - + \ No newline at end of file diff --git a/app/conference_profiles/app_config.php b/app/conference_profiles/app_config.php index 4c44ad692e..644b6fbcee 100644 --- a/app/conference_profiles/app_config.php +++ b/app/conference_profiles/app_config.php @@ -1,110 +1,126 @@ - + \ No newline at end of file diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index f0e8259bed..d730582e8b 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -5,19 +5,28 @@ $apps[$x]['uuid'] = "b81412e8-7253-91f4-e48e-42fc2c9a38d9"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Conferences is used to setup conference rooms with a name, description, and optional pin number."; - $apps[$x]['description']['es-cl'] = "Las conferencias son usadas para configurar salas con un nombre, descripción y un número de acceso (opcional)"; - $apps[$x]['description']['de-de'] = "Konferenzen wird verwendet, um Konferenzräume mit Namen, Beschreibung und optionaler PIN bereit zu stellen."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['ar-eg'] = ""; $apps[$x]['description']['de-at'] = "Konferenzen wird verwendet, um Konferenzräume mit Namen, Beschreibung und optionaler PIN bereit zu stellen."; - $apps[$x]['description']['fr-fr'] = "Les conferences servent à configurer des salles avec un nom, une description et un code pin facultatif"; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Konferenzen wird verwendet, um Konferenzräume mit Namen, Beschreibung und optionaler PIN bereit zu stellen."; + $apps[$x]['description']['es-cl'] = "Las conferencias son usadas para configurar salas con un nombre, descripción y un número de acceso (opcional)"; + $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = "Les conferences sont utilises pour la configuration de chambres avec un nom, descrption et nom d'access (facultatif)"; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Conferências é usado para configurar salas de conferências com um nome, descrição e número de pin opcional."; + $apps[$x]['description']['fr-fr'] = "Les conferences servent à configurer des salles avec un nom, une description et un code pin facultatif"; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Conferências é usado para configurar salas de conferências com um nome, descrição e número de pin opcional."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //destination details $y=0; @@ -134,7 +143,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to enable or disable the conference."; - $y=1; + $y++; $apps[$x]['db'][$y]['table']['name'] = "v_conference_users"; $apps[$x]['db'][$y]['table']['parent'] = "v_conferences"; $z=0; @@ -172,4 +181,4 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> +?> \ No newline at end of file diff --git a/app/conferences_active/app_config.php b/app/conferences_active/app_config.php index 1d85e9b415..1c7ab6fec8 100644 --- a/app/conferences_active/app_config.php +++ b/app/conferences_active/app_config.php @@ -5,70 +5,79 @@ $apps[$x]['uuid'] = "c168c943-833a-c29c-7ef9-d1ee78810b71"; $apps[$x]['category'] = "Switch";; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "AJAX tool to view and manage all active callers in a conference room."; - $apps[$x]['description']['es-cl'] = "Herramienta AJAX para ver y administrar todas las llamadas activas en una sala de conferencia."; - $apps[$x]['description']['de-de'] = "AJAX Wekzeug um alle aktive Anrufer in einem Konferenzraum anzuzeigen und zu verwalten."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['ar-eg'] = ""; $apps[$x]['description']['de-at'] = "AJAX Wekzeug um alle aktive Anrufer in einem Konferenzraum anzuzeigen und zu verwalten."; - $apps[$x]['description']['fr-fr'] = "Outil en AJAX pour voir et gérer toutes les conférences actives."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "AJAX Wekzeug um alle aktive Anrufer in einem Konferenzraum anzuzeigen und zu verwalten."; + $apps[$x]['description']['es-cl'] = "Herramienta AJAX para ver y administrar todas las llamadas activas en una sala de conferencia."; + $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = "Outil en AJAX pour voir et gerer toutes les conferences actives aux chambres."; - $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']['fr-fr'] = "Outil en AJAX pour voir et gérer toutes les conférences actives."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "A ferramenta AJAX permite visualizar e gerir todas as chamadas ativas numa sala de conferências."; + $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "AJAX утилита для просмотра и управления всеми активными участниками в конференции."; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details - $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"; - - $apps[$x]['permissions'][1]['name'] = "conference_interactive_view"; - $apps[$x]['permissions'][1]['groups'][] = "user"; - $apps[$x]['permissions'][1]['groups'][] = "admin"; - $apps[$x]['permissions'][1]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][2]['name'] = "conference_interactive_lock"; - $apps[$x]['permissions'][2]['groups'][] = "user"; - $apps[$x]['permissions'][2]['groups'][] = "admin"; - $apps[$x]['permissions'][2]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][3]['name'] = "conference_interactive_kick"; - $apps[$x]['permissions'][3]['groups'][] = "user"; - $apps[$x]['permissions'][3]['groups'][] = "admin"; - $apps[$x]['permissions'][3]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][4]['name'] = "conference_interactive_energy"; - //$apps[$x]['permissions'][4]['groups'][] = "user"; - //$apps[$x]['permissions'][4]['groups'][] = "admin"; - //$apps[$x]['permissions'][4]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][5]['name'] = "conference_interactive_volume"; - //$apps[$x]['permissions'][5]['groups'][] = "user"; - //$apps[$x]['permissions'][5]['groups'][] = "admin"; - //$apps[$x]['permissions'][5]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][6]['name'] = "conference_interactive_gain"; - //$apps[$x]['permissions'][6]['groups'][] = "user"; - //$apps[$x]['permissions'][6]['groups'][] = "admin"; - //$apps[$x]['permissions'][6]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][7]['name'] = "conference_interactive_mute"; - $apps[$x]['permissions'][7]['groups'][] = "user"; - $apps[$x]['permissions'][7]['groups'][] = "admin"; - $apps[$x]['permissions'][7]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][8]['name'] = "conference_interactive_deaf"; - $apps[$x]['permissions'][8]['groups'][] = "user"; - $apps[$x]['permissions'][8]['groups'][] = "admin"; - $apps[$x]['permissions'][8]['groups'][] = "superadmin"; - - $apps[$x]['permissions'][9]['name'] = "conference_interactive_video"; - $apps[$x]['permissions'][9]['groups'][] = "user"; - $apps[$x]['permissions'][9]['groups'][] = "admin"; - $apps[$x]['permissions'][9]['groups'][] = "superadmin"; + $y=0; + $apps[$x]['permissions'][$y]['name'] = "conference_active_view"; + $apps[$x]['permissions'][$y]['menu']['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_interactive_view"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_interactive_lock"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_interactive_kick"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_interactive_energy"; + //$apps[$x]['permissions'][$y]['groups'][] = "user"; + //$apps[$x]['permissions'][$y]['groups'][] = "admin"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_interactive_volume"; + //$apps[$x]['permissions'][$y]['groups'][] = "user"; + //$apps[$x]['permissions'][$y]['groups'][] = "admin"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_interactive_gain"; + //$apps[$x]['permissions'][$y]['groups'][] = "user"; + //$apps[$x]['permissions'][$y]['groups'][] = "admin"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_interactive_mute"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_interactive_deaf"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_interactive_video"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; ?> \ No newline at end of file diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index ebf35afe85..f65eac8776 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -5,19 +5,28 @@ $apps[$x]['uuid'] = "04481e0e-a478-c559-adad-52bd4174574c"; $apps[$x]['category'] = "CRM"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $apps[$x]['version'] = "1.0"; $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['contact_url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Provides a place to store contact information for individuals and organizations."; - $apps[$x]['description']['es-cl'] = "Provee un lugar para almacenar información de los contactos, para individuos u organizaciones"; - $apps[$x]['description']['de-de'] = "Bietet einen Ort um Kontaktinformationen von Personen und Firmen zu speichern."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['ar-eg'] = ""; $apps[$x]['description']['de-at'] = "Bietet einen Ort um Kontaktinformationen von Personen und Firmen zu speichern."; - $apps[$x]['description']['fr-fr'] = "Place pour stocker les information des contacts, personnes ou organizations."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Bietet einen Ort um Kontaktinformationen von Personen und Firmen zu speichern."; + $apps[$x]['description']['es-cl'] = "Provee un lugar para almacenar información de los contactos, para individuos u organizaciones"; + $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = "C'est un endroit pour posser information des contacts, personnes ou organizations."; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Fornece um local para armazenar informações de contato para indivíduos e organizações."; + $apps[$x]['description']['fr-fr'] = "Place pour stocker les information des contacts, personnes ou organizations."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Fornece um local para armazenar informações de contato para indivíduos e organizações."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -190,20 +199,19 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'contact_time_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "contact_time_view"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'contact_time_add'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "contact_time_add"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'contact_time_edit'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "contact_time_edit"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'contact_time_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "contact_time_delete"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_contacts"; @@ -309,7 +317,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "last_mod_user"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_contact_addresses"; @@ -391,7 +398,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "address_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_contact_phones"; @@ -461,7 +467,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "phone_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_contact_notes"; @@ -521,7 +526,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "last_mod_user"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_contact_users"; @@ -560,7 +564,6 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_users"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_contact_groups"; @@ -600,7 +603,6 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_groups"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "group_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_contact_settings"; @@ -692,7 +694,6 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_contacts"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "contact_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_contact_emails"; @@ -738,7 +739,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "email_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the email description."; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_contact_urls"; @@ -788,53 +788,51 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "url_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the URL description."; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_contact_times"; $apps[$x]['db'][$y]['table']['parent'] = "v_contacts"; $z=0; - $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]['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"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_time_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]['name'] = "contact_time_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"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_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_contact'; - $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_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_contact"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "contact_uuid"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_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_users'; - $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'user_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "user_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_users"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'time_start'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'timestamp'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Start'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "time_start"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Start"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'time_stop'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'timestamp'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Stop'; - $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'time_description'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Description'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "time_stop"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Stop"; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "time_description"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Description"; -?> +?> \ No newline at end of file diff --git a/app/database_transactions/app_config.php b/app/database_transactions/app_config.php index eac45f0eb5..1ba44e4d0f 100644 --- a/app/database_transactions/app_config.php +++ b/app/database_transactions/app_config.php @@ -1,34 +1,53 @@ diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index f03ef5be7e..d024b2e113 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "5ec89622-b19c-3559-64f0-afde802ab139"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Used to define external destination numbers."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Wird verwendet um externe Ziele zu definieren."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Wird verwendet um externe Ziele zu definieren."; $apps[$x]['description']['es-cl'] = "Utilizado para definir números de destino externos."; $apps[$x]['description']['es-mx'] = "Utilizado para definir numeros destinos externos."; - $apps[$x]['description']['de-de'] = "Wird verwendet um externe Ziele zu definieren."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Wird verwendet um externe Ziele zu definieren."; - $apps[$x]['description']['fr-fr'] = "Défini les numéros externes."; $apps[$x]['description']['fr-ca'] = "Usé pour définir cibler nombres externe."; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Utilizado para definir os números de destino externos."; + $apps[$x]['description']['fr-fr'] = "Défini les numéros externes."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Utilizado para definir os números de destino externos."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //destination details $y=0; @@ -55,23 +63,21 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'destination_domain'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'destination_all'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "destination_domain"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_all"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y = 0; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '70d8538a-89ab-4db6-87b1-f5e447680283'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'destinations'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '3'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; - $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "70d8538a-89ab-4db6-87b1-f5e447680283"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "limit"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "destinations"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "3"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; //schema details $y=0; @@ -159,6 +165,5 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_accountcode"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the accountcode."; - $z++; -?> +?> \ No newline at end of file diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 297f71a7ce..24a639155d 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -5,21 +5,28 @@ $apps[$x]['uuid'] = "4efa1a1a-32e7-bf83-534b-6c8299958a8e"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Devices for provisioning."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Geräte die verwaltet werden sollen."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Geräte die verwaltet werden sollen."; $apps[$x]['description']['es-cl'] = "Provicionamiento de dispositivos."; $apps[$x]['description']['es-mx'] = "Provicionamiento de dispositivos."; - $apps[$x]['description']['de-de'] = "Geräte die verwaltet werden sollen."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Geräte die verwaltet werden sollen."; - $apps[$x]['description']['fr-fr'] = "Equipements pour provisioning."; $apps[$x]['description']['fr-ca'] = "Dispositifs pour provisionnement."; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Lista de provisionamento de Telefone."; + $apps[$x]['description']['fr-fr'] = "Equipements pour provisioning."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Lista de provisionamento de Telefone."; + $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Устройства для автопровижинга"; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -40,21 +47,21 @@ $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_mac_address'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_mac_address"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_label'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_label"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_template'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_template"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_files'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - //$apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_files"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + //$apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = "device_extension_view"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -88,38 +95,38 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_line_server_address'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_line_server_address"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_line_password'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_line_password"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_line_auth_id'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_line_auth_id"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_line_transport'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_line_transport"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_line_register_expires'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_line_register_expires"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_key_line'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_key_line"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_key_extension'; - //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_key_extension"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_outbound_proxy_primary'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_outbound_proxy_primary"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_outbound_proxy_secondary'; - //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_outbound_proxy_secondary"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "device_setting_view"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -133,44 +140,44 @@ $apps[$x]['permissions'][$y]['name'] = "device_setting_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_key_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_key_view"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_key_add'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_key_add"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_key_edit'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_key_edit"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_key_id'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_key_id"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_key_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_key_delete"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_key_protected'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_key_protected"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_domain'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_domain"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_user'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_user"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_username_password'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_username_password"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_alternate'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_alternate"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = "device_profile_view"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; @@ -188,83 +195,81 @@ $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_profile_domain'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_profile_domain"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_all'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_all"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_model'; - //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_model"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_firmware'; - //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_firmware"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_enable'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_enable"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_description'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "device_description"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_view"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_add'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_add"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_edit'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_edit"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_delete"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_restore'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_restore"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_function_view"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_add'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_function_add"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_edit'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_function_edit"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_function_delete"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_delete"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_group_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_function_group_view"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_group_add'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_function_group_add"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_group_edit'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_group_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_function_group_edit"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "device_vendor_function_group_delete"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y = 0; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'e05a4745-ea59-47a7-8e7f-5db7d2a5c273'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'devices'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '3'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; - $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "e05a4745-ea59-47a7-8e7f-5db7d2a5c273"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "limit"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "devices"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "3"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; //schema details $y=0; @@ -469,7 +474,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_device_settings"; @@ -532,33 +536,32 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_device_profiles"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "device_profile_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_device_keys"; $apps[$x]['db'][$y]['table']['parent'] = "v_devices"; $z=0; - $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]['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"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_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]['name'] = "device_key_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"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_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_devices'; - $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'device_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_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_devices"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "device_uuid"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_profile_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; @@ -569,60 +572,59 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "device_profile_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_id'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the key ID.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_id"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the key ID."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_category'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the type.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_category"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the type."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_vendor'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the vendor.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_vendor"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the vendor."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_type'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the type.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_type"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the type."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_line'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_line"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_value'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_value"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_extension'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the extension.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_extension"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the extension."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_protected'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select whether to protect this key from the user group.'; - $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_label'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the label.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_protected"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to protect this key from the user group."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_label"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the label."; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_device_profiles"; $apps[$x]['db'][$y]['table']['parent'] = ""; $z=0; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_profile_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]['name'] = "device_profile_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"; $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]['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"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_profile_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; @@ -635,69 +637,66 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_profile_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_device_vendors"; $apps[$x]['db'][$y]['table']['parent'] = ""; $z=0; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_vendor_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]['name'] = "device_vendor_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"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'name'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "name"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'enabled'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the vendor.'; - $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'description'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the vendor."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "description"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_device_vendor_functions"; $apps[$x]['db'][$y]['table']['parent'] = "v_device_vendors"; $z=0; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_vendor_function_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]['name'] = "device_vendor_function_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"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_vendor_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_device_vendor'; - $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'device_vendor_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_vendor_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_device_vendor"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "device_vendor_uuid"; $z++; - //$apps[$x]['db'][$y]['fields'][$z]['name'] = 'label'; - //$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the label.'; + //$apps[$x]['db'][$y]['fields'][$z]['name'] = "label"; + //$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the label."; //$z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'name'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "name"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'value'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "value"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'enabled'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the function.'; - $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'description'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the function."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "description"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_device_vendor_function_groups"; @@ -1074,7 +1073,6 @@ $vendors[$y]['functions'][$z]['value'] = "66"; $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; - $z++; $y++; $vendors[$y]['uuid'] = "8b0ce477-92c7-4bbc-a4fd-ee09c261fa2e"; @@ -1233,7 +1231,6 @@ $vendors[$y]['functions'][$z]['value'] = "recorder"; $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; - $z++; $y++; $vendors[$y]['uuid'] = "6baf1a7e-7a43-4a66-9007-bbb911bf947b"; @@ -1760,7 +1757,6 @@ $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; $vendors[$y]['functions'][$z]['description'] = "Hot Desking"; - $z++; $y++; $vendors[$y]['uuid'] = "c486dd68-1462-4128-901e-d902d17d1951"; @@ -2221,29 +2217,30 @@ $vendors[$y]['functions'][$z]['value'] = "47"; $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; - + $y++; //vendors array index - $vendors[$y]['uuid'] = "c4a8bfa2-e91f-4adb-a1df-24c51ef506c7"; - $vendors[$y]['name'] = "audiocodes"; + $vendors[$y]['uuid'] = "c4a8bfa2-e91f-4adb-a1df-24c51ef506c7"; + $vendors[$y]['name'] = "audiocodes"; $z=0; //functions array index $vendors[$y]['functions'][$z]['uuid'] = "297a5086-5b4e-4c1e-8cfd-121a3c2897b6"; - $vendors[$y]['functions'][$z]['label'] = "label-blf"; - $vendors[$y]['functions'][$z]['name'] = "blf"; - $vendors[$y]['functions'][$z]['value'] = "SPEED_DIAL_BLF"; - $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; - $vendors[$y]['functions'][$z]['groups'][] = "admin"; - $z++; + $vendors[$y]['functions'][$z]['label'] = "label-blf"; + $vendors[$y]['functions'][$z]['name'] = "blf"; + $vendors[$y]['functions'][$z]['value'] = "SPEED_DIAL_BLF"; + $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; + $vendors[$y]['functions'][$z]['groups'][] = "admin"; + $z++; $vendors[$y]['functions'][$z]['uuid'] = "91197b89-4732-496a-9613-dd8ce866103f"; - $vendors[$y]['functions'][$z]['label'] = "label-speed_dial"; - $vendors[$y]['functions'][$z]['name'] = "speed_dial"; - $vendors[$y]['functions'][$z]['value'] = "SPEED_DIAL"; - $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; - $vendors[$y]['functions'][$z]['groups'][] = "admin"; - $z++; + $vendors[$y]['functions'][$z]['label'] = "label-speed_dial"; + $vendors[$y]['functions'][$z]['name'] = "speed_dial"; + $vendors[$y]['functions'][$z]['value'] = "SPEED_DIAL"; + $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; + $vendors[$y]['functions'][$z]['groups'][] = "admin"; + $z++; $vendors[$y]['functions'][$z]['uuid'] = "abd132d4-9ab4-4a74-8cc7-35094f262fe6"; - $vendors[$y]['functions'][$z]['label'] = "label-page"; - $vendors[$y]['functions'][$z]['name'] = "page"; - $vendors[$y]['functions'][$z]['value'] = "PAGING"; - $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; - $vendors[$y]['functions'][$z]['groups'][] = "admin"; -?> + $vendors[$y]['functions'][$z]['label'] = "label-page"; + $vendors[$y]['functions'][$z]['name'] = "page"; + $vendors[$y]['functions'][$z]['value'] = "PAGING"; + $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; + $vendors[$y]['functions'][$z]['groups'][] = "admin"; + +?> \ No newline at end of file diff --git a/app/dialplan/app_config.php b/app/dialplan/app_config.php index 1ff67561b9..09933016c8 100644 --- a/app/dialplan/app_config.php +++ b/app/dialplan/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "742714e5-8cdf-32fd-462c-cbe7e3d655db"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "The dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Der Wählplan wird verwendet um Anruf-Ziele anhand von Bedingungen und Kontext fest zu legen. Sie können den Wählplan verwenden, um Anrufe an Gateways, Automatische Zentralen, externe Rufnummern, Skripte oder andere Ziele weiterzuleiten."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Der Wählplan wird verwendet um Anruf-Ziele anhand von Bedingungen und Kontext fest zu legen. Sie können den Wählplan verwenden, um Anrufe an Gateways, Automatische Zentralen, externe Rufnummern, Skripte oder andere Ziele weiterzuleiten."; $apps[$x]['description']['es-cl'] = "El plan de marcado es usado para configurar los destinos de llamadas basados en condiciones y contexto. Usted puede usar los planes de marcado para enviar hacia pasarelas, IVR, números externos, scripts o cualquier otro destino."; $apps[$x]['description']['es-mx'] = "El plan de marcado es usado para configurar los destinos de llamadas basados en condiciones y contexto. Usted puede usar los planes de marcado para enviar hacia pasarelas, IVR, números externos, scripts o cualquier otro destino."; - $apps[$x]['description']['de-de'] = "Der Wählplan wird verwendet um Anruf-Ziele anhand von Bedingungen und Kontext fest zu legen. Sie können den Wählplan verwenden, um Anrufe an Gateways, Automatische Zentralen, externe Rufnummern, Skripte oder andere Ziele weiterzuleiten."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Der Wählplan wird verwendet um Anruf-Ziele anhand von Bedingungen und Kontext fest zu legen. Sie können den Wählplan verwenden, um Anrufe an Gateways, Automatische Zentralen, externe Rufnummern, Skripte oder andere Ziele weiterzuleiten."; - $apps[$x]['description']['fr-fr'] = "Les dialplans son utilisés pour configurer les destinations d'appels selon des conditions et contextes. Vous pouvez en utiliser pour diriger les appels vers les passerelles, IVR, numéross exterieurs ou tout autre destination."; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "O dialplan é usado para configurar destinos de chamada com base nas condições e contexto. Você pode usar o dialplan para enviar chamadas para gateways, atendedores automáticos, números externos, para scripts, ou qualquer destino."; + $apps[$x]['description']['fr-fr'] = "Les dialplans son utilisés pour configurer les destinations d'appels selon des conditions et contextes. Vous pouvez en utiliser pour diriger les appels vers les passerelles, IVR, numéross exterieurs ou tout autre destination."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "O dialplan é usado para configurar destinos de chamada com base nas condições e contexto. Você pode usar o dialplan para enviar chamadas para gateways, atendedores automáticos, números externos, para scripts, ou qualquer destino."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -55,9 +63,8 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'dialplan_domain'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; + $apps[$x]['permissions'][$y]['name'] = "dialplan_domain"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //schema details $y=0; @@ -181,4 +188,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> +?> \ No newline at end of file diff --git a/app/dialplan_inbound/app_config.php b/app/dialplan_inbound/app_config.php index e7a3ded051..0fcfa159d5 100644 --- a/app/dialplan_inbound/app_config.php +++ b/app/dialplan_inbound/app_config.php @@ -1,26 +1,34 @@ +?> \ No newline at end of file diff --git a/app/dialplan_outbound/app_config.php b/app/dialplan_outbound/app_config.php index 1a3a9d953d..d1e5d1973b 100644 --- a/app/dialplan_outbound/app_config.php +++ b/app/dialplan_outbound/app_config.php @@ -1,26 +1,34 @@ +?> \ No newline at end of file diff --git a/app/edit/app_config.php b/app/edit/app_config.php index dc79e45edd..be17b438fc 100644 --- a/app/edit/app_config.php +++ b/app/edit/app_config.php @@ -1,26 +1,34 @@ +?> \ No newline at end of file diff --git a/app/emails/app_config.php b/app/emails/app_config.php index 80ddfba7b5..b6782a23f4 100644 --- a/app/emails/app_config.php +++ b/app/emails/app_config.php @@ -1,26 +1,34 @@ +?> \ No newline at end of file diff --git a/app/exec/app_config.php b/app/exec/app_config.php index df169367d1..287ec551de 100644 --- a/app/exec/app_config.php +++ b/app/exec/app_config.php @@ -1,26 +1,34 @@ +?> \ No newline at end of file diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index d0b54d159c..890d984522 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -1,26 +1,34 @@ +?> \ No newline at end of file diff --git a/app/fax/app_config.php b/app/fax/app_config.php index 9c2adfb978..8256a6ec8f 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -1,27 +1,34 @@ +?> \ No newline at end of file diff --git a/app/fifo/app_config.php b/app/fifo/app_config.php index 320f90dcd5..554461e7dc 100644 --- a/app/fifo/app_config.php +++ b/app/fifo/app_config.php @@ -1,26 +1,34 @@ +?> \ No newline at end of file diff --git a/app/fifo_list/app_config.php b/app/fifo_list/app_config.php index 7dec224eeb..efc57f4778 100644 --- a/app/fifo_list/app_config.php +++ b/app/fifo_list/app_config.php @@ -1,26 +1,34 @@ +?> \ No newline at end of file diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index 4454c335db..2d9f65d3c0 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -1,25 +1,34 @@ +?> \ No newline at end of file diff --git a/app/gateways/app_config.php b/app/gateways/app_config.php index 12bcf4ca75..8a29b3034f 100644 --- a/app/gateways/app_config.php +++ b/app/gateways/app_config.php @@ -1,26 +1,34 @@ +?> \ No newline at end of file diff --git a/app/ivr_menus/app_config.php b/app/ivr_menus/app_config.php index 5c617fd0f3..264e0ba100 100644 --- a/app/ivr_menus/app_config.php +++ b/app/ivr_menus/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "a5788e9b-58bc-bd1b-df59-fff5d51253ab"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "The IVR Menu plays a recording or a pre-defined phrase that presents the caller with options to choose from. Each option has a corresponding destination. The destinations can be extensions, voicemail, IVR menus, hunt groups, FAX extensions, and more."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Anrufzentralen spielen eine Aufnahme oder vordefinierte Phrasen ab und bieten denm Anrufer verschieden Optionen zur Auswahl. Jede Option hat ei dazugehöriges Ziel. Diese können Nebenstellen, Autromatische Zentralen, Hunt Groups, Fax Nebenstellen und anderes sein."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Anrufzentralen spielen eine Aufnahme oder vordefinierte Phrasen ab und bieten denm Anrufer verschieden Optionen zur Auswahl. Jede Option hat ei dazugehöriges Ziel. Diese können Nebenstellen, Autromatische Zentralen, Hunt Groups, Fax Nebenstellen und anderes sein."; $apps[$x]['description']['es-cl'] = "El menú IVR reproduce una grabación o una frase predefinida que presenta opciones para elegir. Cada opción corresponde a un destino. Los destinos pueden ser extensiones, correo de voz, IVR, grupos, fax entre otros."; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Anrufzentralen spielen eine Aufnahme oder vordefinierte Phrasen ab und bieten denm Anrufer verschieden Optionen zur Auswahl. Jede Option hat ei dazugehöriges Ziel. Diese können Nebenstellen, Autromatische Zentralen, Hunt Groups, Fax Nebenstellen und anderes sein."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Anrufzentralen spielen eine Aufnahme oder vordefinierte Phrasen ab und bieten denm Anrufer verschieden Optionen zur Auswahl. Jede Option hat ei dazugehöriges Ziel. Diese können Nebenstellen, Autromatische Zentralen, Hunt Groups, Fax Nebenstellen und anderes sein."; - $apps[$x]['description']['fr-fr'] = "Le menu SVI joue un enregistrement ou une phrase prédéfinie permettant à l'appelant de faire un choix. Ce choix l'amenant sur une destination spécifique. Cette destination peut être une extension, une messagerie vocale, un IVR, un groupement, un FAX ..."; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "O menu IVR toca uma gravação ou uma frase pré-definidos, que são apresentados ao chamador na forma de opções para escolher. Cada opção tem um destino correspondente. Os destinos podem ser extensões, correio de voz, outros IVRs, grupos, extensões de fax, etc."; + $apps[$x]['description']['fr-fr'] = "Le menu SVI joue un enregistrement ou une phrase prédéfinie permettant à l'appelant de faire un choix. Ce choix l'amenant sur une destination spécifique. Cette destination peut être une extension, une messagerie vocale, un IVR, un groupement, un FAX ..."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "O menu IVR toca uma gravação ou uma frase pré-definidos, que são apresentados ao chamador na forma de opções para escolher. Cada opção tem um destino correspondente. Os destinos podem ser extensões, correio de voz, outros IVRs, grupos, extensões de fax, etc."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //destination details $y=0; @@ -33,17 +41,17 @@ $apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:transfer \${destination} XML \${context}"; $apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${name}"; //if ($_SESSION['ivr_menu']['application']['text'] != "lua") { - // $y++; - // $apps[$x]['destinations'][$y]['type'] = "sql"; - // $apps[$x]['destinations'][$y]['label'] = "ivr_menus_sub"; - // $apps[$x]['destinations'][$y]['name'] = "ivr_menus"; - // $apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and ivr_menu_enabled = 'true' "; - // $apps[$x]['destinations'][$y]['order_by'] = "ivr_menu_extension asc"; - // $apps[$x]['destinations'][$y]['field']['name'] = "ivr_menu_name"; - // $apps[$x]['destinations'][$y]['field']['uuid'] = "ivr_menu_uuid"; + // $y++; + // $apps[$x]['destinations'][$y]['type'] = "sql"; + // $apps[$x]['destinations'][$y]['label'] = "ivr_menus_sub"; + // $apps[$x]['destinations'][$y]['name'] = "ivr_menus"; + // $apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and ivr_menu_enabled = 'true' "; + // $apps[$x]['destinations'][$y]['order_by'] = "ivr_menu_extension asc"; + // $apps[$x]['destinations'][$y]['field']['name'] = "ivr_menu_name"; + // $apps[$x]['destinations'][$y]['field']['uuid'] = "ivr_menu_uuid"; // //$apps[$x]['destinations'][$y]['select_value']['dialplan'] = "ivr:\${ivr_menu_uuid}"; - // $apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-sub:\${uuid}"; - // $apps[$x]['destinations'][$y]['select_label'] = "\${name}"; + // $apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-sub:\${uuid}"; + // $apps[$x]['destinations'][$y]['select_label'] = "\${name}"; //} //menu-top //menu-exit @@ -87,30 +95,29 @@ //default settings $y=0; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'ce17d7af-650a-49c0-b3e4-3bb8c1dad566'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'ivr_menu'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'option_add_rows'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '5'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "ce17d7af-650a-49c0-b3e4-3bb8c1dad566"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "ivr_menu"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "option_add_rows"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "5"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '74376817-89de-49e1-bddd-868a8ebb49ec'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'ivr_menu'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'option_edit_rows'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '1'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; - $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '26984efd-2445-4ac9-b459-bb7bda4217c6'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'ivr_menus'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '3'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "74376817-89de-49e1-bddd-868a8ebb49ec"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "ivr_menu"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "option_edit_rows"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "1"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "26984efd-2445-4ac9-b459-bb7bda4217c6"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "limit"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "ivr_menus"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "3"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; //schema details $y=0; @@ -247,7 +254,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "ivr_menu_desc"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_ivr_menu_options"; @@ -320,6 +326,5 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "ivr_menu_options_desc"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; -?> +?> \ No newline at end of file diff --git a/app/log_viewer/app_config.php b/app/log_viewer/app_config.php index 97eaff3cb8..74f0da5f08 100644 --- a/app/log_viewer/app_config.php +++ b/app/log_viewer/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "159a2724-77e1-2782-9366-db08b3750e06"; $apps[$x]['category'] = "Switch";; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Display the switch logs."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Zeigt die Switch-Logs an."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Zeigt die Switch-Logs an."; $apps[$x]['description']['es-cl'] = "Muestra los registros del switch"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Zeigt die Switch-Logs an."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Zeigt die Switch-Logs an."; - $apps[$x]['description']['fr-fr'] = "Logs du switch."; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Exibir os logs de switch."; + $apps[$x]['description']['fr-fr'] = "Logs du switch."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Exibir os logs de switch."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -32,4 +40,4 @@ $apps[$x]['permissions'][$y]['name'] = "log_path_view"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; -?> +?> \ No newline at end of file diff --git a/app/meetings/app_config.php b/app/meetings/app_config.php index e708e5a846..bc8ce600f9 100644 --- a/app/meetings/app_config.php +++ b/app/meetings/app_config.php @@ -1,17 +1,34 @@ +?> \ No newline at end of file diff --git a/app/modules/app_config.php b/app/modules/app_config.php index cccf0c4453..d378661fda 100644 --- a/app/modules/app_config.php +++ b/app/modules/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "5eb9cba1-8cb6-5d21-e36a-775475f16b5e"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Modules extend the features of the system. Use this page to enable or disable modules."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Module erweitern die Funktionalität des Systems. Verwende diese Seite um Module zu aktivieren oder deaktivieren."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Module erweitern die Funktionalität des Systems. Verwende diese Seite um Module zu aktivieren oder deaktivieren."; $apps[$x]['description']['es-cl'] = "Los módulos extienden las funcionalidades del sistema. Utilice esta página para activar o desactivar los diferentes módulos."; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Module erweitern die Funktionalität des Systems. Verwende diese Seite um Module zu aktivieren oder deaktivieren."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Module erweitern die Funktionalität des Systems. Verwende diese Seite um Module zu aktivieren oder deaktivieren."; - $apps[$x]['description']['fr-fr'] = "Les Modules augmentent les fonctionnalitées du système. Ici il est possible de les activer et de les désactiver."; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Módulos estendem as funcionalidades do sistema. Utilize esta página para habilitar ou desabilitar módulos."; + $apps[$x]['description']['fr-fr'] = "Les Modules augmentent les fonctionnalitées du système. Ici il est possible de les activer et de les désactiver."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Módulos estendem as funcionalidades do sistema. Utilize esta página para habilitar ou desabilitar módulos."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -94,4 +102,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> +?> \ No newline at end of file diff --git a/app/music_on_hold/app_config.php b/app/music_on_hold/app_config.php index 63d1ca7d45..cad13cfeae 100644 --- a/app/music_on_hold/app_config.php +++ b/app/music_on_hold/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "1dafe0f8-c08a-289b-0312-15baf4f20f81"; $apps[$x]['category'] = "Switch";; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Add, Delete, or Play Music on hold files."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Dateien für die Wartemusik hinzufügen, löschen oder abspielen."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Dateien für die Wartemusik hinzufügen, löschen oder abspielen."; $apps[$x]['description']['es-cl'] = "Agregar, Eliminar o Reproducir archivos de música en espera"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Dateien für die Wartemusik hinzufügen, löschen oder abspielen."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Dateien für die Wartemusik hinzufügen, löschen oder abspielen."; - $apps[$x]['description']['fr-fr'] = "Ajouter, Supprimer ou Lire les fichiers de Musique de Garde."; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Adicionar, excluir ou reproduzir música em arquivos de espera."; + $apps[$x]['description']['fr-fr'] = "Ajouter, Supprimer ou Lire les fichiers de Musique de Garde."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Adicionar, excluir ou reproduzir música em arquivos de espera."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -47,7 +55,6 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "music_on_hold_path"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $y++; //schema details $y=0; @@ -110,4 +117,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> +?> \ No newline at end of file diff --git a/app/operator_panel/app_config.php b/app/operator_panel/app_config.php index b3bd503c1a..0c1f89679c 100644 --- a/app/operator_panel/app_config.php +++ b/app/operator_panel/app_config.php @@ -2,45 +2,54 @@ //application details $apps[$x]['name'] = "Operator Panel"; - $apps[$x]['uuid'] = 'dd3d173a-5d51-4231-ab22-b18c5b712bb2'; - $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'] = 'Operator panel shows the status.'; - $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de-de'] = 'Das Bedienfeld zeigt den Status an.'; - $apps[$x]['description']['de-ch'] = ''; - $apps[$x]['description']['de-at'] = 'Das Bedienfeld zeigt den Status an.'; - $apps[$x]['description']['fr'] = ''; - $apps[$x]['description']['fr-ca'] = ''; - $apps[$x]['description']['fr-ch'] = ''; - $apps[$x]['description']['pt-pt'] = 'Canais ativos no sistema.'; - $apps[$x]['description']['pt-br'] = ''; + $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."; + $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'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $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'] = ""; //permission details $y=0; - $apps[$x]['permissions'][$y]['name'] = 'operator_panel_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "operator_panel_view"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'operator_panel_manage'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "operator_panel_manage"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'operator_panel_eavesdrop'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "operator_panel_eavesdrop"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'operator_panel_kill'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "operator_panel_kill"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'operator_panel_record'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['name'] = "operator_panel_record"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'operator_panel_on_demand'; + $apps[$x]['permissions'][$y]['name'] = "operator_panel_on_demand"; -?> +?> \ No newline at end of file diff --git a/app/phrases/app_config.php b/app/phrases/app_config.php index 85f968159f..afe597d29a 100644 --- a/app/phrases/app_config.php +++ b/app/phrases/app_config.php @@ -10,16 +10,24 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Manage phrases primarily used with an IVR."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Phrasen verwalten. Diese werden hauptsächlich für Anrufzentralen (IVR) verwendet."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Phrasen verwalten. Diese werden hauptsächlich für Anrufzentralen (IVR) verwendet."; $apps[$x]['description']['es-cl'] = "Administrador de grabaciones, utilizadas primordialmente con un IVR"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Phrasen verwalten. Diese werden hauptsächlich für Anrufzentralen (IVR) verwendet."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Phrasen verwalten. Diese werden hauptsächlich für Anrufzentralen (IVR) verwendet."; - $apps[$x]['description']['fr-fr'] = "Gestion des enregistrements principalement utilisés dans les IVR"; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Gestor de gravações utilizadas principalmente com um IVR."; + $apps[$x]['description']['fr-fr'] = "Gestion des enregistrements principalement utilisés dans les IVR"; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Gestor de gravações utilizadas principalmente com um IVR."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //destination details $y=0; @@ -98,7 +106,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "phrase_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_phrase_details"; @@ -160,6 +167,5 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "phrase_detail_order"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; -?> +?> \ No newline at end of file diff --git a/app/pin_numbers/app_config.php b/app/pin_numbers/app_config.php index bf85f9da65..a9e9d661c4 100644 --- a/app/pin_numbers/app_config.php +++ b/app/pin_numbers/app_config.php @@ -1,70 +1,87 @@ - + diff --git a/app/provision/app_config.php b/app/provision/app_config.php index c08f366c09..7022927fa8 100644 --- a/app/provision/app_config.php +++ b/app/provision/app_config.php @@ -5,11 +5,28 @@ $apps[$x]['uuid'] = "abf28ead-92ef-3de6-ebbb-023fbc2b6dd3"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Writes the provisioning files from templates."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['es-cl'] = ""; + $apps[$x]['description']['es-mx'] = ""; + $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-fr'] = "Ecrit les fichiers de provisioning à partir des modèles."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; + $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = ""; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details //$apps[$x]['permissions'][0]['name'] = "zzz"; @@ -18,413 +35,412 @@ //default settings $y=0; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '931f9369-9aac-4620-8d4b-7d2bf642b1d2'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'enabled'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $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'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "931f9369-9aac-4620-8d4b-7d2bf642b1d2"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "enabled"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $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'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '3790e46b-ef9e-4cdc-bfd2-6b3708751843'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'auto_insert_enabled'; - $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'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "3790e46b-ef9e-4cdc-bfd2-6b3708751843"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "auto_insert_enabled"; + $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'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '27b7ccfd-58d7-409c-80ff-cca014349d70'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'http_auth_type'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'digest'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "27b7ccfd-58d7-409c-80ff-cca014349d70"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "http_auth_type"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "digest"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'c6a5b05b-210d-484f-bbb6-c1dd2223992e'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'http_auth_username'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = ''; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "c6a5b05b-210d-484f-bbb6-c1dd2223992e"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "http_auth_username"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = ""; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'ed380d7d-b3b8-40b4-8528-f10d521ddef0'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'http_auth_password'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = ''; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "ed380d7d-b3b8-40b4-8528-f10d521ddef0"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "http_auth_password"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = ""; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'c998c762-6a43-4911-a465-a9653eeb793d'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'http_auth_disable'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'boolean'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "c998c762-6a43-4911-a465-a9653eeb793d"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "http_auth_disable"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'd376fe0f-fb89-4418-8fb4-590e4cac483f'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'cidr'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'array'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = ''; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "d376fe0f-fb89-4418-8fb4-590e4cac483f"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "cidr"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "array"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = ""; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'a5323190-b733-49c1-99c4-396ab8950bb8'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'admin_name'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = ''; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "a5323190-b733-49c1-99c4-396ab8950bb8"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "admin_name"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = ""; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'ae3f809e-81af-4ed4-82f7-275251210d3a'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'admin_password'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = ''; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "ae3f809e-81af-4ed4-82f7-275251210d3a"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "admin_password"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = ""; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'cd2173be-aa43-4fd2-9c75-02f49c199485'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'path'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = ''; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "cd2173be-aa43-4fd2-9c75-02f49c199485"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "path"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = ""; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '559cd2d6-8ca0-4e6e-ae9d-565c8eed898d'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'voicemail_number'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '*97'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "559cd2d6-8ca0-4e6e-ae9d-565c8eed898d"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "voicemail_number"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "*97"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'a9dc7f4a-0a19-40cb-829a-093bf81d00db'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'line_sip_port'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '5060'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "a9dc7f4a-0a19-40cb-829a-093bf81d00db"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "line_sip_port"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "5060"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '472300e4-267a-4f0d-83ab-04d2017c7d0f'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'line_sip_transport'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'tcp'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "472300e4-267a-4f0d-83ab-04d2017c7d0f"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "line_sip_transport"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "tcp"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '5bc38b86-089f-44cb-9fff-38be38c497e8'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'line_register_expires'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '120'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "5bc38b86-089f-44cb-9fff-38be38c497e8"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "line_register_expires"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "120"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '1752b247-873b-4d41-9846-b9df93efe8df'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'polycom_gmt_offset'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = ''; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = '3600 * GMT offset'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "1752b247-873b-4d41-9846-b9df93efe8df"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "polycom_gmt_offset"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = ""; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "3600 * GMT offset"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '098b2abd-3af3-4104-8fba-fabf9573f925'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'polycom_digitmap'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '[*]xxxx|[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[1-9]xxT|**x.T'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "098b2abd-3af3-4104-8fba-fabf9573f925"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "polycom_digitmap"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "[*]xxxx|[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[1-9]xxT|**x.T"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '5aa7f396-d742-48f1-b53f-c609b9a6759a'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'daylight_savings_start_month'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '3'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "5aa7f396-d742-48f1-b53f-c609b9a6759a"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "daylight_savings_start_month"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "3"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '7d742914-9c55-4cee-a295-c19501389f41'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'daylight_savings_start_day'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '13'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7d742914-9c55-4cee-a295-c19501389f41"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "daylight_savings_start_day"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "13"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'ef0ad392-8956-4355-bf44-48d8712c74c1'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'daylight_savings_start_weekday'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '7'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "ef0ad392-8956-4355-bf44-48d8712c74c1"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "daylight_savings_start_weekday"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "7"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '7b444c2f-bed7-4da5-8cf3-4cc79df8625f'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'daylight_savings_start_time'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '2'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7b444c2f-bed7-4da5-8cf3-4cc79df8625f"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "daylight_savings_start_time"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "2"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'f8e7b78b-1b84-42da-9e14-ec03dbb67c52'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'daylight_savings_stop_month'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '11'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "f8e7b78b-1b84-42da-9e14-ec03dbb67c52"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "daylight_savings_stop_month"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "11"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '6f4a9657-e130-4003-bc96-22a1312d76f4'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'daylight_savings_stop_day'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '6'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "6f4a9657-e130-4003-bc96-22a1312d76f4"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "daylight_savings_stop_day"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "6"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'e7942398-3d32-4a32-924f-e61bf31299fa'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'daylight_savings_stop_weekday'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '7'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "e7942398-3d32-4a32-924f-e61bf31299fa"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "daylight_savings_stop_weekday"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "7"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'd3e72ae2-b887-443d-8523-96726343bb55'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'daylight_savings_stop_time'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '2'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "d3e72ae2-b887-443d-8523-96726343bb55"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "daylight_savings_stop_time"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "2"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '931d6cc7-ca82-4813-ae92-7015e0c2ea1b'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'http_domain_filter'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "931d6cc7-ca82-4813-ae92-7015e0c2ea1b"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "http_domain_filter"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'fc2fa8cd-b14e-48e3-99bd-7c01c9d6208d'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'yealink_time_zone'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '-6'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Time zone ranges from -11 to +12'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "fc2fa8cd-b14e-48e3-99bd-7c01c9d6208d"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_time_zone"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "-6"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Time zone ranges from -11 to +12"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '7f4a1607-4cbe-49f5-8cd2-6d599b89bd9b'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'yealink_time_format'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '1'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = '0-12 Hour, 1-24 Hour'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7f4a1607-4cbe-49f5-8cd2-6d599b89bd9b"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_time_format"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "1"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "0-12 Hour, 1-24 Hour"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '166b27d1-1860-4154-88d3-5e15781e7bbb'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'yealink_date_format'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '3'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = '0-WWW MMM DD (default), 1-DD-MMM-YY, 2-YYYY-MM-DD, 3-DD/MM/YYYY, 4-MM/DD/YY, 5-DD MMM YYYY, 6-WWW DD MMM'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "166b27d1-1860-4154-88d3-5e15781e7bbb"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_date_format"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "3"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "0-WWW MMM DD (default), 1-DD-MMM-YY, 2-YYYY-MM-DD, 3-DD/MM/YYYY, 4-MM/DD/YY, 5-DD MMM YYYY, 6-WWW DD MMM"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '05bcbb47-06f6-4c81-a1c9-cdf2982d60a7'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'yealink_rport'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'boolean'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '1'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Send the response back to the source it came from.'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "05bcbb47-06f6-4c81-a1c9-cdf2982d60a7"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_rport"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "1"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Send the response back to the source it came from."; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '70894b7b-2edd-41ad-8526-060589df4e11'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'yealink_session_timer'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'boolean'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '1'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'SIP Session Timers'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "70894b7b-2edd-41ad-8526-060589df4e11"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_session_timer"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "1"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "SIP Session Timers"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'aa200d6f-c048-4203-9838-8dd05fa31bd5'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'yealink_retransmission'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'boolean'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '1'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Retransmission'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "aa200d6f-c048-4203-9838-8dd05fa31bd5"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_retransmission"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "1"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Retransmission"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '6c4430f6-3713-4c8b-9da3-eaf1705d7dc3'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'contact_users'; - $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'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "6c4430f6-3713-4c8b-9da3-eaf1705d7dc3"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "contact_users"; + $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'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'c5196771-f408-40b3-81c7-b4ce525620c3'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'contact_groups'; - $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'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "c5196771-f408-40b3-81c7-b4ce525620c3"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "contact_groups"; + $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'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '8854358d-c6a4-4eeb-b21b-37ced80a4fbb'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'contact_extensions'; - $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'] = 'allow extensions to be provisioned as contacts as $extensions in provision templates'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "8854358d-c6a4-4eeb-b21b-37ced80a4fbb"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "contact_extensions"; + $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'] = "allow extensions to be provisioned as contacts as $extensions in provision templates"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'd157078e-b363-4f34-a6d4-8a86990a40b7'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'number_as_presence_id'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "d157078e-b363-4f34-a6d4-8a86990a40b7"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "number_as_presence_id"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '48dd60fe-d7de-417c-85c4-2d2d897a709c'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'ntp_server_primary'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'pool.ntp.org'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "48dd60fe-d7de-417c-85c4-2d2d897a709c"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "ntp_server_primary"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "pool.ntp.org"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '7bcc3c26-ac55-4934-be9f-e0edfbc7193b'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'ntp_server_secondary'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '2.us.pool.ntp.org'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7bcc3c26-ac55-4934-be9f-e0edfbc7193b"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "ntp_server_secondary"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "2.us.pool.ntp.org"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'da21eec7-699b-4a8b-a5e5-30ce118aaf8c'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'spa_time_zone'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'GMT-07:00'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "da21eec7-699b-4a8b-a5e5-30ce118aaf8c"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "spa_time_zone"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "GMT-07:00"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'a6529f0e-9d8b-43b9-b487-db42b9b6be25'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'spa_time_format'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '12hr'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = '12hr,24hr'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "a6529f0e-9d8b-43b9-b487-db42b9b6be25"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "spa_time_format"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "12hr"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "12hr,24hr"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '58c764a9-4f71-4cd2-a44a-1ab52990b97f'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'spa_date_format'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'day/month'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "58c764a9-4f71-4cd2-a44a-1ab52990b97f"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "spa_date_format"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "day/month"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '9c9886a0-92f6-4dd7-8c1b-d04f240d9a9b'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'spa_back_light_timer'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '30 s'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "9c9886a0-92f6-4dd7-8c1b-d04f240d9a9b"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "spa_back_light_timer"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "30 s"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '7c7fb3c1-3796-4c5f-b090-2aec955e023b'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'spa_handle_via_rport'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'Yes'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7c7fb3c1-3796-4c5f-b090-2aec955e023b"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "spa_handle_via_rport"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "Yes"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '8311d0c9-73ae-4d49-9036-e2f649586b5b'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'spa_insert_via_rport'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'Yes'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "8311d0c9-73ae-4d49-9036-e2f649586b5b"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "spa_insert_via_rport"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "Yes"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '72de5cdf-31f8-4d4b-b94b-468be0aa7a3d'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'spa_dial_plan'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '(*xxxxxxx|*xxxxxx|*xxxxx|*xxxx|*xxx|*xx*|*x|**xxxxx|**xxxx|**xxx|**xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "72de5cdf-31f8-4d4b-b94b-468be0aa7a3d"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "spa_dial_plan"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "(*xxxxxxx|*xxxxxx|*xxxxx|*xxxx|*xxx|*xx*|*x|**xxxxx|**xxxx|**xxx|**xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'bf122bc9-c9bf-497c-9dda-95d125293eaf'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'yealink_srtp_encryption'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '0'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "bf122bc9-c9bf-497c-9dda-95d125293eaf"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_srtp_encryption"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "0"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'f0704072-c3d9-48df-b89b-2aea6035b3c4'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'yealink_call_waiting'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '1'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Call Waiting 1=enabled 0=disable'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "f0704072-c3d9-48df-b89b-2aea6035b3c4"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_call_waiting"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "1"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Call Waiting 1=enabled 0=disable"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '564c50ee-4403-4e26-a30b-637f661db389'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'spa_call_waiting'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'Yes'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Call Waiting Yes=enabled No=disable'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "564c50ee-4403-4e26-a30b-637f661db389"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "spa_call_waiting"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "Yes"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Call Waiting Yes=enabled No=disable"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '8fc369c3-bd6e-4fbb-957c-681de8a325fc'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'snom_call_waiting'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'on'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Call Waiting on=enabled off=disable visual only and ringer'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "8fc369c3-bd6e-4fbb-957c-681de8a325fc"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "snom_call_waiting"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "on"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Call Waiting on=enabled off=disable visual only and ringer"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '096ef50c-3ff4-4a1f-bc37-79876a7eb832'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'polycom_call_waiting'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '1'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Call Waiting 1=enabled 0=disable'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "096ef50c-3ff4-4a1f-bc37-79876a7eb832"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "polycom_call_waiting"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "1"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Call Waiting 1=enabled 0=disable"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'bf083e2c-ad73-48ba-a981-9e1c92b2554e'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'grandstream_call_waiting'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '0'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Call Waiting 0=enabled 1=disable'; - $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '203711b9-1d2a-4b52-9d8c-d6f23b451d8f'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'nway_conference'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $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'] = 'N-Way conferencing for devices supporting network conference uri'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "bf083e2c-ad73-48ba-a981-9e1c92b2554e"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "grandstream_call_waiting"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "0"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Call Waiting 0=enabled 1=disable"; $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "203711b9-1d2a-4b52-9d8c-d6f23b451d8f"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "nway_conference"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $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'] = "N-Way conferencing for devices supporting network conference uri"; -?> +?> \ No newline at end of file diff --git a/app/recordings/app_config.php b/app/recordings/app_config.php index 8a57a4f41f..13c61ba16a 100644 --- a/app/recordings/app_config.php +++ b/app/recordings/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "83913217-c7a2-9e90-925d-a866eb40b60e"; $apps[$x]['category'] = "Switch";; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Manage recordings primarily used with an IVR."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Aufnahmen verwalten. Diese werden hauptsächlich für Anrufzentralen (IVR) verwendet."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Aufnahmen verwalten. Diese werden hauptsächlich für Anrufzentralen (IVR) verwendet."; $apps[$x]['description']['es-cl'] = "Administrador de grabaciones, utilizadas primordialmente con un IVR"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Aufnahmen verwalten. Diese werden hauptsächlich für Anrufzentralen (IVR) verwendet."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Aufnahmen verwalten. Diese werden hauptsächlich für Anrufzentralen (IVR) verwendet."; - $apps[$x]['description']['fr-fr'] = "Gestion des enregistrements principalement utilisés dans les IVR"; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Gestor de gravações utilizadas principalmente com um IVR."; + $apps[$x]['description']['fr-fr'] = "Gestion des enregistrements principalement utilisés dans les IVR"; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Gestor de gravações utilizadas principalmente com um IVR."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //destination details $y=0; @@ -71,14 +79,13 @@ //default settings $y=0; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'a780b88f-188b-4d73-a1df-f93a114ca16d'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'recordings'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'storage_type'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'base64'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; - $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "a780b88f-188b-4d73-a1df-f93a114ca16d"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "recordings"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "storage_type"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "base64"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; //schema details $y=0; @@ -132,6 +139,5 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_base64"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Recording file encoded in base64."; - $z++; -?> +?> \ No newline at end of file diff --git a/app/registrations/app_config.php b/app/registrations/app_config.php index c712d775b1..efe75c3e86 100644 --- a/app/registrations/app_config.php +++ b/app/registrations/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "5d9e7cd7-629e-3553-4cf5-f26e39fefa39"; $apps[$x]['category'] = "Switch";; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Displays registrations from endpoints."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Zeigt registrierte Endgeräte an."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Zeigt registrierte Endgeräte an."; $apps[$x]['description']['es-cl'] = "Muestra los registros desde los extremos"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Zeigt registrierte Endgeräte an."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Zeigt registrierte Endgeräte an."; - $apps[$x]['description']['fr-fr'] = "Afficher les enregistrements des équipements."; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Exibe registos de terminais SIP."; + $apps[$x]['description']['fr-fr'] = "Afficher les enregistrements des équipements."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Exibe registos de terminais SIP."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -31,4 +39,4 @@ $apps[$x]['permissions'][$y]['menu']['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; -?> +?> \ No newline at end of file diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 0d53920701..5db07a7546 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "1d61fb65-1eec-bc73-a6ee-a6203b4fe6f2"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "A tool to call multiple extensions."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Ein Werkzeug um mehrere Nebenstellen anzurufen."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Ein Werkzeug um mehrere Nebenstellen anzurufen."; $apps[$x]['description']['es-cl'] = "Una herramienta para llamar a múltiples extensiones"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Ein Werkzeug um mehrere Nebenstellen anzurufen."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Ein Werkzeug um mehrere Nebenstellen anzurufen."; - $apps[$x]['description']['fr-fr'] = "Outil pour appeler plusieurs extensions."; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Uma ferramenta para chamar várias extensões."; + $apps[$x]['description']['fr-fr'] = "Outil pour appeler plusieurs extensions."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Uma ferramenta para chamar várias extensões."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //destination details $y=0; @@ -99,34 +107,33 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "ring_group_forward_toll_allow"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; //default settings $y=0; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '745d8fdc-57bc-4f43-97d7-508fda8f70a8'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'ring_group'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'destination_add_rows'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '5'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "745d8fdc-57bc-4f43-97d7-508fda8f70a8"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "ring_group"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "destination_add_rows"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "5"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'ddf306c9-6f58-40f7-910e-2f27dc33fa57'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'ring_group'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'destination_edit_rows'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '1'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; - $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'de655030-ae71-4b53-8068-5cf0b14cf635'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'ring_groups'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '3'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "ddf306c9-6f58-40f7-910e-2f27dc33fa57"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "ring_group"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "destination_edit_rows"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "1"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "de655030-ae71-4b53-8068-5cf0b14cf635"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "limit"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "ring_groups"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "3"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; //schema details $y=0; @@ -223,7 +230,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_forward_toll_allow"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Toll Allow for Ring Group Forward."; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_ring_group_destinations"; @@ -268,7 +274,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_prompt"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; //confirm,announce $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_ring_group_users"; @@ -308,4 +313,4 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> +?> \ No newline at end of file diff --git a/app/services/app_config.php b/app/services/app_config.php index da492957b0..f017edf669 100644 --- a/app/services/app_config.php +++ b/app/services/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "35ff1f56-513a-1f6c-a393-955838ff12ee"; $apps[$x]['category'] = "System"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Monitor System Services."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Systemdienste überwachen."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Systemdienste überwachen."; $apps[$x]['description']['es-cl'] = "Monitor de Servicios de Sistema"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Systemdienste überwachen."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Systemdienste überwachen."; - $apps[$x]['description']['fr-fr'] = "Contrôler les services du système."; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Monitorizar Serviços do Sistema."; + $apps[$x]['description']['fr-fr'] = "Contrôler les services du système."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Monitorizar Serviços do Sistema."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -104,4 +112,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> +?> \ No newline at end of file diff --git a/app/settings/app_config.php b/app/settings/app_config.php index 4c47b2a762..48278d7bb7 100644 --- a/app/settings/app_config.php +++ b/app/settings/app_config.php @@ -5,20 +5,28 @@ $apps[$x]['uuid'] = "b6b1b2e5-4ba5-044c-8a5c-18709a15eb60"; $apps[$x]['category'] = "Switch";; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "PBX Settings."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "PBX Einstellungen."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "PBX Einstellungen."; $apps[$x]['description']['es-cl'] = "Configuraciones del PBX"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "PBX Einstellungen."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "PBX Einstellungen."; - $apps[$x]['description']['fr-fr'] = "Confs PBX"; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Definições do PBX."; + $apps[$x]['description']['fr-fr'] = "Confs PBX"; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Definições do PBX."; + $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -53,11 +61,11 @@ $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'] = 'setting_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]['name'] = "setting_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"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "numbering_plan"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; @@ -103,4 +111,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> +?> \ No newline at end of file diff --git a/app/sip_profiles/app_config.php b/app/sip_profiles/app_config.php index 9d9960b98c..afc7890d58 100644 --- a/app/sip_profiles/app_config.php +++ b/app/sip_profiles/app_config.php @@ -5,21 +5,28 @@ $apps[$x]['uuid'] = "159a8da8-0e8c-a26b-6d5b-19c532b6d470"; $apps[$x]['category'] = ""; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = ""; + $apps[$x]['description']['en-us'] = "Manage settings for the SIP profiles."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['es-cl'] = ""; $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'] = ""; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = ""; + $apps[$x]['description']['fr-fr'] = ""; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = ""; + $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -60,18 +67,17 @@ $apps[$x]['permissions'][$y]['name'] = "sip_profile_setting_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'sip_profile_domain_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "sip_profile_domain_view"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'sip_profile_domain_add'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "sip_profile_domain_add"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = 'sip_profile_domain_edit'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'sip_profile_domain_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = "sip_profile_domain_edit"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "sip_profile_domain_delete"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //schema details $y=0; @@ -100,38 +106,36 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_sip_profile_domains"; $apps[$x]['db'][$y]['table']['parent'] = "v_sip_profiles"; $z=0; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_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'] = 'primary'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_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'] = "primary"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_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_sip_profile'; - $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'sip_profile_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_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_sip_profile"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "sip_profile_uuid"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_domain_name'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_domain_name"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_domain_alias'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enable or disable the alias.'; - $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_domain_parse'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enable or disable the parsing.'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_domain_alias"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enable or disable the alias."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_domain_parse"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enable or disable the parsing."; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_sip_profile_settings"; @@ -164,6 +168,5 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_setting_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; - $z++; -?> +?> \ No newline at end of file diff --git a/app/sip_status/app_config.php b/app/sip_status/app_config.php index 5a2b3df921..e7c672afab 100644 --- a/app/sip_status/app_config.php +++ b/app/sip_status/app_config.php @@ -5,21 +5,28 @@ $apps[$x]['uuid'] = "caca8695-9ca7-b058-56e7-4ea94ea1c0e8"; $apps[$x]['category'] = "Switch";; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Displays system information such as RAM, CPU and Hard Drive information."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Zeigt den SIP-Status an."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Zeigt den SIP-Status an."; $apps[$x]['description']['es-cl'] = "Muestra información del sistema como RAM, CPU y Disco Duro"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Zeigt den SIP-Status an."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Zeigt den SIP-Status an."; - $apps[$x]['description']['fr-fr'] = ""; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Exibe informações do sistema, como memória RAM, CPU e informações do disco rígido."; + $apps[$x]['description']['fr-fr'] = ""; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Exibe informações do sistema, como memória RAM, CPU e informações do disco rígido."; + $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Отображает системную информацию о состоянии Памяти, Процессора и Дисковых накопителей."; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -34,4 +41,4 @@ $apps[$x]['permissions'][$y]['name'] = "sip_status_switch_status"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; -?> +?> \ No newline at end of file diff --git a/app/system/app_config.php b/app/system/app_config.php index 3abbb53896..e871816fad 100644 --- a/app/system/app_config.php +++ b/app/system/app_config.php @@ -5,21 +5,28 @@ $apps[$x]['uuid'] = "b7ef56fd-57c5-d4e8-bb4b-7887eede2e78"; $apps[$x]['category'] = "System"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Displays information for CPU, HDD, RAM and more."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Zeigt Informationen über die CPU, Festplatten, Speicher und anderes an."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Zeigt Informationen über die CPU, Festplatten, Speicher und anderes an."; $apps[$x]['description']['es-cl'] = "Muestra información del sistema como RAM, CPU y Disco Duro"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Zeigt Informationen über die CPU, Festplatten, Speicher und anderes an."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Zeigt Informationen über die CPU, Festplatten, Speicher und anderes an."; - $apps[$x]['description']['fr-fr'] = "Affiche les information sur le sytème comme les informations sur la RAM, la CPU et le Disque Dur."; $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-ch'] = ""; - $apps[$x]['description']['pt-pt'] = "Exibe informações do CPU, disco rígido, memória RAM e muito mais."; + $apps[$x]['description']['fr-fr'] = "Affiche les information sur le sytème comme les informations sur la RAM, la CPU et le Disque Dur."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Exibe informações do CPU, disco rígido, memória RAM e muito mais."; + $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Отображает на дисплее информацию о Процессоре, Пямяти, Дисковых накопителях и другоую."; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -60,4 +67,4 @@ $apps[$x]['permissions'][$y]['name'] = "software_delete"; //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; -?> +?> \ No newline at end of file diff --git a/app/tftp/app_config.php b/app/tftp/app_config.php index 289afa39d4..9b1712f6e7 100644 --- a/app/tftp/app_config.php +++ b/app/tftp/app_config.php @@ -1,11 +1,11 @@ +?> \ No newline at end of file diff --git a/app/time_conditions/app_config.php b/app/time_conditions/app_config.php index bfab0d4a1c..12438a7e52 100644 --- a/app/time_conditions/app_config.php +++ b/app/time_conditions/app_config.php @@ -1,11 +1,11 @@ +?> \ No newline at end of file diff --git a/app/tones/app_config.php b/app/tones/app_config.php index 45b1f017dc..5b5783eef7 100644 --- a/app/tones/app_config.php +++ b/app/tones/app_config.php @@ -1,17 +1,17 @@ +?> \ No newline at end of file diff --git a/app/traffic_graph/app_config.php b/app/traffic_graph/app_config.php index 36c8f3e175..424e79fbbb 100644 --- a/app/traffic_graph/app_config.php +++ b/app/traffic_graph/app_config.php @@ -1,11 +1,11 @@ +?> \ No newline at end of file diff --git a/app/vars/app_config.php b/app/vars/app_config.php index 5801364fb2..ed8b1f9207 100644 --- a/app/vars/app_config.php +++ b/app/vars/app_config.php @@ -1,11 +1,11 @@ +?> \ No newline at end of file diff --git a/app/voicemail_greetings/app_config.php b/app/voicemail_greetings/app_config.php index e83573d75c..51739fea18 100644 --- a/app/voicemail_greetings/app_config.php +++ b/app/voicemail_greetings/app_config.php @@ -1,11 +1,11 @@ +?> \ No newline at end of file diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index b115b12b77..e7cbea6d7a 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -5,12 +5,29 @@ $apps[$x]['uuid'] = "b523c2d2-64cd-46f1-9520-ca4b4098e044"; $apps[$x]['category'] = ""; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = ""; + $apps[$x]['description']['en-us'] = "Manage voicemail mailboxes"; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = ""; + $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'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; + $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = ""; + $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = ""; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; + //destination details $y=0; @@ -74,81 +91,80 @@ $apps[$x]['permissions'][$y]['name'] = "voicemail_option_add"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $apps[$x]['permissions'][$y]['groups'][] = "user"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; $y++; $apps[$x]['permissions'][$y]['name'] = "voicemail_option_edit"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $apps[$x]['permissions'][$y]['groups'][] = "user"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; $y++; $apps[$x]['permissions'][$y]['name'] = "voicemail_option_view"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $apps[$x]['permissions'][$y]['groups'][] = "user"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; $y++; $apps[$x]['permissions'][$y]['name'] = "voicemail_option_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $apps[$x]['permissions'][$y]['groups'][] = "user"; - $y++; + $apps[$x]['permissions'][$y]['groups'][] = "user"; //default settings $y=0; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '1cf61dea-42b5-4799-b9fa-f2c3bd29e933'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'voicemail'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'voicemail_file'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'attach'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Define whether to attach voicemail files to email notifications, or only include a link.'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "1cf61dea-42b5-4799-b9fa-f2c3bd29e933"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "voicemail"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "voicemail_file"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "attach"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Define whether to attach voicemail files to email notifications, or only include a link."; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '4723fe3b-e7ec-409e-a4a8-15ae274253fb'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'voicemail'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'keep_local'; - $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'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Define whether to keep voicemail files on the local system after sending attached via email.'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "4723fe3b-e7ec-409e-a4a8-15ae274253fb"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "voicemail"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "keep_local"; + $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'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Define whether to keep voicemail files on the local system after sending attached via email."; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '9a4879c0-87ac-42e5-99f2-2ca2c77dbd98'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'voicemail'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'storage_type'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'base64'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Define which storage type (base_64 stores in the database).'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "9a4879c0-87ac-42e5-99f2-2ca2c77dbd98"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "voicemail"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "storage_type"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "base64"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Define which storage type (base_64 stores in the database)."; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '690a36a8-b6d3-47ea-8780-1af609c1966c'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'voicemail'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'message_max_length'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '300'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Maximum length of a voicemail (in seconds).'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "690a36a8-b6d3-47ea-8780-1af609c1966c"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "voicemail"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "message_max_length"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "300"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Maximum length of a voicemail (in seconds)."; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'bfe802b1-fcad-41a3-9da2-6b0efdb0c05f'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'voicemail'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'password_length'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '8'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'The default length of characters in a voicemail password.'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "bfe802b1-fcad-41a3-9da2-6b0efdb0c05f"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "voicemail"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "password_length"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "8"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "The default length of characters in a voicemail password."; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'b127ca03-c682-4d71-b412-4e50f1aca339'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'voicemail'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'greeting_max_length'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '90'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Maximum length of a voicemail greeting (in seconds).'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "b127ca03-c682-4d71-b412-4e50f1aca339"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "voicemail"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "greeting_max_length"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "90"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Maximum length of a voicemail greeting (in seconds)."; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'dd09f9d8-6662-4270-9dac-b87191b77012'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'voicemail'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'display_domain_name'; - $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'] = 'Enable display of @domain_name after voicemail_id when rendering emails.'; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "dd09f9d8-6662-4270-9dac-b87191b77012"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "voicemail"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "display_domain_name"; + $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'] = "Enable display of @domain_name after voicemail_id when rendering emails."; //schema details $y=0; @@ -238,7 +254,6 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = ""; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_voicemail_messages"; @@ -303,7 +318,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "message_transcription"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Voicemail transcription."; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_voicemail_destinations"; @@ -338,7 +352,6 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_voicemails"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "voicemail_uuid"; - $z++; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_voicemail_options"; @@ -385,6 +398,5 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "voicemail_option_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; -?> +?> \ No newline at end of file diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index c46dac1d53..658cbd0f10 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -5,21 +5,28 @@ $apps[$x]['uuid'] = "4a085c51-7635-ff03-f67b-86e834422848"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = ""; + $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'] = "Call Detail Records with all information about the call."; + $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['de-at'] = "Detaillierte Historie mit informationen über alle Anrufe."; + $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-de'] = "Detaillierte Historie mit informationen über alle Anrufe."; $apps[$x]['description']['es-cl'] = "Registro de detalle de llamados con toda la información de la llamada"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = "Detaillierte Historie mit informationen über alle Anrufe."; - $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = "Detaillierte Historie mit informationen über alle Anrufe."; - $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']['fr-fr'] = "Historique des Appels complets."; + $apps[$x]['description']['he-il'] = ""; + $apps[$x]['description']['it-it'] = ""; + $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; + $apps[$x]['description']['pt-pt'] = "Detalhes das Gravações de Voz com todas as informações sobre a chamada."; + $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Записи о вызовах с полной детализацией."; + $apps[$x]['description']['sv-se'] = ""; + $apps[$x]['description']['uk-ua'] = ""; //permission details $y=0; @@ -68,61 +75,61 @@ //default settings $y=0; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '0f208802-5f18-41f9-97a3-45e939e7a1b8'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'cdr'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'b_leg'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'array'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'outbound'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "0f208802-5f18-41f9-97a3-45e939e7a1b8"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "cdr"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "b_leg"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "array"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "outbound"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'd9d09758-6deb-47e5-b5bb-812da3a8d196'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'cdr'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'b_leg'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'array'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'inbound'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "d9d09758-6deb-47e5-b5bb-812da3a8d196"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "cdr"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "b_leg"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "array"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "inbound"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '74e33709-da7d-4d46-a31f-6580ab9a7714'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'cdr'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'b_leg'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'array'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'local'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "74e33709-da7d-4d46-a31f-6580ab9a7714"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "cdr"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "b_leg"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "array"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "local"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'dbbadd02-f95d-480b-85d5-2a4113d4cccc'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'cdr'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'format'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'json'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "dbbadd02-f95d-480b-85d5-2a4113d4cccc"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "cdr"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "format"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "json"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '23335ac0-9466-4d16-af3f-81aa347159b1'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'cdr'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'storage'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = 'db'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "23335ac0-9466-4d16-af3f-81aa347159b1"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "cdr"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "storage"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "db"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'cdb19dda-234b-407a-9eda-e8af74597d4b'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'cdr'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'limit'; - $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; - $apps[$x]['default_settings'][$y]['default_setting_value'] = '800'; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "cdb19dda-234b-407a-9eda-e8af74597d4b"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "cdr"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "limit"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "800"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'cea53099-96c0-405f-ada6-219d0b398944'; - $apps[$x]['default_settings'][$y]['default_setting_category'] = 'cdr'; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'http_enabled'; - $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'] = 'true'; - $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "cea53099-96c0-405f-ada6-219d0b398944"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "cdr"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "http_enabled"; + $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'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; //schema details $y=0; @@ -394,4 +401,4 @@ $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."; -?> +?> \ No newline at end of file