summaryrefslogtreecommitdiff
path: root/doc/mp3.txt
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-02-01 17:49:02 +0000
committerOlle Johansson <oej@edvina.net>2006-02-01 17:49:02 +0000
commit286a521e1135aaa655577646bfcfd7a98f2fb2dc (patch)
tree7232cd823d72b5a6ef890d323283b7974188da47 /doc/mp3.txt
parent8204f581ab1ba33567047e7d196fea95510944a2 (diff)
- Removing the "README." from the name of the README files.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9047 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/mp3.txt')
-rw-r--r--doc/mp3.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/mp3.txt b/doc/mp3.txt
new file mode 100644
index 000000000..7bdeb5103
--- /dev/null
+++ b/doc/mp3.txt
@@ -0,0 +1,19 @@
+* Asterisk MP3 Support
+======================
+
+* MP3 Music On Hold
+Asterisk supports mp3 playback for music on hold via the mpg123
+program, available from www.mpg123.de.
+
+The latest release of mpg123 is mpg123 0.59r.
+The latest development release of mpg123 is mpg123 pre0.59s.
+
+Please use mpg123 0.59r. Using mpg123 pre0.59s can/may/will result
+in crashes and/or unreliable playback.
+
+Running "make mpg123" in the Asterisk source directory will
+download and make the working version.
+
+* MP3 Format driver
+A format driver for reading MP3 audio files is available
+in the asterisk-addons CVS repository on cvs.digium.com