[zaptel-commits] mattf: branch 1.4 r2308 - in /branches/1.4: ./ wct4xxp/base.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Wed Mar 14 09:08:55 MST 2007


Author: mattf
Date: Wed Mar 14 11:08:55 2007
New Revision: 2308

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2308
Log:
Merged revisions 2307 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r2307 | mattf | 2007-03-14 10:03:18 -0600 (Wed, 14 Mar 2007) | 2 lines

Fix bug in J1 mode configuration.

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/wct4xxp/base.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wct4xxp/base.c?view=diff&rev=2308&r1=2307&r2=2308
==============================================================================
--- branches/1.4/wct4xxp/base.c (original)
+++ branches/1.4/wct4xxp/base.c Wed Mar 14 11:08:55 2007
@@ -977,7 +977,7 @@
 	struct t4_span *ts = wc->tspans[span];
 
 	oldnotclear = ts->notclear;
-	if (ts->spantype == TYPE_T1) {
+	if ((ts->spantype == TYPE_T1) || (ts->spantype == TYPE_J1)) {
 		for (i=0;i<24;i++) {
 			j = (i/8);
 			if (ts->span.chans[i].flags & ZT_FLAG_CLEAR) {



More information about the zaptel-commits mailing list