[Asterisk-cvs] zaptel zaptel.c,1.34,1.35

markster at lists.digium.com markster at lists.digium.com
Wed Nov 12 18:29:48 CST 2003


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv6712

Modified Files:
	zaptel.c 
Log Message:
Keep up with linear received data when using digital monitor mode


Index: zaptel.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- zaptel.c	5 Nov 2003 22:23:36 -0000	1.34
+++ zaptel.c	13 Nov 2003 00:56:01 -0000	1.35
@@ -4297,6 +4297,8 @@
 					memcpy(txb, chans[ms->confna]->putraw, ZT_CHUNKSIZE);
 				}
 			}
+			for (x=0;x<ZT_CHUNKSIZE;x++)
+				getlin[x] = ZT_XLAW(txb[x], ms);
 			break;
 		}
 	}




More information about the svn-commits mailing list