Update app_config.php (#5039)

This commit is contained in:
chansizzle 2020-01-08 20:49:34 -07:00 committed by FusionPBX
parent 9fe84a2b7d
commit ac1ebb6f6e
1 changed files with 3 additions and 0 deletions

View File

@ -149,16 +149,19 @@
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "recording_filename";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "filename";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "recording_name";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "recordingname";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "recording_description";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "descr";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_base64";