[Asterisk-cvs] asterisk/apps app_voicemail.c,1.17,1.18

markster at lists.digium.com markster at lists.digium.com
Wed Nov 12 23:19:47 CST 2003


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

Modified Files:
	app_voicemail.c 
Log Message:
Retain beep


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- app_voicemail.c	13 Nov 2003 05:43:07 -0000	1.17
+++ app_voicemail.c	13 Nov 2003 05:46:01 -0000	1.18
@@ -889,7 +889,7 @@
 
 	if (playfile) {	
 		d = play_and_wait(chan, playfile);
-		if (!d)
+		if (d > -1)
 			d = ast_streamfile(chan, "beep",chan->language);
 		if (!d)
 			d = ast_waitstream(chan,"");




More information about the svn-commits mailing list