aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-12 16:38:02 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-12 16:38:02 +0000
commit10f18935049247c623e03b11273b1d254ad118db (patch)
tree5861b40e6b854147fa2135d04c7619b71cb371b2 /apps/app_voicemail.c
parenta51fa44f103666014b208feee9e15b4f9c51531a (diff)
Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian
(cf commit 34242) (Closes issue #7353) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@142744 f38db490-d61c-443f-a65b-d21fe96a405b
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 35cd65db3..6ca5b7c88 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 */