aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-27 03:04:43 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-27 03:04:43 +0000
commit367ab44ef1eb72f5e5b0a0f35a46b476ac343390 (patch)
tree9a8f6166ab78bd92b948e30d7240e6e41b4f5b66
parent4d445915983a15a807fde29c70758407ba70977a (diff)
Version 0.1.8 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@303 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xBUGS4
-rwxr-xr-xformats/Makefile5
2 files changed, 5 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index b8efbd9ca..92eb17c76 100755
--- a/BUGS
+++ b/BUGS
@@ -5,3 +5,7 @@
* In general Asterisk is a very new program, and there are liable to be
many bugs yet to be discovered, so if you think you've found one, please
be sure to report it.
+
+* When you flip to call waiting on a tormenta channel while you have a
+ three way call up, the parties in the three way cannot hear one another
+ in the general case.
diff --git a/formats/Makefile b/formats/Makefile
index f38101f3c..9ac50c63b 100755
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-FORMAT_LIBS=format_g723.so format_wav.so format_mp3.so format_wav_gsm.so format_gsm.so format_vox.so
+FORMAT_LIBS=format_g723.so format_wav.so format_mp3.so format_wav_gsm.so format_gsm.so format_vox.so format_pcm.so
GSMLIB=../codecs/gsm/lib/libgsm.a
@@ -25,9 +25,6 @@ clean:
%.so : %.o
$(CC) -shared -Xlinker -x -o $@ $<
-format_wav.so : format_wav.o
- $(CC) -shared -Xlinker -x -o $@ $< -laudiofile
-
format_mp3.so : format_mp3.o
$(CC) -shared -Xlinker -x -o $@ $< -lm