diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 3cbefe7621..6f9f862a07 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -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.";