[Asterisk-cvs] asterisk/channels Makefile,1.78,1.79

kpfleming kpfleming
Thu Nov 17 12:07:35 CST 2005


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

Modified Files:
	Makefile 
Log Message:
backport chan_modem fixes from v1-2


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- Makefile	16 Nov 2005 20:54:15 -0000	1.78
+++ Makefile	17 Nov 2005 16:57:25 -0000	1.79
@@ -61,7 +61,9 @@
 ifneq (${OSARCH},Darwin)
   ifneq (${OSARCH},SunOS)
     ifneq (${OSARCH},CYGWIN)
-      CHANNEL_LIBS+=chan_oss.so chan_modem_i4l.so 
+# the ISDN4Linux channel driver is probably broken on all modern kernels,
+# but if you wish to try to use it, uncomment the line below
+#      CHANNEL_LIBS+=chan_oss.so chan_modem_i4l.so 
     endif
   endif
 endif




More information about the svn-commits mailing list