[Asterisk-cvs] asterisk/channels chan_zap.c,1.213,1.214

markster at lists.digium.com markster at lists.digium.com
Mon Apr 26 08:24:31 CDT 2004


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

Modified Files:
	chan_zap.c 
Log Message:
Avoid another voipme by explaining you need CVS update when SIG_EM_E1 is invalid


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- chan_zap.c	25 Apr 2004 22:37:09 -0000	1.213
+++ chan_zap.c	26 Apr 2004 12:30:28 -0000	1.214
@@ -58,12 +58,9 @@
 
 #include "../asterisk.h"
 
-/* 
-   XXX 
-   XXX   We definitely need to lock the private structure in zt_read and such 
-   XXX  
- */
-
+#ifndef ZT_SIG_EM_E1
+#error "Your zaptel is too old.  please cvs update"
+#endif
 
 /*
  * Define ZHONE_HACK to cause us to go off hook and then back on hook when




More information about the svn-commits mailing list