[Asterisk-cvs] asterisk indications.c,1.10,1.11

markster at lists.digium.com markster at lists.digium.com
Sat Mar 20 18:36:00 CST 2004


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

Modified Files:
	indications.c 
Log Message:
Fix milliwatt and musiconhold to know about delivery times


Index: indications.c
===================================================================
RCS file: /usr/cvsroot/asterisk/indications.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- indications.c	12 Feb 2004 22:11:02 -0000	1.10
+++ indications.c	20 Mar 2004 23:31:40 -0000	1.11
@@ -123,6 +123,8 @@
 	ps->f.samples = samples;
 	ps->f.offset = AST_FRIENDLY_OFFSET;
 	ps->f.data = ps->data;
+	ps->f.delivery.tv_sec = 0;
+	ps->f.delivery.tv_usec = 0;
 	ast_write(chan, &ps->f);
 
 	ps->pos += x;




More information about the svn-commits mailing list