Update app_config.php

This commit is contained in:
FusionPBX
2018-01-31 14:57:45 -07:00
committed by GitHub
parent d877dd0652
commit 92d7d9524f

View File

@@ -391,17 +391,21 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent name";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent_type";
$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_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";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "queue answered epoch";
$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";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "queue terminated epoch";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_cause";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";