summaryrefslogtreecommitdiff
path: root/doc/mp3.txt
diff options
context:
space:
mode:
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