From: Tilghman Lesher Date: Fri, 12 Sep 2008 16:38:02 +0000 (+0000) Subject: Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian X-Git-Tag: 1.4.23-rc1~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=496b85d5ed70c0881c658c835bd383e9c1ee705f;p=thirdparty%2Fasterisk.git 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 --- 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 */