summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
authorcitats <citats@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-04-26 05:04:55 +0000
committercitats <citats@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-04-26 05:04:55 +0000
commitc5caddc88675c27f66eadf10ee5cd8fc2e22f482 (patch)
tree0b2e8b0dc619b235762f94b7d12f0b3aaede80cd /wct4xxp.c
parent94126249cd230d25b882d197e05ea885c921c763 (diff)
Add EM_E1 back to wct4xxp.c
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@376 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 18489fe..b02a471 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -378,7 +378,7 @@ static int t4_maint(struct zt_span *span, int cmd)
t4_framer_out(wc, span->offset, 0x21, 0x40); /* FMR5: Nothing but RBS mode */
break;
default:
- printk("TE410P: Unknown E1 maint command: %d\n", cmd);
+ printk("TE410P: Unknown T1 maint command: %d\n", cmd);
break;
}
}
@@ -583,7 +583,7 @@ static void init_spans(struct t4 *wc)
struct zt_chan *mychans = wc->chans[x] + y;
sprintf(mychans->name, "TE4/%d/%d/%d", wc->num, x + 1, y + 1);
mychans->sigcap = ZT_SIG_EM | ZT_SIG_CLEAR | ZT_SIG_FXSLS | ZT_SIG_FXSGS | ZT_SIG_FXSKS |
- ZT_SIG_FXOLS | ZT_SIG_FXOGS | ZT_SIG_FXOKS | ZT_SIG_CAS;
+ ZT_SIG_FXOLS | ZT_SIG_FXOGS | ZT_SIG_FXOKS | ZT_SIG_CAS | ZT_SIG_EM_E1;
c = (x * wc->spans[x].channels) + y;
mychans->pvt = wc;
mychans->chanpos = y + 1;