aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 15:58:39 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 15:58:39 +0000
commit18c825592319f89650b58a44543b76a43b0c0227 (patch)
treefa239d52e1863074e49e9d0e5dfc235b253e311c /apps
parentfe54d7982a32c34134ad04c3dc7b450fb983b432 (diff)
Forgot the 1.4 branch for russian language fix.
(closes issue #12404) Reported by: IgorG Patches: voicemail_ru_hardcoded-v1.patch uploaded by IgorG (license 20) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@114032 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 15d4bb9fc..3a285063d 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -5719,7 +5719,7 @@ static int vm_intro_ru(struct ast_channel *chan,struct vm_state *vms)
res = say_and_wait(chan, dcnum, chan->language);
if (!res && lastnum) {
if (lastnum == 1)
- res = ast_play_and_wait(chan, "digits/ru/odno");
+ res = ast_play_and_wait(chan, "digits/odno");
else
res = say_and_wait(chan, lastnum, chan->language);
}
@@ -5738,7 +5738,7 @@ static int vm_intro_ru(struct ast_channel *chan,struct vm_state *vms)
res = say_and_wait(chan, dcnum, chan->language);
if (!res && lastnum) {
if (lastnum == 1)
- res = ast_play_and_wait(chan, "digits/ru/odno");
+ res = ast_play_and_wait(chan, "digits/odno");
else
res = say_and_wait(chan, lastnum, chan->language);
}