From f822496f02b70bf91fd3afcedda1228198019d3b Mon Sep 17 00:00:00 2001 From: jim Date: Sun, 25 Apr 2004 02:27:38 +0000 Subject: Fixed problem allowing FXO_GS (groundstart on FXS modules) to work. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@373 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wcfxs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wcfxs.c') diff --git a/wcfxs.c b/wcfxs.c index 0d99d03..1a7420d 100755 --- a/wcfxs.c +++ b/wcfxs.c @@ -1498,7 +1498,7 @@ static int wcfxs_initialize(struct wcfxs *wc) wc->span.deflaw = ZT_LAW_MULAW; for (x=0;xcards;x++) { sprintf(wc->chans[x].name, "WCTDM/%d/%d", wc->pos, x); - wc->chans[x].sigcap = ZT_SIG_FXOKS | ZT_SIG_FXOLS | ZT_SIG_SF; + wc->chans[x].sigcap = ZT_SIG_FXOKS | ZT_SIG_FXOLS | ZT_SIG_FXOGS | ZT_SIG_SF; wc->chans[x].sigcap |= ZT_SIG_FXSKS | ZT_SIG_FXSLS | ZT_SIG_SF; wc->chans[x].chanpos = x+1; wc->chans[x].pvt = wc; @@ -1530,7 +1530,7 @@ static void wcfxs_post_initialize(struct wcfxs *wc) if (wc->modtype[x] == MOD_TYPE_FXO) wc->chans[x].sigcap = ZT_SIG_FXSKS | ZT_SIG_FXSLS | ZT_SIG_SF; else - wc->chans[x].sigcap = ZT_SIG_FXOKS | ZT_SIG_FXOLS | ZT_SIG_SF; + wc->chans[x].sigcap = ZT_SIG_FXOKS | ZT_SIG_FXOLS | ZT_SIG_FXOGS | ZT_SIG_SF; } } } -- cgit v1.2.3