mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
* add nl-nl items
* Update app_config.php
* add nl-nl items
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Fix typos inn nl-nl
* Add nl-nl items
* dd nl-nl items.
* Add nl-nl items.
* Add nl-nl items (call-flows)
* Add nl-nl items
* Add nl-nl items
* dd nl-nl items (calls)
* Add nl-nl items
* Add nl-nl items (contacts)
* Add nl-nl items (vars)
* Add nl-nl items (voicemails)
* Add nl-nl items (xml_cdr)
* Add nl-nl items (xml_cdr)
* This reverts commit 41afeb4796.
* Add nl-nl items (voicemail_greetings)
* Add nl-nl items (system)
* Add nl-nl items (sip_profiles)
* Add nl-nl items (sip_status)
* Add nl-nl items (settings)
* Add nl-nl items (database_transactions)
* Add nl-nl items (destinations)
* Add nl-nl (devices)
* Add nl-nl (conferences)
* Add nl-nl (conferences_active)
* Add nl-nl (conference_centers)
* Update nl-nl (conference_centers)
* Add nl-nl (conference_controls)
* Add nl-nl items (conference_profiles)
* Add nl-nl items (dialplan_inbound)
* Add nl-nl items (dialplan_inbound)
* Add nl-nl items (dialplan_outbound)
* Add nl-nl items (dialplans)
* Add nl-nl items (edit)
* Add nl-nl items (email_logs)
* Add nl-nl items (errors)
* Add nl-nl items (exec)
127 lines
6.1 KiB
PHP
127 lines
6.1 KiB
PHP
<?php
|
|
|
|
//application details
|
|
$apps[$x]['name'] = "Conference Profiles";
|
|
$apps[$x]['uuid'] = "c33e2c2a-847f-44c1-8c0d-310df5d65ba9";
|
|
$apps[$x]['category'] = "";
|
|
$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'] = "A group of conference parameters saved together as a profile.";
|
|
$apps[$x]['description']['ar-eg'] = "";
|
|
$apps[$x]['description']['de-at'] = "Eine Gruppe von Konferenz-Parametern zu einem Profil zusammengefasst.";
|
|
$apps[$x]['description']['de-ch'] = "";
|
|
$apps[$x]['description']['de-de'] = "Eine Gruppe von Konferenz-Parametern zu einem Profil zusammengefasst.";
|
|
$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'] = "Een groep conferentie parameters die gezamenlijk als profiel opgeslagen zijn.";
|
|
$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;
|
|
$apps[$x]['permissions'][$y]['name'] = "conference_profile_view";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
$y++;
|
|
$apps[$x]['permissions'][$y]['name'] = "conference_profile_add";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
$y++;
|
|
$apps[$x]['permissions'][$y]['name'] = "conference_profile_edit";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
$y++;
|
|
$apps[$x]['permissions'][$y]['name'] = "conference_profile_delete";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
$y++;
|
|
$apps[$x]['permissions'][$y]['name'] = "conference_profile_param_view";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
$y++;
|
|
$apps[$x]['permissions'][$y]['name'] = "conference_profile_param_add";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
$y++;
|
|
$apps[$x]['permissions'][$y]['name'] = "conference_profile_param_edit";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
$y++;
|
|
$apps[$x]['permissions'][$y]['name'] = "conference_profile_param_delete";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
|
//schema details
|
|
$y=0;
|
|
$apps[$x]['db'][$y]['table']['name'] = "v_conference_profiles";
|
|
$apps[$x]['db'][$y]['table']['parent'] = "";
|
|
$z=0;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_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'] = "profile_name";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the profile name.";
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_enabled";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the profile.";
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_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_conference_profile_params";
|
|
$apps[$x]['db'][$y]['table']['parent'] = "v_conference_profiles";
|
|
$z=0;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_profile_param_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'] = "conference_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_conference_profiles";
|
|
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "conference_profile_uuid";
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_param_name";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the parameter name.";
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_param_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'] = "profile_param_enabled";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the parameter.";
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_param_description";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
|
|
|
|
?>
|