summaryrefslogtreecommitdiff
path: root/ztcfg.c
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-15 20:40:49 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-15 20:40:49 +0000
commit6646e7f5056598a5d693e28e5f139fe142b6f319 (patch)
tree333401330ae988bbc1fedd5d9848e4d7cf9d2ba2 /ztcfg.c
parent1194ba17f8471a178912380b544cc833f4cf1cdd (diff)
Remove silly CAS signalling conflicts... patch
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3041 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztcfg.c')
-rw-r--r--ztcfg.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/ztcfg.c b/ztcfg.c
index 48e9516..c7a68eb 100644
--- a/ztcfg.c
+++ b/ztcfg.c
@@ -1397,16 +1397,6 @@ int main(int argc, char *argv[])
current_state.channo = cc[x].chan | ZT_GET_PARAMS_RETURN_MASTER;
if (ioctl(fd, ZT_GET_PARAMS, &current_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) {