Update app_config.php

This commit is contained in:
FusionPBX 2017-02-15 21:43:00 -07:00 committed by GitHub
parent c8e7b820c2
commit b2392939c2
1 changed files with 19 additions and 16 deletions

View File

@ -20,7 +20,7 @@
$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-br'] = "O centro de conferências permite gerir uma ou mais salas de conferência de audio e vídeo.";
//destination details //destination details
$y = 0; $y=0;
$apps[$x]['destinations'][$y]['type'] = "sql"; $apps[$x]['destinations'][$y]['type'] = "sql";
$apps[$x]['destinations'][$y]['label'] = "conference_centers"; $apps[$x]['destinations'][$y]['label'] = "conference_centers";
$apps[$x]['destinations'][$y]['name'] = "conference_centers"; $apps[$x]['destinations'][$y]['name'] = "conference_centers";
@ -34,7 +34,7 @@
$apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${name} \${description}"; $apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${name} \${description}";
//permission details //permission details
$y = 0; $y=0;
$apps[$x]['permissions'][$y]['name'] = "conference_center_view"; $apps[$x]['permissions'][$y]['name'] = "conference_center_view";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f"; $apps[$x]['permissions'][$y]['menu']['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
@ -167,9 +167,10 @@
$apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "admin";
//schema details //schema details
$y = 0; //table array index $y=0;
$z = 0; //field array index $apps[$x]['db'][$y]['table']['name'] = "v_conference_centers";
$apps[$x]['db'][$y]['table'] = "v_conference_centers"; $apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "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']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
@ -223,9 +224,10 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enable or disable the conference center."; $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."; $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilite ou desabilite o centro de conferência.";
$y = 1; //table array index $y=1;
$z = 0; //field array index $apps[$x]['db'][$y]['table']['name'] = "v_conference_rooms";
$apps[$x]['db'][$y]['table'] = "v_conference_rooms"; $apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "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']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
@ -291,7 +293,6 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Close the conference room at the stop time."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Close the conference room at the stop time.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fecha a sala de conferência na hora do término."; $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fecha a sala de conferência na hora do término.";
$z++; $z++;
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "wait_mod"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "wait_mod";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Wait for the moderator to join before starting the conference."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Wait for the moderator to join before starting the conference.";
@ -333,9 +334,10 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Descrição para a sessão de conferência."; $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Descrição para a sessão de conferência.";
$z++; $z++;
$y = 2; //table array index $y=2;
$z = 0; //field array index $apps[$x]['db'][$y]['table']['name'] = "v_conference_sessions";
$apps[$x]['db'][$y]['table'] = "v_conference_sessions"; $apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "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']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
@ -381,9 +383,10 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período."; $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período.";
$z++; $z++;
$y = 3; //table array index $y=3;
$z = 0; //field array index $apps[$x]['db'][$y]['table']['name'] = "v_conference_session_details";
$apps[$x]['db'][$y]['table'] = "v_conference_session_details"; $apps[$x]['db'][$y]['table']['parent'] = "v_conference_sessions";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "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']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
@ -459,4 +462,4 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período"; $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período";
$z++; $z++;
?> ?>