[zaptel-commits] mspiceland: branch 1.2 r3363 - /branches/1.2/wcte12xp/base.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Fri Dec 7 21:18:45 CST 2007
Author: mspiceland
Date: Fri Dec 7 21:18:45 2007
New Revision: 3363
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3363
Log:
oops. This change was only supposed to be for the 1.4 branch.
Modified:
branches/1.2/wcte12xp/base.c
Modified: branches/1.2/wcte12xp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wcte12xp/base.c?view=diff&rev=3363&r1=3362&r2=3363
==============================================================================
--- branches/1.2/wcte12xp/base.c (original)
+++ branches/1.2/wcte12xp/base.c Fri Dec 7 21:18:45 2007
@@ -955,6 +955,10 @@
{
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)
More information about the zaptel-commits
mailing list