[asterisk-commits] tilghman: branch 1.4 r142744 - /branches/1.4/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Sep 12 11:38:03 CDT 2008
Author: tilghman
Date: Fri Sep 12 11:38:02 2008
New Revision: 142744
URL: http://svn.digium.com/view/asterisk?view=rev&rev=142744
Log:
Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian
(cf commit 34242)
(Closes issue #7353)
Modified:
branches/1.4/apps/app_voicemail.c
Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=142744&r1=142743&r2=142744
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Fri Sep 12 11:38:02 2008
@@ -5707,7 +5707,7 @@
ast_play_and_wait(chan, "vm-vecchi") ||
ast_play_and_wait(chan, "vm-messages");
}
- return res ? -1 : 0;
+ return res;
}
/* POLISH syntax */
More information about the asterisk-commits
mailing list