[Asterisk-cvs] asterisk/channels chan_zap.c,1.368,1.369

markster at lists.digium.com markster at lists.digium.com
Thu Oct 28 17:39:28 CDT 2004


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

Modified Files:
	chan_zap.c 
Log Message:
Fix qsig support


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.368
retrieving revision 1.369
diff -u -d -r1.368 -r1.369
--- chan_zap.c	28 Oct 2004 16:11:04 -0000	1.368
+++ chan_zap.c	28 Oct 2004 21:42:39 -0000	1.369
@@ -58,6 +58,9 @@
 #ifndef PRI_NSF_NONE
 #error "You need newer libpri"
 #endif
+#ifndef PRI_SWITCH_QSIG
+#error "You need newer libpri"
+#endif
 #endif
 #ifdef ZAPATA_R2
 #include <libmfcr2.h>




More information about the svn-commits mailing list