Update app_config.php

This commit is contained in:
FusionPBX 2018-01-29 15:29:10 -07:00 committed by GitHub
parent e0878d46c9
commit a045893faa
1 changed files with 19 additions and 1 deletions

View File

@ -381,11 +381,29 @@
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Unique session identifier"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Unique session identifier";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent_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]['description']['en-us'] = "agent id";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent";
$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'] = "agent name"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent name";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent_type"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent_bridged";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "bridged true or false";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_queue_answered_epoch";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent type";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_queue_terminated_epoch";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent type";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_cause";
$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'] = "agent type"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent type";
$z++; $z++;