[asterisk-commits] branch 1.2 r34242 - /branches/1.2/apps/app_voicemail.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Jun 15 05:40:10 MST 2006


Author: tilghman
Date: Thu Jun 15 07:40:10 2006
New Revision: 34242

URL: http://svn.digium.com/view/asterisk?rev=34242&view=rev
Log:
VoicemailMain exits on any key, when the language is set to Italian, instead of
properly handling the key (issue 7353).

Modified:
    branches/1.2/apps/app_voicemail.c

Modified: branches/1.2/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_voicemail.c?rev=34242&r1=34241&r2=34242&view=diff
==============================================================================
--- branches/1.2/apps/app_voicemail.c (original)
+++ branches/1.2/apps/app_voicemail.c Thu Jun 15 07:40:10 2006
@@ -4121,7 +4121,7 @@
 			ast_play_and_wait(chan, "vm-vecchi") ||
 			ast_play_and_wait(chan, "vm-messages");
 	}
-	return res ? -1 : 0;
+	return res;
 }
 
 /* SWEDISH syntax */



More information about the asterisk-commits mailing list