Add conference_accountcode to the conference table.

This commit is contained in:
FusionPBX 2021-12-01 21:31:15 -07:00 committed by GitHub
parent 96f74c1936
commit 245ae82e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -135,14 +135,18 @@
$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.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_profile";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Conference Profile is a collection of settings for the conference.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_email_address";
$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 email address for the conference.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_profile";
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_accountcode";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Conference Profile is a collection of settings for the conference.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Optional accountcode for the conference.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_flags";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";