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:
733c167
)
Don't build old chan_iax by default (oops)
author
Mark Spencer
<markster@digium.com>
Tue, 29 Jun 2004 13:03:39 +0000
(13:03 +0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 29 Jun 2004 13:03:39 +0000
(13:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3347
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/Makefile
patch
|
blob
|
history
diff --git
a/channels/Makefile
b/channels/Makefile
index
e67af19
..
c1ce599
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