[svn-commits] mattf: trunk r2309 - in /trunk: ./ wct4xxp/base.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Mar 14 09:11:23 MST 2007
Author: mattf
Date: Wed Mar 14 11:11:22 2007
New Revision: 2309
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2309
Log:
Merged revisions 2308 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4
................
r2308 | mattf | 2007-03-14 10:08:55 -0600 (Wed, 14 Mar 2007) | 10 lines
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:
trunk/ (props changed)
trunk/wct4xxp/base.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/trunk/wct4xxp/base.c?view=diff&rev=2309&r1=2308&r2=2309
==============================================================================
--- trunk/wct4xxp/base.c (original)
+++ trunk/wct4xxp/base.c Wed Mar 14 11:11:22 2007
@@ -983,7 +983,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 svn-commits
mailing list