[Asterisk-cvs] zaptel wct4xxp.c,1.23,1.24
markster at lists.digium.com
markster at lists.digium.com
Fri Apr 2 02:05:21 CST 2004
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv19761
Modified Files:
wct4xxp.c
Log Message:
Minor te410p fixes for timing
Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- wct4xxp.c 1 Apr 2004 07:04:31 -0000 1.23
+++ wct4xxp.c 2 Apr 2004 07:04:29 -0000 1.24
@@ -481,13 +481,14 @@
span->lineconfig = lc->lineconfig;
span->txlevel = lc->lbo;
span->rxlevel = 0;
+ span->syncsrc = wc->syncsrc;
if (lc->sync < 0)
lc->sync = 0;
if (lc->sync > 4)
lc->sync = 0;
/* remove this span number from the current sync sources, if there */
- for(i = 0; i < 3; i++) {
+ for(i = 0; i < 4; i++) {
if (wc->syncs[i] == span->spanno) {
wc->syncs[i] = 0;
wc->psyncs[i] = 0;
More information about the svn-commits
mailing list