Update app_config.php (#5018)

This commit is contained in:
chansizzle
2020-01-08 13:09:56 -07:00
committed by FusionPBX
parent b3d772d00e
commit ec23bb046d
+4
View File
@@ -204,10 +204,12 @@
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_name"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $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'] = "Enter the conference center name."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference center name.";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_extension"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_extension";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $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'] = "Enter the conference center extension number."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference center extension number.";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_pin_length"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_pin_length";
@@ -216,10 +218,12 @@
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_greeting"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_greeting";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $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'] = "Enter the conference greeting."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference greeting.";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_description"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $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'] = "Enter the center description."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the center description.";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_enabled"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_enabled";