[svn-commits] trunk - r7802 /trunk/channels/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Jan 4 17:34:00 CST 2006


Author: kpfleming
Date: Wed Jan  4 17:33:59 2006
New Revision: 7802

URL: http://svn.digium.com/view/asterisk?rev=7802&view=rev
Log:
remove deprecated chan_modem drivers

Removed:
    trunk/channels/chan_modem.c
    trunk/channels/chan_modem_aopen.c
    trunk/channels/chan_modem_bestdata.c
    trunk/channels/chan_modem_i4l.c
Modified:
    trunk/channels/Makefile

Modified: trunk/channels/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/channels/Makefile?rev=7802&r1=7801&r2=7802&view=diff
==============================================================================
--- trunk/channels/Makefile (original)
+++ trunk/channels/Makefile Wed Jan  4 17:33:59 2006
@@ -15,11 +15,6 @@
 #
 
 CHANNEL_LIBS=chan_sip.so chan_agent.so chan_mgcp.so chan_iax2.so chan_local.so chan_skinny.so chan_features.so
-
-ifneq (${OSARCH},CYGWIN)
-# if you really, really want to use these drivers, uncomment the line below
-#CHANNEL_LIBS+=chan_modem.so chan_modem_aopen.so chan_modem_bestdata.so
-endif
 
 ifeq ($(findstring BSD,${OSARCH}),BSD)
  CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
@@ -61,9 +56,6 @@
 ifneq (${OSARCH},Darwin)
   ifneq (${OSARCH},SunOS)
     ifneq (${OSARCH},CYGWIN)
-# 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_modem_i4l.so 
        CHANNEL_LIBS+=chan_oss.so
     endif
   endif
@@ -242,9 +234,6 @@
 chan_misdn.o: chan_misdn.c
 	$(CC) $(CFLAGS) -DCHAN_MISDN_VERSION=\"0.2.1\" -c $< -o $@
 
-#chan_modem.so : chan_modem.o
-#	$(CC) -rdynamic -shared -Xlinker -x -o $@ $<
-
 install: all
 	for x in $(CHANNEL_LIBS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
 	if ! [ -f chan_iax.so ]; then rm -f $(DESTDIR)$(MODULES_DIR)/chan_iax.so ; fi



More information about the svn-commits mailing list