Update app_config.php

Add voicemail_alternate_greet_id to the database.
This commit is contained in:
FusionPBX 2016-09-20 09:42:00 -06:00 committed by GitHub
parent 903dabfa6c
commit 42321e7a85
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the greeting id.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_alternate_greet_id";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Used to provide an alternate id for the voicemail announcement.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_mail_to";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the email address to send voicemail to.";