fusionpbx/app/extensions/app_config.php

350 lines
17 KiB
PHP
Raw Normal View History

<?php
//application details
$apps[$x]['name'] = "Extensions";
$apps[$x]['uuid'] = 'e68d9689-2769-e013-28fa-6214bf47fca3';
2013-03-10 06:39:45 +01:00
$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'] = 'Used Configure SIP extensions.';
$apps[$x]['description']['es-mx'] = 'Utilizado para configurar Extensiones SIP.';
$apps[$x]['description']['de-de'] = '';
2012-10-11 02:07:03 +02:00
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
2013-09-17 22:02:19 +02:00
$apps[$x]['description']['fr-fr'] = 'Utilisé pour configurer des extentions SIP';
$apps[$x]['description']['fr-ca'] = 'Utilisé pour configurer des éxtentions SIP';
2012-10-11 02:07:03 +02:00
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['pt-pt'] = 'Usado para configurar extensões SIP.';
$apps[$x]['description']['pt-br'] = '';
//menu details
2012-10-11 02:07:03 +02:00
$apps[$x]['menu'][0]['title']['en-us'] = 'Extensions';
$apps[$x]['menu'][0]['title']['es-mx'] = 'Extensiones';
$apps[$x]['menu'][0]['title']['de-de'] = '';
2012-10-11 02:07:03 +02:00
$apps[$x]['menu'][0]['title']['de-ch'] = '';
$apps[$x]['menu'][0]['title']['de-at'] = '';
2013-09-17 22:02:19 +02:00
$apps[$x]['menu'][0]['title']['fr-fr'] = 'Extensions';
$apps[$x]['menu'][0]['title']['fr-ca'] = 'Post téléphonique';
2012-10-11 02:07:03 +02:00
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Extensões';
$apps[$x]['menu'][0]['title']['pt-br'] = '';
$apps[$x]['menu'][0]['uuid'] = 'd3036a99-9a9f-2ad6-a82a-1fe7bebbe2d3';
$apps[$x]['menu'][0]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55';
$apps[$x]['menu'][0]['category'] = 'internal';
2012-11-24 03:25:59 +01:00
$apps[$x]['menu'][0]['path'] = '/app/extensions/extensions.php';
$apps[$x]['menu'][0]['groups'][] = 'admin';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//permission details
$y = 0;
$apps[$x]['permissions'][$y]['name'] = 'extension_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'extension_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'extension_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'extension_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'extension_toll';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'outbound_caller_id_select';
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'extension_user_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'extension_user_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'extension_user_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'extension_user_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
//schema details
$y = 0; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = 'v_extensions';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'id';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'extension_id';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT';
2012-10-11 02:07:03 +02:00
$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'] = 'extension_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$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'] = 'extension';
$apps[$x]['db'][$y]['fields'][$z]['uuid'] = '15607400-7d58-475d-8f4e-7ffb858aa3e7';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_alias';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'password';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_list';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$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'] = 'provisioning_list';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
//$apps[$x]['db'][$y]['fields'][$z]['name'] = 'mailbox';
//$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'] = 'vm_password';
//$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
//$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
//$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'accountcode';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'effective_caller_id_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'effective_caller_id_number';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'outbound_caller_id_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'outbound_caller_id_number';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'emergency_caller_id_number';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'directory_full_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'directory_visible';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'directory_exten_visible';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'limit_max';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'limit_destination';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
//$apps[$x]['db'][$y]['fields'][$z]['name'] = 'vm_enabled';
//$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'] = 'vm_mailto';
//$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'] = 'vm_attach_file';
//$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'] = 'vm_keep_local_after_email';
//$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'] = 'user_context';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'toll_allow';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
2013-04-02 09:36:28 +02:00
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_timeout';
$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']['text'] = 'call_group';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'callgroup';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'hold_music';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'auth_acl';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'cidr';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_force_contact';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'nibble_account';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_force_expires';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'mwi_account';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_bypass_media';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'unique_id';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'dial_string';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'dial_user';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'dial_domain';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'do_not_disturb';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'forward_all_destination';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'call_forward_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'forward_all_enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'forward_busy_destination';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'forward_busy_enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'follow_me_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_follow_me';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'follow_me_uuid';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$y = 1; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = 'v_extension_users';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'id';
$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';
2012-10-11 02:07:03 +02:00
$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']['text'] = 'extension_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'] = 'primary';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_extensions';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'extension_uuid';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$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';
2012-10-11 02:07:03 +02:00
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
?>