summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-09-12 16:38:55 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-09-12 16:38:55 +0000
commit81c2d7bccf234dbfce79d114348b769982a097f7 (patch)
treeaeca8be1dbbd5d09a97d0993bd75677f61572053 /apps/app_voicemail.c
parent8c53dd7f5eea6b00b47577a5067a492fc50dbe01 (diff)
Merged revisions 142744 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r142744 | tilghman | 2008-09-12 11:38:02 -0500 (Fri, 12 Sep 2008) | 4 lines 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/trunk@142745 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_voicemail.c')
-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 0969c8091..66df94968 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -7040,7 +7040,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 */