Displaying 20 results from an estimated 800 matches similar to: "Help!! Music On Hold"
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 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
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?
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 Jul 08
0
Leave Message - IVR don't work
I have installed asterisk in a 4.11 RELEASE FreeBSD, and we are using
two Zoom X5v with SIP and works fine, we can call each other and this
is OK
----------extensions.conf----------
[general]
static=yes
writeprotect=no
[sip]
exten => 123,1,Dial(SIP/123,20)
exten => 123,2,Voicemail(u${EXTEN})
exten => 123,3,Hangup
exten => 123,103,Voicemail(b${EXTEN})
exten => 123,104,Hangup
2005 May 27
0
Re: MoH: mgp123 problems
;
; Music on hold class definitions
;
[classes]
default => /var/lib/asterisk/mohmp3
;loud => mp3:/var/lib/asterisk/mohmp3
;random => quietmp3:/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
(specifically embedded spaces)
;manual =>
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 =>
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:
2003 Mar 02
2
mp3 playing distorted, or very slowed down... unintelligible.
I have the following in extensions.conf:
[global]
MP3ROOT=/var/lib/asterisk/mohmp3
[default]
exten => 1111,1,Answer ; Answer the line
exten => 1111,2,DigitTimeout,5 ; Set Digit Timeout to 5 seconds
exten => 1111,3,MP3Player(${MP3ROOT}/sample-hold.mp3)
The command that runs is:
14030 pts/0 S 0:00 /usr/bin/mpg123 -q -s -b 1024 --mono -r 8000
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
2005 Jul 01
2
MOH - request to schdule in the past
I have googled this to death, and all I get are reference to the MoH
needing a Zaptel timing source, and then people saying no they don't
any more.
-- Set Response Timeout to 2
-- Executing BackGround("SIP/211-57ba", "my-greeting") in new stack
-- Playing 'my-greeting' (language 'en')
== CDR updated on SIP/211-57ba
-- Executing
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 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 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
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
2005 Jul 12
1
Odd MOH problem...
So I decided, for the formal asterisk rollout, to change over to less
commercially-infringing MOH than the prior admin had thrown on the
server. (plus: it was blown out and nasty sounding over the phones.
Ew.) I changed the files in /var/lib/asterisk/mohmp3 to something else
(can't dig up the link, but it was from the voip-info wiki). My
musiconhold.conf looks like this:
;
; Music on
2007 Aug 08
1
MoH mysteriously stopped working
Folks, I have somewhat of a serious issue here. My music on hold
mysteriously stopped working. I have made no changes to my Asterisk box
in the past month and up until an hour ago, MoH was working fine (as far
as I know).
CLI:
-- Started music on hold, class 'default', on channel 'IAX2/lobby-2'
-- Stopped music on hold on IAX2/lobby-2
voip*CLI> moh reload
voip*CLI>
1
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
2007 Apr 27
2
Music on Hold issue with asterisk 1.4.2
Hi all,
I've compiled zaptel drivers and reconfigure asterisk afterwards from
source --with-zaptel.
Modules are loaded accordingly:
asterisk-1.4.2 # lsmod |grep z
Module Size Used by
ztdummy 5472 0
zaptel 194504 5 ztdummy
crc_ccitt 3521 1 zaptel
my musiconhold.conf:
asterisk-1.4.2 # grep -v '^;'
2007 May 14
2
How to bring MoH volume down
Hi,
MoH volume is uncomfortably high and I want to bring it down. Its mpg123.
How can I do it?
--
Zeeshan A Zakaria
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070514/2a40a5d4/attachment.htm