summaryrefslogtreecommitdiff
path: root/wct1xxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wct1xxp.c')
-rwxr-xr-xwct1xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct1xxp.c b/wct1xxp.c
index 63f8baf..1a46043 100755
--- a/wct1xxp.c
+++ b/wct1xxp.c
@@ -791,7 +791,7 @@ static int t1xxp_software_init(struct t1xxp *wc)
sprintf(wc->chans[x].name, "WCT1/%d/%d", wc->num, x + 1);
wc->chans[x].sigcap = ZT_SIG_EM | ZT_SIG_CLEAR | ZT_SIG_EM_E1 |
ZT_SIG_FXSLS | ZT_SIG_FXSGS |
- ZT_SIG_FXSKS | ZT_SIG_FXOLS |
+ ZT_SIG_FXSKS | ZT_SIG_FXOLS | ZT_SIG_DACS_RBS |
ZT_SIG_FXOGS | ZT_SIG_FXOKS | ZT_SIG_CAS | ZT_SIG_SF;
wc->chans[x].pvt = wc;
wc->chans[x].chanpos = x + 1;