/etc/asterisk/musiconhold.conf:
[default]
mode=files
directory=/var/lib/asterisk/mohmp3
application=/usr/local/bin/mpg123 -q -r 8000 -f 8192 -b 2048 --mono -s
-- Executing Answer("Zap/1-1", "") in new stack
-- Executing MusicOnHold("Zap/1-1", "") in new stack
-- Started music on hold, class 'default', on channel
'Zap/1-1'
-- Stopped music on hold on Zap/1-1
I've got three mp3 files that worked fine on the latest cvs-head
version. With the upgrade to 1.2.4, I get no audio whatsoever. Any
suggestions? I cranked up verbose to 255 with no extra info.. Same with
debug.
Tim Connolly wrote:> /etc/asterisk/musiconhold.conf: > [default] > mode=files > directory=/var/lib/asterisk/mohmp3 > application=/usr/local/bin/mpg123 -q -r 8000 -f 8192 -b 2048 --mono -s > > -- Executing Answer("Zap/1-1", "") in new stack > -- Executing MusicOnHold("Zap/1-1", "") in new stack > -- Started music on hold, class 'default', on channel 'Zap/1-1' > -- Stopped music on hold on Zap/1-1 >Try: [default] mode=mp3 directory=/var/lib/asterisk/mohmp3 [ -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."