aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mp3.txt
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-01 17:49:02 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-01 17:49:02 +0000
commit0c43a5ab3637e311a9232ae77ecd8e7f05c2f8cc (patch)
tree7232cd823d72b5a6ef890d323283b7974188da47 /doc/mp3.txt
parentfa9fd8ae706c13f63d7db560596ea10b44c8c69d (diff)
- Removing the "README." from the name of the README files.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9047 f38db490-d61c-443f-a65b-d21fe96a405b
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