mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Merged revisions 79527 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r79527 | mmichelson | 2007-08-15 09:26:40 -0500 (Wed, 15 Aug 2007) | 5 lines Fixed an error in the Russian language voicemail intro. (issue #10458, reported and patched by Oleh) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79529 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5961,7 +5961,7 @@ static int vm_intro_ru(struct ast_channel *chan,struct vm_state *vms)
|
||||
|
||||
if (!res && vms->oldmessages) {
|
||||
lastnum = get_lastdigits(vms->oldmessages);
|
||||
dcnum = vms->newmessages - lastnum;
|
||||
dcnum = vms->oldmessages - lastnum;
|
||||
if (dcnum)
|
||||
res = say_and_wait(chan, dcnum, chan->language);
|
||||
if (!res && lastnum) {
|
||||
|
Reference in New Issue
Block a user