From 7d964d9f00133863495954930a273c3c8bdafd2d Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Tue, 14 Jan 2014 12:52:30 +0100 Subject: [PATCH] MT#5645 Another ro language fix. --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 43cd896..2b14cbf 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -6125,7 +6125,7 @@ static int vm_intro_ro(struct ast_channel *chan, struct vm_state *vms) ast_play_and_wait(chan, "vm-message") : /* 2 or more new messages */ say_and_wait(chan, vms->newmessages, chan->language) || - ast_play_and_wait(chan, "vm-INBOX") || + ast_play_and_wait(chan, "vm-INBOXa") || ast_play_and_wait(chan, "vm-messages"); if (!res && vms->oldmessages) res = ast_play_and_wait(chan, "vm-and");