Thanks you but that didn't work. Any other solutions? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joseph Sent: Monday, January 17, 2005 9:48 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] On Hold music
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 _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
