Darren, You are a diamond. That worked a treat. Thanks for taking the time to reply.
Stuart -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darren Smith Sent: 21 July 2003 12:23 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Music on hold & Read error on sound device Hi MOH seems to work fine for me now, however, one thing I did spot by reading the source when it wasn't :-) MOH & MP3Player call mpg123 from '/usr/bin' and by default a mpg123 source install lives in '/usr/local/bin' these days. Might not be this affecting you, but try a: ln -s /usr/local/bin/mpg123 /usr/bin/mpg123 and see if it works :) Best Regards Darren. ----- Original Message ----- From: "Stuart Hirst" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 11:42 AM Subject: RE: [Asterisk-Users] Music on hold & Read error on sound device > Should I be able to see a process starting using mpg123 ? Because I > don't ! > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Stuart > Hirst > Sent: 21 July 2003 09:02 > To: [EMAIL PROTECTED] > Subject: RE: [Asterisk-Users] Music on hold & Read error on sound device > > > My musiconhold.conf is as below: > > ; > ; Music on hold class definitions > ; > [classes] > default => quietmp3:/var/lib/asterisk/mohmp3 > loud => mp3:/var/lib/asterisk/mohmp3 > random => quietmp3:/var/lib/asterisk/mohmp3,-z > > This has been copied from the working system as has the mp3 file into > /var/lib/asterisk/mohmp3. The mp3 file also has the same permissions > as the working system. > > Stuart > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian > Capouch > Sent: 21 July 2003 01:46 > To: [EMAIL PROTECTED] > Subject: Re: [Asterisk-Users] Music on hold & Read error on sound > device > > > Stuart Hirst wrote: > > > > > When I put a call on hold the CLI shows moh starting but nothing is > > played. No errors are reported whilst starting moh. > > > > I have been trying lots of different things for hours now without > > success. > > > > Anyone got any pointers ? > > > > > What does your musiconhold.conf file look like? > > B. > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
