mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-21 17:12:24 +00:00
Merged revisions 38761 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r38761 | tilghman | 2006-08-03 00:22:19 -0500 (Thu, 03 Aug 2006) | 2 lines Bug 7648 - Checking wrong count for plurality on new messages for Dutch language ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38762 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4546,7 +4546,7 @@ static int vm_intro_nl(struct ast_channel *chan,struct vm_state *vms)
|
||||
if (vms->newmessages) {
|
||||
res = say_and_wait(chan, vms->newmessages, chan->language);
|
||||
if (!res) {
|
||||
if (vms->oldmessages == 1)
|
||||
if (vms->newmessages == 1)
|
||||
res = ast_play_and_wait(chan, "vm-INBOXs");
|
||||
else
|
||||
res = ast_play_and_wait(chan, "vm-INBOX");
|
||||
|
||||
Reference in New Issue
Block a user