[svn-commits] trunk r1184 - /trunk/wct4xxp_base.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Jun 28 08:26:45 MST 2006
Author: file
Date: Wed Jun 28 10:26:45 2006
New Revision: 1184
URL: http://svn.digium.com/view/zaptel?rev=1184&view=rev
Log:
And Malcom said... let there be E1 support once again!
Modified:
trunk/wct4xxp_base.c
Modified: trunk/wct4xxp_base.c
URL: http://svn.digium.com/view/zaptel/trunk/wct4xxp_base.c?rev=1184&r1=1183&r2=1184&view=diff
==============================================================================
--- trunk/wct4xxp_base.c (original)
+++ trunk/wct4xxp_base.c Wed Jun 28 10:26:45 2006
@@ -171,7 +171,7 @@
static int debug=0;
static int timingcable = 0;
static int highestorder;
-static int t1e1override = 0x00; //0xFF; // -1 = jumper; 0xFF = E1
+static int t1e1override = -1; //0xFF; // -1 = jumper; 0xFF = E1
static int j1mode = 0;
static int sigmode = FRMR_MODE_NO_ADDR_CMP;
static int loopback = 0;
More information about the svn-commits
mailing list