Displaying 20 results from an estimated 1000 matches similar to: "Unable to get SetMusicOnHold working..."
2004 Jul 28
2
Music On Hold - not working for me...
Hi all,
I'm trying to make some simple MOH (Music On Hold) working. So far I've failed
miserably - so I turn here for help.
Basically I've been using the wiki and all the sample confs I could from there
and via google.
The queue system seems to work fine with my limited setup. Just 2 IAX2 clients
where I keep Client B busy (by making it listen to mp3 via ext. 777) but logged
into
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 =>
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
2003 Jun 02
2
MP3Player
Hi all,
Here another guy working with ztdummy and having problems with music.
MP3Player does not work for me both from a telephone entering through a passive ISDN-adapter as well as a SIP-client in the LAN. Ztdummy works with conferences.
Here are my messages.
I have seen several discussion threads in the mail-archive regarding this subject, but could not find an answer.
Is this something I
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
2003 May 18
3
Music conferences ?
Hi folks,
I have been wondering about different processor loads and which might
be a more efficient way of doing this....
Currently we can set up a shoutcast station as an extension
exten => 3334,1,MP3Player,http://radio.nq.net:8000/
Now I was wondering if there was a way we can add a music extension to
a conference (send only) and then set up an extension into the
conference as listen only
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 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 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
2005 Jul 17
1
FreeBSD 5.4 (Asterisk 1.0.9) - Playback , MP3Player and Musiconhold not working
I installed Asterisk 1.0.9 in a Freebsd 5.4 ( with no zaptel card); I
have 2 zoom x5v and works great ( in extensions 123 and 321 ) but I
was trying to test cmd Playback, MusicOnHold, MP3Player but when I
call to extension 100 I don't hear the sound ( mp3 or gsm that I put)
, I only hear noise
If I leave a message in a mailbox the same, all the record is noise
--------- extensionns.conf
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 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 Jan 21
1
mp3player not working
Hi,
I'm running the latest Asterisk (built last Saturday) and can't get mp3's to
playback on my handsets (this includes music on hold).
I setup a couple of extensions, 901 and 902 to playback an mp3 I loaded on,
and the sample moh that is included with Asterisk.
When I attempt to call either extension I don't hear any sound, and the
following displays on the console:
2003 Oct 06
1
MP3s in /var/lib/asterisk/mohmp3 causes Asterisk crash
Hi All,
I have just compiled the newest version of mpg123 on a RedHat 9.0 system
(mpg321 has not been installed) and I am using the newest CVS version of
asterisk. Whenever I place any mp3 files in the
/var/lib/asterisk/mohmp3/ directory, Asterisk crashes a horrible fiery
death.
If mp3s exist in that directory, then I can't even start Asterisk. If I
start it without files then copy
2003 Sep 12
27
Music on Hold
Does anybody have a good source for hold music? I can see a number of
companies on the web that sell royalty-free MOH, but they don't all provide
samples. The customer service desk has requested "calming, not sleeping,
but calming" and "this is a high-tech company, so make it 'techie' [sic]".
Thanks,
--Ernest
2003 Apr 03
5
MP3player problem
Skipped content of type multipart/related-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2892 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20030403/46e84bf5/smime.bin
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
2008 Mar 17
1
Turn off MusicOnHold for individual User
Hi All,
I might of got my wires crossed here, but I'm looking for a way to
disable musiconhold for individual users.
I had thought that putting the sip.conf entry to:
[690]
type=friend
context=from-sip
secret=*****
qualify=yes
host=dynamic
canreinvite=no
nat=yes
mailbox=2090
callerid=2090
musiconhold=silent
and then putting an entry in musiconhold.conf like:
[silent]
2003 Sep 09
1
help on MOH config, pretty close?
Trying to test the music on hold function and can't seem to get it to work.
If anyone has it running, could you give me a clue? (I have googled and
found lots of questions, but no real suggestions.)
I downloaded and installed the mpg123 package. From the RH9 console I can
start the executable and hear the music via the speakers. The executable
is located in /usr/bin. (That works!)
I set the
2006 Dec 19
0
db.c: Unable to open Asterisk database
Dear asterisk users,
I am using Asterisk and I a m a new user.
Before it was working properly.
Since two days, users can not get registered : users registered timeout.
Those are the results of commands
1. /var/log/asterisk#asterisk-rvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
== Parsing '/etc/asterisk/extconfig.conf': Found
Asterisk 1.2.1, Copyright (C) 1999 - 2005 Digium.
Written by