Add extension_uuid to xml cdr.

This commit is contained in:
Mark Crane
2013-03-10 05:39:45 +00:00
parent ca6476faf9
commit 1993560b35
7 changed files with 381 additions and 5 deletions
+10 -1
View File
@@ -39,7 +39,7 @@
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
$apps[$x]['menu'][1]['title']['en-us'] = 'Call Detail Records';
$apps[$x]['menu'][1]['title']['es-mx'] = '';
$apps[$x]['menu'][1]['title']['es-mx'] = '';
$apps[$x]['menu'][1]['title']['de'] = '';
$apps[$x]['menu'][1]['title']['de-ch'] = '';
$apps[$x]['menu'][1]['title']['de-at'] = '';
@@ -90,6 +90,15 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_extensions';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'extension_uuid';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';