From 33d2d65ec36dd2fd9c0e11532b376993bf281573 Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 15 Jun 2006 12:40:10 +0000 Subject: 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/branches/1.2@34242 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_voicemail.c') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index c08a563e8..42ccef3c6 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -4121,7 +4121,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; } /* SWEDISH syntax */ -- cgit v1.2.3