similar to: moh mp3 streaming problem

Displaying 20 results from an estimated 4000 matches similar to: "moh mp3 streaming problem"

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 Sep 13
1
Does * machine need a sound board for MOH?
Does anyone know whether the linux machine running * have to have a sound card on it in order for musiconhold to work for sip phones? I've tried about everything (including tons of google searching) to get it to work, and nothing. When a call is placed on hold between two C7960's, the CLI indicates: -- Executing Dial("SIP/3002-c418", "SIP/3000|20") in new stack
2004 Apr 25
1
MusicOnHold spawns everlasting mpg123 processes
Hullo :) I'm using CVS-04/23/04-23 from the stable 1.0 branch on kernel 2.6 - since I have no Digium h/w, I've just managed to get the zaprtc module to compile and run, so I thought the best way to test it would be via MoH. The MP3Player application works great .. exten => 6901,1,Answer exten => 6901,2,MP3Player(http://127.0.0.1:85/ES/28) This will play callers BBC Radio 4 from
2007 Jun 11
1
MOH Problems.
All, I am using Asterisk 1.4.4 and it is not playing any MOH. I think the underlying problem is the following error: [Jun 11 20:25:37] WARNING[3207]: res_musiconhold.c:424 spawn_mp3: Found no files in '/var/lib/asterisk/moh/asterisk' [Jun 11 20:25:37] WARNING[3207]: res_musiconhold.c:506 monmp3thread: Unable to spawn mp3player Now it does not matter what I change in the
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 Sep 06
3
MP3 streams for MOH: idea
[thread change, different topic] >is there a clean way to have MOH (Music on Hold) source >its audio from say a MS-ASF streem ??? > >got a radio station that wants to have their MOH come >from their ASF based netbroadcast I have run out of time for fooling around today, but I started to think about this one but have no time (or ability) to build this little glue program.
2005 Jun 02
0
MP3Player could not play remote stream
Hi all, I could use MP3Player to play local sound (e.g: /usr/sound/abc.mp3) but I could not use it to run a remote stream, if I use mpg123 in command line, I can hear the audio ( /usr/bin/mpg123 http://...), but the same remote mp3 file could not be replay with asterisk. I would appreciate with any suggestion. Phuong Here are the log message: -- Starting simple switch on 'Zap/3-1'
2005 Feb 04
7
Limit MOH processes
You could try to use the native mp3 support for MOH if you really want mp3 support. It is a lot better than using mpg123 IMHO. mpg123 kept doing nasty things to my system :) See http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20musicon hold.conf there is a section about the native support. Guillaume > -----Original Message----- > From: Stefan Gofferje
2006 Mar 21
6
Native MOH - Convert mp3 to ulaw
I'd like to use native moh instead of with mpg123... for some reason the processes never bloody die. For native moh to not spawn an external player, I'd need to convert the default supplied moh sound files in /var/lib/asterisk/mohmp3 to ulaw and g729 format. Anyone know of a free, easy way to convert them? Thanks, Doug.
2004 Aug 31
0
MP3Player strange error
Hi all! I downloaded right mpg123, chabged path to mpg123 binary in app_mp3.c, rebuilt app_mp3.so, and got MusicOnHold to work. But MP3Player refuses to do properly: -- Accepting AUTHENTICATED call from x.x.x.x, requested format = 1024, actual format = 1024 -- Executing Answer("IAX2/maxhome@maxhome/3", "") in new stack -- Executing
2005 Aug 18
0
MP3Player cmd issue
I am running CVS HEAD (on a Linux-PPC machine.) My current dialplan generates an error at the console in asterisk when I attempt to issue the MP3Player command -- I can't figure out why it's not playing the actual audio file? The rest of the dialplan works great. Here's what I see in the console: -- Executing MP3Player("IAX2/income-in-01@IP",
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
2003 Apr 05
0
Re: Asterisk-Users digest, Vol 1 #237 - 11 msgs
asterisk-users-request@lists.digium.com wrote: >Send Asterisk-Users mailing list submissions to > asterisk-users@lists.digium.com > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.digium.com/mailman/listinfo/asterisk-users >or, via email, send a message with subject or body 'help' to > asterisk-users-request@lists.digium.com > >You can
2007 Mar 15
0
MP3Player
Hi All, I'm having problem with MP3Player app. I want the caller to hear mp3 when he is waiting until I answer my phone. -- from extentions.conf -- exten => 200,1,Answer() exten => 200,2,MP3Player(/home/user200/mp3/hanna-hais.mp3) exten => 200,3,Dial(SIP/200|20|tTrR) exten => 200,4,Hangup() -- end -- here is debug from CLI: -- Executing
2005 Jun 03
0
Followup: MP3Player cmd issue (for Asterisk OS X users)
Getting the proper version of MPG123 (v0.59r) setup under OS X was unusually complicated for me. Sorry for pestering the list with the MP3Player() issues I kept posting about. Your inbox will be happy to know that I finally got the correct file at: http://www.macupdate.com/info.php/id/6275 What I did was: (1) First, download the installer at:
2013 Jan 18
0
Only silence trying to play streaming MOH
I am having trouble getting streaming MOH to work. As far as I can tell I have everything configured properly but there is only silence. Your help is appreciated. I am running Asterisk 1.8.11-cert10 with mpg123 1.12.1 to play the stream (I have tried madplay, and mpg321, and I compiled streamplayer as well with the same results). I started by finding a working stream and tested this from the shell
2005 Aug 28
4
Mplayer as replacement to mgp123 in MP3Player cmd
There is a patch to mplayer that allows it to suppress stdout messages and instead output pcm data to stdout. I managed to get it working with app_mp3.c and seems like it is working fine. All that was needed was a change in the execl line and a slight increase in timeout value. I have only done limited testing. If mplayer is able to replace mpg123 without issues, this opens up a whole lot of
2009 Oct 22
1
Asterisk MOH playing old audio for first 30 to 60 seconds
Calling all members of the asterisk community, I am posting about an old issue that has been reported many places and times online, To my amazement, there has yet to be anyone that has reported any solutions to the following problem. "Initially when putting callers on hold, it plays between 30 and 60 seconds of old audio that was on the stream in the past. Then after that 30-60 seconds, it
2004 Dec 29
0
Problem with musiconhold - No such file or directory
I have mpg123 v59r and in command line mpg123 play of music /var/lib/asterisk/mohmp3/sample.mp3 in musiconhold.conf I have: -------------------------------------- [classes] default => mp3:/var/lib/asterisk/mohmp3/ ------------------------------------- and extensions.conf exten => 2,1,WaitMusicOnHold(30) When I call on console asterisk I have message:
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