]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Version 0.1.8 from FTP
authorMark Spencer <markster@digium.com>
Fri, 27 Apr 2001 03:04:43 +0000 (03:04 +0000)
committerMark Spencer <markster@digium.com>
Fri, 27 Apr 2001 03:04:43 +0000 (03:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@303 65c4cc65-6c06-0410-ace0-fbb531ad65f3

BUGS
formats/Makefile

diff --git a/BUGS b/BUGS
index b8efbd9cac22c15eb602f6d4aae9a5fb1289953b..92eb17c76e8773e723ffa22159b04528c87a0c6a 100755 (executable)
--- 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.
index f38101f3c14816d49caf4bd67b50d675831e6142..9ac50c63b18f6af7a8bf2d5f75577423a2b4f37f 100755 (executable)
@@ -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