From 09fc565b03f37c66c2bb80ce96242c999cb07261 Mon Sep 17 00:00:00 2001 From: mattf Date: Sat, 15 Sep 2007 20:36:58 +0000 Subject: This patch was not thought out well enough. Get rid of it for now (CAS signalling conflicts...) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3039 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- ztcfg.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ztcfg.c') diff --git a/ztcfg.c b/ztcfg.c index ae03547..e251f2a 100644 --- a/ztcfg.c +++ b/ztcfg.c @@ -1281,16 +1281,6 @@ int main(int argc, char *argv[]) current_state.channo = cc[x].chan | ZT_GET_PARAMS_RETURN_MASTER; if (ioctl(fd, ZT_GET_PARAMS, ¤t_state)) needupdate = 1; - else if (current_state.chanpos == 16 && - (cc[x].sigtype & ZT_SIG_CLEAR) && - !(lc[current_state.spanno - 1].lineconfig & - (ZT_CONFIG_D4|ZT_CONFIG_ESF|ZT_CONFIG_B8ZS|ZT_CONFIG_CCS))) { - fprintf(stderr, - "CAS signalling on span %u conflicts with %s on channel %u.\n", - current_state.spanno, - sigtype_to_str(cc[x].sigtype), x); - exit(1); - } } if (!needupdate) { -- cgit v1.2.3