[Asterisk-cvs] asterisk/channels chan_zap.c,1.391,1.392

markster at lists.digium.com markster at lists.digium.com
Wed Dec 15 22:18:21 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv1291/channels

Modified Files:
	chan_zap.c 
Log Message:
Warn when libpri is too old


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.391
retrieving revision 1.392
diff -u -d -r1.391 -r1.392
--- chan_zap.c	15 Dec 2004 20:03:17 -0000	1.391
+++ chan_zap.c	16 Dec 2004 03:14:59 -0000	1.392
@@ -57,10 +57,7 @@
 #include <ctype.h>
 #ifdef ZAPATA_PRI
 #include <libpri.h>
-#ifndef PRI_NSF_NONE
-#error "You need newer libpri"
-#endif
-#ifndef PRI_SWITCH_QSIG
+#ifndef PRI_REDIRECTING_REASON
 #error "You need newer libpri"
 #endif
 #endif




More information about the svn-commits mailing list