projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
143b73e
)
Re-Disable building chan_iax.so
author
James Golovich
<james@gnuinter.net>
Wed, 19 May 2004 17:16:46 +0000
(17:16 +0000)
committer
James Golovich
<james@gnuinter.net>
Wed, 19 May 2004 17:16:46 +0000
(17:16 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3017
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/Makefile
patch
|
blob
|
history
diff --git
a/channels/Makefile
b/channels/Makefile
index
a5274a9
..
32f611c
100755
(executable)
--- 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