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

Modified Files:
        wct4xxp.c 
Log Message:
More non-workq fixes


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- wct4xxp.c   1 Jun 2005 21:18:08 -0000       1.68
+++ wct4xxp.c   1 Jun 2005 21:20:31 -0000       1.69
@@ -1567,9 +1567,9 @@
 {
        int x;
        for (x=0;x<4;x++) {
-               if (wc->spans[x].flags & ZT_FLAG_RUNNING) {
-                       __receive_span(wc, x);
-                       __transmit_span(wc, x);
+               if (wc->tspans[x]->span.flags & ZT_FLAG_RUNNING) {
+                       __receive_span(wc->tspans[x]);
+                       __transmit_span(wc->tspans[x]);
                }
        }
 }

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to