summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-06-15 12:41:24 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-06-15 12:41:24 +0000
commit2ee2b192e3dd359c603c74638f801a1ec6adc1fc (patch)
treed5a841c43daaf06fefef57c241153a150aa20518 /apps
parent14ebe471c510c2ba876d1baf638a3624a8c4f02a (diff)
Merged revisions 34242 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r34242 | tilghman | 2006-06-15 07:40:10 -0500 (Thu, 15 Jun 2006) | 3 lines VoicemailMain exits on any key, when the language is set to Italian, instead of properly handling the key (issue 7353). ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34243 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-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 a8636a2df..4ef68cc55 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -4199,7 +4199,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 */