Displaying 20 results from an estimated 10000 matches similar to: "Native Music On Hold Volume LOUD! How to adjust?"
2005 Jun 30
3
R: Music oh hold
This is my musiconhold.conf and my folder:
root@voip:/etc/asterisk# less musiconhold.conf
[classes]
default => quietmp3:/var/lib/asterisk/mohmp3
;loud => mp3:/var/lib/asterisk/mohmp3
;random => mp3:/var/lib/asterisk/mohmp3,-z
;unbuffered => mp3nb:/var/lib/asterisk/mohmp3
;quietunbuf => quietmp3nb:/var/lib/asterisk/mohmp3
; Note that the custom mode cannot handle escaped parameters
2005 Mar 27
3
Can't get format_mp3 to work for music on hold
Hi Guys,
I am having trouble trying to get format_mp3 working to play music on hold.
I have followed the instructions in the read-me and the wiki however
it seems after un-installing mpg123, asterisk is not even attempting
to play MOH.
My musiconhold.conf is
; Music on hold class definitions
;
[classes]
[moh_files]
default = >/var/lib/asterisk/moh-native
;default =>
2003 May 07
1
Music not on hold
Hello,
I just can't seem to get the MusicOnHold function to work out ok.
I' managed to get the MP3Player app to work out fine, but
when I run the MusicOnHold all i get is siliece.
I can see that Asterisk executes mpg123 properly (I think)
#ps axuww|grep mp
gk 4383 0.0 0.4 3736 552 pts/4 S 15:06 0:00
/usr/bin/mpg123 -q -s --mono -r 8000 -b 2048 -f 8192 sample-hold.mp3
2007 May 21
2
MoH WAY too loud
Hi folks!
I'm having a problem where my music on hold is just blaring to my
callers. I've tried several different formats (converting using mpg123
and sox) and adjusted my musiconhold.conf to use quietmp3, to no avail.
Every file plays way too loud.
I did notice that sox has a -v flag for adjusting volume, but danged if
I can find documentation online that'll tell me what
2005 Mar 01
1
Music on hold..Mar error "res_musiconhold.c:309 monmp3thread: Request to schedule in the past" ?
Hey guys.
Im trying to setup Music on Hold. If I transfer a call (with dial) I like to
put the call on Music on hold..
Here's what I've tried so far:
On my I extensions.conf
exten =>1,1,WaitMusicOnHold(30)
exten =>1,2,Dial(SIP/mateo,18)
exten =>1,3,VoiceMail(1001)
I have also added this line to [context]..
So it looks like that:
;[context]
musiconhold=default
Additinaly,
2005 Jun 28
1
Fw: Shoutcast Music On Hold problems?
----- Original Message -----
From: "hank" <hanksmith4@earthlink.net>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users@lists.digium.com>
Sent: Tuesday, June 28, 2005 10:52 PM
Subject: Re: [Asterisk-Users] Shoutcast Music On Hold problems?
>I am using asterisk@home 1.0
> my mp3 is called
> mp3
> it has nothing before it
2003 May 13
5
Music on hold, Call Parking, etc
Ok, this falls under the newbie category:
Has anybody created any documentation on using musiconhold or call parking?
I have found sample config files for musiconhold, but I'm not sure how they
work.
[musiconhold.conf]
[classes]
loud=>mp3:/var/lib/asteriks/mohmp3
How do I then set up this feature in extensions.conf?
I can't seem to find an example of what I'm looking for (or I
2005 Jun 29
4
Music oh hold
Sorry, i also tried this:
exten => 6000,1,Answer
exten => 6000,2,MusicOnHold(default)
and i got this result:
*CLI> -- Executing Answer("SIP/2391-8cdd", "") in new stack
-- Executing MusicOnHold("SIP/2391-8cdd", "default") in new stack
Jun 29 19:33:47 WARNING[1616]: res_musiconhold.c:354 moh0_exec: Unable to start music on hold (class
2003 Jul 20
3
Music on hold & Read error on sound device
I am having a problem getting music on hold working one of my servers. I
have had this working on a PII 400 just fine but decided to upgrade my
Asterisk server to a PIV 1.5ghz.
I have installed mpg123 which seems to be working fine but when I start
*, I get the following error message at the CLI prompt when I start *:
WARNING[81931]: File chan_oss.c, Line 232 (sound_thread): Read error on
2004 Apr 15
2
music on hold problems
i've been searching the archives but can't find anything substantive on
this. most of the music on hold documentation discusses integrating
with zap hardware, but i am trying to send it across a sip channel.
I have the following in extensions.conf:
exten => 2100,1,Answer
exten => 2100,2,MusicOnHold(default)
and have uncommented the "default" line in musiconhold.conf:
2005 Jun 27
3
Shoutcast Music On Hold problems?
hello I followed the info given and I can't seem to get this to work has any one sucessfully done this? if so can you help me out? I am trying to use a 128 kbps mp3 feed to stream to people while there on hold the info I am using is below.
Shoutcast Music On Hold
You can have asterisk use a streaming source for on-hold music.
Make a directory and put a 0 size file ending in .mp3.
I called
2004 May 09
2
Help!! Music On Hold
I've been trying to play the default music on hold file, but no luck yet.
here is my configuration:
extensions.conf
[incoming]
exten => s,1,Dial,Zap/2|10
exten => s,2,Voicemail,u34
exten => s,102,Voicemail,b34
exten => 34,1,SetMusicOnHold,default
Musiconhold.conf
[classes]
default => quietmp3:/var/lib/asterisk/mohmp3
;loud => mp3:/var/lib/asterisk/mohmp3
;random =>
2006 Feb 22
3
Streaming Music On Hold
Ok, I'm tearing my hair out trying to get Asterisk moh streaming to work. After several hours jerking around with icecast and muse, I tried to point my asterisk system directly at two streams I know work.
This is what extensions.conf has:
[default]
mode=quietmp3
directory=/var/lib/asterisk/mohmp3
[stream2]
mode=custom
directory=/var/lib/asterisk/mohmp3-empty
2004 Jul 03
11
Music on hold problem
I can't seem to get music on hold working, it tries to work, but I
just hear strange noises on the extension.. Here is some debug info.
Looks like mpg123 starts fine, but I hear nothing.
I'm on todays CVS build.
-- Executing Answer("SIP/2203-062c", "") in new stack
-- Executing MusicOnHold("SIP/2203-062c", "default") in new stack
--
2003 Oct 08
4
Music On Hold distorted
I have searching the forums here on how to get Music On Hold working
and I have been able to get * to accept a command for MusicOnHold
and for Meetme after loading the ztdummy module. I used the default
config for /etc/zaptel.conf since I saw no guidance on this. My problem
now is that when I activate MusicOnHold, the sample music file sounds
very slow and distorted. My best guess is that it is
2013 Jun 16
2
MOH don't work after update
Hi
we have a small problems.
We have a Asterisk 1.6.1 old server with music on old.
we have updated to AsteriskNow 11.4.0
and now, when we want play sound, we have a errors:
-- Executing [334xx at Accueil_HNO:2] BackGround("SIP/SIP000005-0000000c",
"Fermeture") in new stack
[Jun 16 07:35:06] WARNING[7634][C-00000006]: file.c:701
ast_openstream_full: File Fermeture does
2006 Jun 21
1
Asterisk 1.2.7/9.1 mp3 volume is good, wav file of same volume are too loud!
Ok,
Here's another bizarre one (no strange curve balls to throw this time :P).
I have several mp3 files of some easy listening music that I pulled
off some CDs we have. They sounds fine and are at a nice volume
level.
When I run this script I wrote:
(I run it by doing ./script < filename)
mpg123 -s --rate 44100 --mono $1.mp3 > $1.raw
sox -r 44100 -w -s -c 1 $1.raw -r 8000 -c 1 $1.wav
2005 Jan 05
2
Streaming Audio - Music On Hold Feature
I was wondering, does anyone know if it is possible to have a stream of
audio coming from a Microsoft compressed audio stream fed to the caller if
they are placed on hold and if so how might this be done?
Dan - dadams@aspect1.net
2004 Jan 10
1
default music source for SIP channel
The wiki says this about the MusicOnHold command:
"Plays hold music specified by class. If omitted, the default music
source for the channel will be used."
http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20MusicOnHold
How do I set the default music on hold class for the SIP channel ? I
tried adding musiconhold=test to my sip.conf.
musiconhold.conf looks like this:
2005 Jul 09
3
polycom soundpoint 300 sip phone and hold music
I have an extension setup in my extensions.conf for hold music. ext. 600.
If I pick up a phone (polycom soundpoint 300 sip) and dial extension 600
I hear the hold music playing. If I call another extension and pick it
up and put the call on hold with the hold button on the phone I hear
nothing at all. Does anyone have any experience with these phones and
getting the hold button to work?