[asterisk-commits] russell: trunk r48433 -
/trunk/channels/chan_zap.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Dec 12 17:56:30 MST 2006
Author: russell
Date: Tue Dec 12 18:56:30 2006
New Revision: 48433
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48433
Log:
revert check for a zaptel transcoder related definition that was done in the
wrong module.
Modified:
trunk/channels/chan_zap.c
Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?view=diff&rev=48433&r1=48432&r2=48433
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Tue Dec 12 18:56:30 2006
@@ -118,7 +118,7 @@
};
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
More information about the asterisk-commits
mailing list