diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 7d3b6e6b7b..ff74c05d7b 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -518,11 +518,6 @@ Dutch also uses: Spanish also uses: \arg \b vm-youhaveno -Ukrainian requires the following additional soundfile: -\arg \b vm-nove 'nove' -\arg \b vm-stare 'stare' -\arg \b digits/ua/1e 'odne' - Italian requires the following additional soundfile: For vm_intro_it: @@ -7320,7 +7315,8 @@ static int vm_intro_multilang(struct ast_channel *chan, struct vm_state *vms, co if (!res) { if (lastnum == 0) { res = ast_play_and_wait(chan, "vm-no"); - } else { + } + if (!res) { res = ast_say_counted_noun(chan, lastnum, "vm-message"); } }