RE: [Asterisk-Users] musiconhold will not start

2004-10-12 Thread David J Carter
Try mpg123-0.59r

Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remco
Barende
Sent: 12 October 2004 22:10
To: Asterisk Users List
Subject: [Asterisk-Users] musiconhold will not start


I have * running on gentoo. Everything seems to be working fine but 
musiconhold will not start.

When starting * I get these errors, but guess that's not the problem:
Oct 12 16:42:12 WARNING[16384]: chan_skinny.c:2584 reload_config: Unable 
to get our IP address, Skinny disabled

Oct 12 16:42:12 WARNING[16384]: chan_oss.c:434 soundcard_init: Unable to 
open /dev/dsp: No such file or directory


When MOH needs to kick in however I get this message:
WARNING[294927]: res_musiconhold.c:366 moh1_exec: Unable to start music on 
hold (class '30') on channel SIP/101-8168

The box has media-sound/mpg123 Latest version installed: 0.59s-r4

I'm not sure why it cannot start the muzak however, the wiki says that a 
symlink must be created to the binary but the binary is already in place 
where the symlink should come.

___
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


RE: [Asterisk-Users] musiconhold will not start

2004-10-12 Thread Andy Reinke
I assume that the problem with /dev/dsp is your issue - haven't confirmed
but I bet * uses the soundcard for music on hold.

I often see that message when I am logged into an X session - the first
desktop on the console gets the sound.  Be sure to log out and restart *.  

Then reconfigure X desktop applets so you don't load any sound applets or
programs on login.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Remco Barende
Sent: Tuesday, October 12, 2004 5:10 PM
To: Asterisk Users List
Subject: [Asterisk-Users] musiconhold will not start

I have * running on gentoo. Everything seems to be working fine but 
musiconhold will not start.

When starting * I get these errors, but guess that's not the problem:
Oct 12 16:42:12 WARNING[16384]: chan_skinny.c:2584 reload_config: Unable 
to get our IP address, Skinny disabled

Oct 12 16:42:12 WARNING[16384]: chan_oss.c:434 soundcard_init: Unable to 
open /dev/dsp: No such file or directory


When MOH needs to kick in however I get this message:
WARNING[294927]: res_musiconhold.c:366 moh1_exec: Unable to start music on 
hold (class '30') on channel SIP/101-8168

The box has media-sound/mpg123 Latest version installed: 0.59s-r4

I'm not sure why it cannot start the muzak however, the wiki says that a 
symlink must be created to the binary but the binary is already in place 
where the symlink should come.

___
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


RE: [Asterisk-Users] musiconhold will not start

2004-10-12 Thread Wiley E. Siler
99.9% sure not sound card is required for MOH.

I don't think you want the latest version of MPG123.  Think you want
mpg123 0.59r only not s-r4

Make sure to copy all mp3 files (if over FTP) using the binary transfer
method only.

W

-Original Message-
From: Andy Reinke [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 12, 2004 3:04 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] musiconhold will not start

I assume that the problem with /dev/dsp is your issue - haven't
confirmed but I bet * uses the soundcard for music on hold.

I often see that message when I am logged into an X session - the first
desktop on the console gets the sound.  Be sure to log out and restart
*.  

Then reconfigure X desktop applets so you don't load any sound applets
or programs on login.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Remco
Barende
Sent: Tuesday, October 12, 2004 5:10 PM
To: Asterisk Users List
Subject: [Asterisk-Users] musiconhold will not start

I have * running on gentoo. Everything seems to be working fine but
musiconhold will not start.

When starting * I get these errors, but guess that's not the problem:
Oct 12 16:42:12 WARNING[16384]: chan_skinny.c:2584 reload_config: Unable
to get our IP address, Skinny disabled

Oct 12 16:42:12 WARNING[16384]: chan_oss.c:434 soundcard_init: Unable to
open /dev/dsp: No such file or directory


When MOH needs to kick in however I get this message:
WARNING[294927]: res_musiconhold.c:366 moh1_exec: Unable to start music
on 
hold (class '30') on channel SIP/101-8168

The box has media-sound/mpg123 Latest version installed: 0.59s-r4

I'm not sure why it cannot start the muzak however, the wiki says that a

symlink must be created to the binary but the binary is already in place

where the symlink should come.

___
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


The information transmitted is intended only for the person or entity to which it is 
addressed and may contain confidential and/or privileged material. Any review, 
retransmission, dissemination or other use of, or taking of any action in reliance 
upon, this information by persons or entities other than the intended recipient is 
prohibited. If you received this in error, please contact the sender and delete the 
material from any computer

___
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


RE: [Asterisk-Users] musiconhold will not start

2004-10-12 Thread senad
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Remco
 Barende
 Sent: Tuesday, October 12, 2004 5:10 PM
 To: Asterisk Users List
 Subject: [Asterisk-Users] musiconhold will not start
 
 I have * running on gentoo. Everything seems to be working fine but 
 musiconhold will not start.

We use gentoo for all of our systems (it is a great distribution) and we use 
this for MOH: http://bugs.digium.com/bug_view_page.php?bug_id=0002379

Works GREAT...

SJ


--
Sent with Me-Mail, Boltblue's FREE mobile messaging service.
http://www.boltblue.com

___
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