[asterisk-commits] branch oej/jitterbuffer r15853 - /team/oej/jitterbuffer/channels/chan_zap.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Mar 28 16:07:54 MST 2006


Author: oej
Date: Tue Mar 28 17:07:54 2006
New Revision: 15853

URL: http://svn.digium.com/view/asterisk?rev=15853&view=rev
Log:
Make zaptel check compatible with trunk

Modified:
    team/oej/jitterbuffer/channels/chan_zap.c

Modified: team/oej/jitterbuffer/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/team/oej/jitterbuffer/channels/chan_zap.c?rev=15853&r1=15852&r2=15853&view=diff
==============================================================================
--- team/oej/jitterbuffer/channels/chan_zap.c (original)
+++ team/oej/jitterbuffer/channels/chan_zap.c Tue Mar 28 17:07:54 2006
@@ -120,7 +120,7 @@
 static struct ast_jb_conf global_jbconf;
 #endif /* AST_JB */
 
-#if !defined(ZT_SIG_EM_E1) || (defined(ZAPATA_PRI) && !defined(ZT_SIG_HARDHDLC))
+#if !defined(ZT_SIG_HARDHDLC)
 #error "Your zaptel is too old.  please update"
 #endif
 



More information about the asterisk-commits mailing list