aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-13 00:56:30 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-13 00:56:30 +0000
commit8d605a76179a704abdd07196d360f33f8fb5363d (patch)
tree2c93dad53c3fc0d5af907d37d9563871fdc77c45 /channels
parent0a8ad75e7e070753f7f7cd5f2c820b20f76c3db1 (diff)
revert check for a zaptel transcoder related definition that was done in the
wrong module. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48433 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index c72b30c4d..394c12bb2 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -118,7 +118,7 @@ static struct ast_jb_conf default_jbconf =
};
static struct ast_jb_conf global_jbconf;
-#if !defined(ZT_TCOP_RELEASE) || (defined(HAVE_PRI) && !defined(ZT_SIG_HARDHDLC))
+#if !defined(ZT_SIG_EM_E1) || (defined(HAVE_PRI) && !defined(ZT_SIG_HARDHDLC))
#error "Your zaptel is too old. Please update"
#endif