diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 34f6571b11..9905ad7076 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -106,6 +106,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_name_base64"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; $y = 1; //table array index $z = 0; //field array index