From ca26469ac381bfe2ba5209814c4084b1733a8382 Mon Sep 17 00:00:00 2001 From: file Date: Thu, 10 Apr 2008 14:53:19 +0000 Subject: Don't hardcode ru into the digits filename so that languageprefix can work. (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/trunk@114027 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_voicemail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/app_voicemail.c') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index e787f87c2..99744dc73 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -6636,7 +6636,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); } @@ -6655,7 +6655,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); } -- cgit v1.2.3