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
Ernest, The site http://www.royaltyfreemusic.com/ seems to have a sample for every song on their site. Best, -adj -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Ernest W. Lessenger Sent: Friday, September 12, 2003 11:08 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] 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 _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Having a weird issue with on hold music ... I do have mpg123 installed. When requesting extension 1111 for testing, which is setup as: 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) I recieve this err: -- Executing MP3Player("SIP/100-26af", "/sample-hold.mp3") in new stack WARNING[1217602880]: File rtp.c, Line 374 (ast_rtp_read): RTP Read error: Resource temporarily unavailable NOTICE[1217602880]: File app_mp3.c, Line 80 (timed_read): Selected timed out/errored out with 0 Not sure what's up... Phillip
Kang.ChenJi@c3smail.monmouth.army.mil
2003-Oct-27 13:25 UTC
[Asterisk-Users] Music on Hold
I would appreciate it if anyone can give me some instructions on how to install mpg123. Thanks in advance, Kang "Phillip Jackson, Director of IT" To: <asterisk-users@lists.digium.com> <pjackson@jacksongrp.com> cc: Sent by: Subject: [Asterisk-Users] Music on Hold asterisk-users-admin@lists .digium.com 10/26/2003 02:14 AM Please respond to asterisk-users Having a weird issue with on hold music ... I do have mpg123 installed. When requesting extension 1111 for testing, which is setup as: 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) I recieve this err: -- Executing MP3Player("SIP/100-26af", "/sample-hold.mp3") in new stack WARNING[1217602880]: File rtp.c, Line 374 (ast_rtp_read): RTP Read error: Resource temporarily unavailable NOTICE[1217602880]: File app_mp3.c, Line 80 (timed_read): Selected timed out/errored out with 0 Not sure what's up... Phillip _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
> I would appreciate it if anyone can give me some instructions on how to > install mpg123.One more time for those running RedHat v9 ... ;) ------------------------------------------------ Well... we found the problem. Redhat guys replaced mpg123 for mpg321. Asterisk only works with original mpg123. First, shutdown asterisk and kill all mpg process: killall -9 mpg123 Second, remove the symbolic links mpg123 located in /usr/bin and /usr/local/bin: rm /usr/bin/mpg123 rm /usr/local/bin/mpg123 (if exists) Third, you need to download http://www.mpg123.de/mpg123/precompiled/mpg123-0.59q-1.i386.rpm And install using rpm -ivh mpg123-0.59q-1.i386.rpm Fourth step is: cp /usr/local/bin/mpg123 /usr/bin/mpg123 Last step (obvioulsy) is start asterisk again. Thats it. I hope this works.
Sometimes when people hang up, or the call gets interrupted for some reason, music on hold starts playing. (i use app_dial without extra parameters and no moh is set in extensions.conf) Any suggestions on how i could get rid of this 'feature' ? greetz, zoa.
Hi, I can't seem to get any of my own MP3's to work with Asterisk as music on hold. The default sample one works fine, but if I place another one in there, Asterisk fails to start. I have removed all ID3 tag information and also made it 128kbps mono. Is there something i'm missing? Thanks! -- jeremy bogan [ jeremy@segpub.com.au ] segment publishing - design.develop.host
I have set up an extension so I can dial it and listen to my MusicOnHold from any handset. This is what is in the extensions.conf: exten => 997,1,MusicOnHold() exten => 997,2,Hangup After 180 seconds of playing, the call terminates. Why does this happen? Simon
Issue an Answer first! bkw> -----Original Message----- > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > admin@lists.digium.com] On Behalf Of Simon Brown > Sent: Monday, May 17, 2004 4:38 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Music on hold > > I have set up an extension so I can dial it and listen to my MusicOnHold > from > any handset. This is what is in the extensions.conf: > exten => 997,1,MusicOnHold() > exten => 997,2,Hangup > > After 180 seconds of playing, the call terminates. Why does this happen? > > Simon > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Where? Simon -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of brian Sent: Tuesday, 18 May 2004 8:04 To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Music on hold Issue an Answer first! bkw> -----Original Message----- > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > admin@lists.digium.com] On Behalf Of Simon Brown > Sent: Monday, May 17, 2004 4:38 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Music on hold > > I have set up an extension so I can dial it and listen to my > MusicOnHold from any handset. This is what is in the extensions.conf: > exten => 997,1,MusicOnHold() > exten => 997,2,Hangup > > After 180 seconds of playing, the call terminates. Why does this happen? > > Simon > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > 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 Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
exten => 997,1,Answer exten => 997,2,MusicOnHold() exten => 997,3,Hangup> -----Original Message----- > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > admin@lists.digium.com] On Behalf Of Simon Brown > Sent: Monday, May 17, 2004 5:22 PM > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] Music on hold > > Where? > > Simon > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of brian > Sent: Tuesday, 18 May 2004 8:04 > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] Music on hold > > Issue an Answer first! > > bkw > > > -----Original Message----- > > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > > admin@lists.digium.com] On Behalf Of Simon Brown > > Sent: Monday, May 17, 2004 4:38 PM > > To: asterisk-users@lists.digium.com > > Subject: [Asterisk-Users] Music on hold > > > > I have set up an extension so I can dial it and listen to my > > MusicOnHold from any handset. This is what is in the extensions.conf: > > exten => 997,1,MusicOnHold() > > exten => 997,2,Hangup > > > > After 180 seconds of playing, the call terminates. Why does this > happen? > > > > Simon > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > 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 > Asterisk-Users@lists.digium.com > 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 > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
I have been working on the music on hold part for a few hours today and I found something that just doesn't sound right. If I just run asterisk via service "service asterisk start' everything work but MOH If I run it via asterisk -vvvvvgcd MOH works... Any idea what the difference is ?
FC1 What I don't understand is why it works using the -vvvvvgcd but not when just running asterisk ? -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of C. Maj Sent: Wednesday, July 14, 2004 5:26 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Music on hold On Wed, 14 Jul 2004, Hall, Eric M. waxed:> I have been working on the music on hold part for a few hours today > and I found something that just doesn't sound right. > > If I just run asterisk via service "service asterisk start' everything> work but MOH If I run it via asterisk -vvvvvgcd MOH works... > > > Any idea what the difference is ?MOH is done via external mpg123 processes, maybe the service stuff doesn't like spawning external processes ? What distro are you running ? --Chris -- Chris Maj, Rochester cmaj_at_freedomcorpse_dot_com Pronunciation Guide: Maj == May _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Nothing in the logs about mp3. the startup script is /etc/rc.d/init.d/asterisk Here is the file [root@VoIPGW root]# cat /etc/rc.d/init.d/asterisk #!/bin/bash # # chkconfig: 2345 99 15 # description: Open source PBX # processname: asterisk # source function library . /etc/rc.d/init.d/functions RETVAL=0 case "$1" in start) echo -n "Starting Asterisk PBX: " /sbin/modprobe ixj daemon /usr/sbin/asterisk RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/asterisk ;; stop) echo -n "Shutting Asterisk PBX: " killproc asterisk /sbin/rmmod -r ixj RETVAL=$? echo [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/asterisk ;; restart|reload) $0 stop $0 start RETVAL=$? ;; status) status asterisk RETVAL=$? ;; *) echo "Usage: asterisk {start|stop|status|restart|reload}" exit 1 esac exit $RETVAL -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of C. Maj Sent: Thursday, July 15, 2004 3:37 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Music on hold On Wed, 14 Jul 2004, Hall, Eric M. waxed:> FC1 > > What I don't understand is why it works using the -vvvvvgcd but not > when just running asterisk ?Are there any log messages about the mp3 player not being spawned ? Like "Fork failed" or "unable to spawn mp3player" ? I am unfamiliar with how FC1 starts a service. Is this something you added yourself ? --Chris> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of C. Maj > Sent: Wednesday, July 14, 2004 5:26 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Music on hold > > On Wed, 14 Jul 2004, Hall, Eric M. waxed: > > > I have been working on the music on hold part for a few hours today > > and I found something that just doesn't sound right. > > > > If I just run asterisk via service "service asterisk start' > > everything > > > work but MOH If I run it via asterisk -vvvvvgcd MOH works... > > > > > > Any idea what the difference is ? > > MOH is done via external mpg123 processes, maybe the service stuff > doesn't like spawning external processes ? What distro are you > running ? > > --Chris > > > -- > Chris Maj, Rochester > cmaj_at_freedomcorpse_dot_com > Pronunciation Guide: Maj == May > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > 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 > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Chris Maj, Rochester cmaj_at_freedomcorpse_dot_com Pronunciation Guide: Maj == May _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Hello List! I followed the instruction from http://www.voip-info.org/wiki-Asterisk+config+musiconhold.conf to get my music working when i put someone on hold. /etc/asterisk/musiconhold.conf --- [classes] default => mp3:/var/lib/asterisk/mohmp3 /etc/asterisk/zapata.conf --- ~# grep -v "^;" /etc/asterisk/zapata.conf [trunkgroups] [channels] musiconhold=default context=default switchtype=national signalling=fxo_ls rxwink=300 ; Atlas seems to use long (250ms) winks usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes rxgain=0.0 txgain=0.0 group=1 callgroup=1 pickupgroup=1 immediate=no ps ax: --- 892 pts/1 Sl+ 0:03 /usr/sbin/asterisk -vvvgcd 899 pts/1 S+ 0:01 mpg123 -q -s --mono -r 8000 -b 2048 -f 8192 fpm-calm-river.mp3 fpm-sunshine.mp3 fpm-world-mix.mp3 asterisk output: --- Urgent handler -- Started music on hold, class 'default', on CAPI[contr1/xxxx]/5 Urgent handler So you can see that its playing the files. But when i put someone on hold, he cant hear it at all. Any idea? Thx! Mario
> Hello List! > > I followed the instruction from > http://www.voip-info.org/wiki-Asterisk+config+musiconhold.conf to get > my music working when i put someone on hold.I have tried it with this mpg123 version as well: --- High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp. Still silence, but a mpg123 process is running. Used codec is ulaw. Thanks, Mario
Did you transfer the mp3s to the * box via FTP? If so, did you use binary not ascii mode? Ascii mode will mess the files up every time. Explicitly call binary then your mget so your files don't get hosed. Also, if your musiconhold.conf file has a good reference to where your mp3s are located... default => quietmp3:/var/lib/asterisk/mohmp3,-Z Then are you calling the context from your extensions.conf file correctly? I use this extension just so I can test that the music is there... ; ;MUSIC ON HOLD EXTENSION ; exten => 6000,1,Answer exten => 6000,2,SetMusicOnHold(default) exten => 6000,3,MusicOnHold() exten => 6000,4,Hangup Dialing from my SIP phone produces tunes as expected and can of course also be verified afterwards via in incoming call put on hold... Wiley -----Original Message----- From: asterisk@bortal.de [mailto:asterisk@bortal.de] Sent: Monday, September 20, 2004 4:10 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Music on hold> Hello List! > > I followed the instruction from > http://www.voip-info.org/wiki-Asterisk+config+musiconhold.conf to get > my music working when i put someone on hold.I have tried it with this mpg123 version as well: --- High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp. Still silence, but a mpg123 process is running. Used codec is ulaw. Thanks, Mario _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com 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
I don't ahve any zaptel hardware , so using ztdummy still no sound ..see the trace http://pastebin.ca/1189 Thanks. Ehsanul Karim
Any way to use soundcard's mic in for music on hold? -Mark Halverson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041027/afa47335/attachment.htm
Hi all, i'm trying to configure MoH for OptiPoint400std SIP, but it doesn't work. If i try with a softclient moh works fine. Somebody experience with OptiPoint400? Is there additional settings on the Optipoint? Any help would be much appreciated!! thx. --------------------------------- Do you Yahoo!? Meet the all-new My Yahoo! – Try it today! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041227/a3ff2aee/attachment.htm
Hi, I did recognice an rather strage behaviour on "Music on Hold": Situation Caller C does call Person A Person A puts C on hold to ask B MOH is (correctly) activated for C After talking to B A does hangup to transfer C to B In this moment MOH is activated for C for a moment before C is transferred to B The MOD can be seen on the asterisk console and it can be heared as a short buzz on Phone B. Any Idea how to avoid this? Elmar
Hi, I've been trying to get music on hold going on one of our servers: Upon dialling extension 005, it plays: -- Executing WaitMusicOnHold("SIP/parssyd1-4dbe", "30") in new stack -- Started music on hold, class 'default', on SIP/parssyd1-4dbe However, no music in the background.... MPG123 is intalled.. musiconhold.conf shows: default => mp3:/var/lib/asterisk/mohmp3 The directory has?: root@box-name:~# ls -al /var/lib/asterisk/mohmp3 total 6589 drwxr-xr-x 2 root root 160 2005-04-21 10:25 ./ drwxr-xr-x 8 root root 216 2005-02-17 22:48 ../ -rw-r--r-- 1 root root 1939812 2005-04-21 10:25 fpm-calm-river.mp3 -rw-r--r-- 1 root root 2582496 2005-04-21 10:25 fpm-sunshine.mp3 -rw-r--r-- 1 root root 2217563 2005-04-21 10:25 fpm-world-mix.mp3 Any clues ? Seems like it actions things but isn't playing the mp3 files.. Regards, Sahil Gupta VoiceValley
Hi all, I have some problems with music on hold. It works with the default category but not with additional ones. When I start Asterisk, 2 mpg123 processes are started with the default moh but none with additional ones. Does someone already had this problem and could help me? Thanks, Amaury
Help! No Music on Hold. Probably a novice mistake but I can't figure it out. Here are the details: CentOS 4.2 Asterisk 1.2.1 (Do I need to do something to get MOH to build?) Ztdummy loaded (conference works fine) musiconhold.conf: [default] mode=quietmp3 directory=/var/lib/asterisk/mohmp3 Sip device (x-lite - also tried with an ATA) with canreinvite=no: sip.conf: [7211] username=7211 secret=**** host=dynamic type=friend context=standardphone disallow=all allow=gsm allow=ulaw allow=alaw allow=g723.1 allow=g729 canreinvite=no Extensions.conf: exten => 8702,1,Answer() exten => 8702,n,MusicOnHold(default) exten => 8702,n,Hangup() # asterisk -r Asterisk 1.2.1, Copyright (C) 1999 - 2005 Digium. Written by Mark Spencer <markster@digium.com> ======================================================================== Connected to Asterisk 1.2.1 currently running on ccsip (pid = 4782) Verbosity is at least 3 == Spawn extension (standardphone, 8702, 2) exited non-zero on 'SIP/7211-be01' -- Executing Answer("SIP/7211-cedb", "") in new stack -- Executing MusicOnHold("SIP/7211-cedb", "default") in new stack -- Started music on hold, class 'default', on channel 'SIP/7211-cedb' -- Stopped music on hold on SIP/7211-cedb == Spawn extension (standardphone, 8702, 2) exited non-zero on 'SIP/7211-cedb' The "Stopped music on hold" happens immediately like it can't find something. Should I give up and use madplay? -- Bud -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051216/967722dd/attachment.htm
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: klaus.peras.vcf Type: text/x-vcard Size: 254 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20051216/e6a3cf98/klaus.peras.vcf
I tried everything to get the music on hold feature to work with _Asterisk@Home_ (mailto:Asterisk@Home) , to no avail. Need some help to get it running. Thanks, Eduardo Zaldibar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060120/48e4732a/attachment.htm
with so poor explanation of your problem i hope your asking payed help. regards On 1/20/06, Edward0219@aol.com <Edward0219@aol.com> wrote:> > I tried everything to get the music on hold feature to work with > Asterisk@Home, to no avail. > > Need some help to get it running. > > Thanks, > > Eduardo Zaldibar > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-- "Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org"
What I did so far: My Asterisk@Home PBX is working fine, with four Grandstream Budge Tone ?100 phones. Regarding the MoH feature, I did the following: 1. Checked the presence of mpg123. It is. 2. In /etc/asterisk/zapata.conf, I added the line "musiconhold=default" under [channels] context 1. In /etc/asterisk/musiconhold.conf, I uncommented the line that says "default => mp3:/var/lib/asterisk/mohmp3?. 1. I restarted Asterisk in order to reload the musiconhold.conf settings My files are all mp3 (no ID3 tags left), and I used the AMP Portal, Setup, On Hold Music, and replaced the default files with some new ones. Please help Thanks, Ed Zaldibar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060123/099a1d95/attachment.htm