]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 12 Sep 2008 16:38:02 +0000 (16:38 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 12 Sep 2008 16:38:02 +0000 (16:38 +0000)
(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

index 35cd65db346c933de3f6a48fc2b498b2c7a2f47b..6ca5b7c88c5fb76b00a4bc4679be7466733cad2b 100644 (file)
@@ -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 */