minor updates (bug #4777)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6202 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2005-07-25 19:17:43 +00:00
parent a0acccffa5
commit ff5409507c
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
* Asterisk MP3 Support * Asterisk MP3 Support
====================== ======================
* MP3 Music On Hold
Asterisk supports mp3 playback for music on hold via the mpg123 Asterisk supports mp3 playback for music on hold via the mpg123
program, available from www.mpg123.de. program, available from www.mpg123.de.
@ -10,3 +11,9 @@ The latest development release of mpg123 is mpg123 pre0.59s.
Please use mpg123 0.59r. Using mpg123 pre0.59s can/may/will result Please use mpg123 0.59r. Using mpg123 pre0.59s can/may/will result
in crashes and/or unreliable playback. 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