mirror of
https://github.com/asterisk/asterisk.git
synced 2025-08-28 17:08:59 +00:00
Bug 7648 - Checking wrong count for plurality on new messages for Dutch language
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@38761 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4380,7 +4380,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