From: James Golovich Date: Wed, 19 May 2004 17:16:46 +0000 (+0000) Subject: Re-Disable building chan_iax.so X-Git-Tag: 1.0.0-rc1~432 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17aeeda7743c423475a4d455316613e0a2af08bc;p=thirdparty%2Fasterisk.git Re-Disable building chan_iax.so git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3017 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/Makefile b/channels/Makefile index a5274a9c2c..32f611c92a 100755 --- a/channels/Makefile +++ b/channels/Makefile @@ -26,7 +26,7 @@ CHANNEL_LIBS=chan_modem.so chan_sip.so \ # If you really want IAX1 uncomment the following, but it is # unmaintained # -CHANNEL_LIBS+=chan_iax.so +#CHANNEL_LIBS+=chan_iax.so # # If you really want VoFR you can have it :-P