[Asterisk-Users] On Hold music

Joseph syscon at interbaun.com
Mon Jan 17 19:47:52 MST 2005


On Mon, 2005-01-17 at 20:53 -0500, Computer Onsite Support wrote:
> Can anyone of you help me out with this issue. My Asterisk is working
> fine except my music-on-hold will NOT work even though I just retry
> three different other machines with different board and sound.

You don't need any sound card for musing on hold to work.
Loot at this webpage it will guide you:
http://www.voip-info.org/wiki-Asterisk+config+musiconhold.conf

uncomment in musiconhold.conf one of the line:
[classes]
;default => quietmp3:/var/lib/asterisk/mohmp3
loud => mp3:/var/lib/asterisk/mohmp3
;random => quietmp3:/var/lib/asterisk/mohmp3,-z

specify in you extension.conf what you want to play, example:
[office-open]
exten => s,1,Wait(2)
exten => s,2,Answer()
exten => s,3,SetMusicOnHold(loud)

-- 
#Joseph



More information about the asterisk-users mailing list