Update app_config.php (#5021)

This commit is contained in:
chansizzle
2020-01-08 13:11:59 -07:00
committed by FusionPBX
parent d39aa28444
commit c6295ae86f
+4
View File
@@ -112,14 +112,17 @@
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_name"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_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 name."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference name.";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_extension"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_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 extension number."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference extension number.";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_pin_number"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_pin_number";
$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'] = "Optional pin number to secure access to the conference."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Optional pin number to secure access to the conference.";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_profile"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_profile";
@@ -136,6 +139,7 @@
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_description"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_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 description."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_enabled"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_enabled";