aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-15 12:41:24 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-15 12:41:24 +0000
commitceecb1f247100dd2139d2db41566fd867158cc73 (patch)
treed5a841c43daaf06fefef57c241153a150aa20518 /apps
parent4f30ac78cd5f983d07cfd72e63bdbc4f9251f79c (diff)
Merged revisions 34242 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r34242 | tilghman | 2006-06-15 07:40:10 -0500 (Thu, 15 Jun 2006) | 3 lines VoicemailMain exits on any key, when the language is set to Italian, instead of properly handling the key (issue 7353). ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34243 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index a8636a2df..4ef68cc55 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -4199,7 +4199,7 @@ static int vm_intro_it(struct ast_channel *chan, struct vm_state *vms)
ast_play_and_wait(chan, "vm-vecchi") ||
ast_play_and_wait(chan, "vm-messages");
}
- return res ? -1 : 0;
+ return res;
}
/* POLISH syntax */