summaryrefslogtreecommitdiff
path: root/wcte12xp
diff options
context:
space:
mode:
authormspiceland <mspiceland@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-08 03:18:45 +0000
committermspiceland <mspiceland@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-08 03:18:45 +0000
commitb6c017d1b25f9621fd6738419b6cd1377ca6eb3e (patch)
tree9897445bc781eb4bc536d6812c3b5831dcda74d0 /wcte12xp
parent612682423fc0277716849c0fd9c0797aada23e4a (diff)
oops. This change was only supposed to be for the 1.4 branch.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3363 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcte12xp')
-rw-r--r--wcte12xp/base.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/wcte12xp/base.c b/wcte12xp/base.c
index 4f9d710..3bc49ae 100644
--- a/wcte12xp/base.c
+++ b/wcte12xp/base.c
@@ -955,6 +955,10 @@ static int t1xxp_spanconfig(struct zt_span *span, struct zt_lineconfig *lc)
{
struct t1 *wc = span->pvt;
+ span->lineconfig = lc->lineconfig;
+ span->lbo = lc->lbo;
+ span->txlevel = lc->lbo;
+ span->rxlevel = 0;
/* Do we want to SYNC on receive or not */
wc->sync = lc->sync;
if (wc->sync)