From 496b85d5ed70c0881c658c835bd383e9c1ee705f Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Fri, 12 Sep 2008 16:38:02 +0000 Subject: [PATCH] Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian (cf commit 34242) (Closes issue #7353) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@142744 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 35cd65db34..6ca5b7c88c 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -5707,7 +5707,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 */ -- 2.47.3