[Asterisk-cvs] asterisk/apps app_voicemail.c,1.106,1.107

markster at lists.digium.com markster at lists.digium.com
Tue Jun 1 19:47:37 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv17649/apps

Modified Files:
	app_voicemail.c 
Log Message:
Play acknowledgement in all cases (bug #1767)


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- app_voicemail.c	1 Jun 2004 19:38:06 -0000	1.106
+++ app_voicemail.c	2 Jun 2004 00:03:49 -0000	1.107
@@ -1215,6 +1215,7 @@
 					if (option_verbose > 2)
 						ast_verbose( VERBOSE_PREFIX_3 "Took too long, cutting it short...\n");
 					res = 't';
+					outmsg=2;
 					ast_frfree(f);
 					break;
 				}
@@ -1441,6 +1442,7 @@
 				if (maxtime < (end - start)) {
 					if (option_verbose > 2)
 						ast_verbose( VERBOSE_PREFIX_3 "Took too long, cutting it short...\n");
+					outmsg = 2;
 					res = 't';
 					ast_frfree(f);
 					break;




More information about the svn-commits mailing list