[Asterisk-cvs] asterisk/apps app_disa.c,1.11,1.12

markster at lists.digium.com markster at lists.digium.com
Tue May 4 15:12:03 CDT 2004


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

Modified Files:
	app_disa.c 
Log Message:
Make sure we don't accidently send weird delivery times on DISA


Index: app_disa.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_disa.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- app_disa.c	6 Apr 2004 22:17:31 -0000	1.11
+++ app_disa.c	4 May 2004 19:20:20 -0000	1.12
@@ -212,6 +212,7 @@
 				wf.mallocd = 0;
 				wf.data = tone_block.buf;
 				wf.datalen = f->datalen;
+				wf.delivery.tv_sec = wf.delivery.tv_usec = 0;
 				make_tone_block(tone_block.buf, 350, 440, f->datalen, &x);
 				wf.samples = wf.datalen;
 				ast_frfree(f);




More information about the svn-commits mailing list