Displaying 20 results from an estimated 3000 matches similar to: "Unable to get message on hold class to work"
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 =>
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,
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 Dec 11
0
Newbie MusicOnHold issues
Hi Everyone, Merry Christmas :-)....
My Asterisk Box doesn't have a sound card, it is running
Asterisk 1.02
Zaptel 1.02
Libpri 1.02
Mpg123 0.59r
All compiled from source with kernel 2.6.9-1.6 on Fedora Core 2
Any help would be very much appreciated.....
The error I am getting is
-- Executing WaitMusicOnHold("SIP/snom-james-849d", "30") in new
stack
Dec 12 00:27:29
2006 Feb 23
1
Streaming Music On Hold - Reality Check
Thanks to this thread, we got it working too... but have a question...
Once this is setup... does it stream forever, or does the stream only
start when someone goes on hold/into a queue/etc?
If it streams forever, at 24k... it looks like over 7GB/month in
bandwidth... so we're not going to want to do that if a) it streams
constantly and b) my math is correct.
Thanks,
Doug
>
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 =>
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
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:
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:
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 '^;'
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
2005 Jul 29
0
Music On Hold pain - suggestions?
Hi, all.
I'm running the Asterisk 1.0.7 package that comes with Debian Sarge. I'm
new to Asterisk, but so far almost everything is going well. However, I'm
having a Hell of a time with Music On Hold.
I've got an extension set up to test Music On Hold, as follows:
exten => 3000,1,WaitMusicOnHold(300)
I've tried the following in musiconhold.conf:
default =>
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
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 Feb 08
1
Music on hold is a durge
I have just setup music on hold by downloading and installing mpg123 r
Now I have music on hold but it sounds terrible - clipping, buzzing,
digital distortion, and its too loud (which probably isn't helping) and
I'm just running it thru the 'default' line in music onhold.conf line
default => quietmp3:/var/lib/asterisk/mohmp3, with the default mp3s.
This is a standard 1.0.3
2005 Sep 30
1
Music on hold not initiating RTP stream?
I've been having problems getting MusicOnHold to work, so I've dumbed down my
setup to as simple of a setup as I can.
Asterisk 1.0.9. SIP ATA's (Sipura SPA-2002's)
<SIP ATA 1> <---> <Asterisk> <---> <SIP ATA 2>
Both ATA's have public IP's. No NAT'ing going on here. Reinvites are allowed
so the media stream bypases Asterisk once a call
2003 Jul 02
2
Problems with musiconhold
Hi evereybody,
I'm trying to use musiconhold during dial tones. But I only can call earing dial tones instead of music.
Now will see my configuration files.
AGI File(using AGI script to EXEC DIAL)
print "EXEC Dial Zap/g2/numberc||m\";
$res=checkresult();
Extension.conf
exten =>_numberb,1,Answer
exten =>_numberb,2,SetMusicOnHold,default
exten =>_numberb,3,AGI,dial.agi
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 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 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