[Asterisk-Users] MusicOnHold

2003-08-19 Thread Asterisk - linux - JVB
Does anybody know why I can NOT hear the MusicOnHold - using SJphone on another PC in our network (normal playback is not a problem) . See the * output and the line configured in extension.conf below (also mp3player does not function) Any suggestions? Asterisk output: *CLI> -- Executing

[Asterisk-Users] MusicOnHold

2004-03-15 Thread Brian Mulligan
Despite my best efforts I am unable to get this to work. I have checked that mpg123 is correctly installed and that the symbolic link exists for the binary. I have also made sure that the REdhat9 does not have the older version mpg321 installed. When I invoke MusicOnHold from my dialplan i get the

[asterisk-users] MusiconHold

2007-02-23 Thread Carlos Jerónimo
Hi, i configured Musiconhold and Works, but the sound is very low. I haved put the volume in the max, but is equal. I tested to my voice, and the sound is also low. exten=>8000,1,Wait(2) exten=>8000,2,Record(menu:gsm) exten=>8000,3,Wait(2) exten=>8000,4,Playback(menu) exten=>8000,5,Hangup()

[Asterisk-Users] MusicOnHold

2005-02-22 Thread MF Hulber
I'm looking for a simple way to disable MusicOnHold in my environment. I'm not really interested in having it and it causes too many problems with hanging mpg123 processes and memory management errors. The problem is, so many other modules seem to depend on it. I can't just cause a noload of

[Asterisk-Users] MusicOnHold

2005-06-24 Thread Giordano Grandis
Hi, I installed mpg123 v0.59r without error and defined as defaut folder /var/lib/asterisk/mohmp3. When i set a call on hold everythinghs seem ok   *CLI> -- Executing Dial("SIP/2339-4da6", "SIP/2391|60|Thtr") in new stack    -- Called 2391    -- SIP/2391-79a0 is ringing    -- Saved use

[Asterisk-Users] MusicOnHold Problems

2003-03-17 Thread Adam Goryachev
I have just started having a play with MoH and if I set an extension to MusicOnHold then I hear the music correctly, however with the following extensions snippet, I only hear the ringing sounds as each extension is attempted: exten => s,1,Answer exten => s,2,DigitTimeout,5 exten => s,3,ResponseTi

RE: [Asterisk-Users] MusicOnHold

2003-08-19 Thread Andrew Joakimsen
http://www.marko.net/asterisk/archives/0207/0097.html   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Asterisk - linux - JVB Sent: Tuesday, August 19, 2003 6:12 AM To: [EMAIL PROTECTED] Subject: [Asterisk-Users] MusicOnHold   Does anybody

Re: [Asterisk-Users] MusicOnHold

2003-08-19 Thread Asterisk - linux - JVB
, August 19, 2003 6:12 AM To: [EMAIL PROTECTED] Subject: [Asterisk-Users] MusicOnHold   Does anybody know why I can NOT hear the MusicOnHold - using SJphone on another PC in our network (normal playback is not a problem) . See the * output and the line configured in extension.conf below

RE: [Asterisk-Users] MusicOnHold

2003-08-19 Thread Andrew Joakimsen
her oddities.   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Asterisk - linux - JVB Sent: Tuesday, August 19, 2003 3:13 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] MusicOnHold   Andrew, thanks I already have got mpg123 installed and work

Re: [Asterisk-Users] MusicOnHold

2003-08-19 Thread Asterisk - linux - JVB
lto:[EMAIL PROTECTED]] On Behalf Of Asterisk - linux - JVB Sent: Tuesday, August 19, 2003 3:13 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] MusicOnHold   Andrew, thanks I already have got mpg123 installed and working.  However still got the MOH stuff up and running. Got a feel

Re: [Asterisk-Users] MusicOnHold

2003-08-19 Thread Brian West
quot;talk" you cannot hear the music on hold, as well as > > some other oddities. > > > > > > > > -Original Message- > > *From:* [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] *On Behalf Of *Asterisk > > - linux - JVB > > *Sen

Re: [Asterisk-Users] MusicOnHold

2003-08-19 Thread Asterisk - linux - JVB
ge- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] *On Behalf Of *Asterisk - linux - JVB *Sent:* Tuesday, August 19, 2003 3:13 PM *To:* [EMAIL PROTECTED] *Subject:* Re: [Asterisk-Users] MusicOnHold Andrew, thanks I already have got mpg123 installed and working. However still got the MOH

Re: [Asterisk-Users] MusicOnHold

2004-03-15 Thread Tilghman Lesher
On Monday 15 March 2004 09:29, Brian Mulligan wrote: > Despite my best efforts I am unable to get this to work. I have > checked that mpg123 is correctly installed and that the symbolic > link exists for the binary. I have also made sure that the REdhat9 > does not have the older version mpg321 ins

RE: [Asterisk-Users] MusicOnHold

2004-03-15 Thread Brian Mulligan
riginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Tilghman > Lesher > Sent: 15 March 2004 16:28 > To: [EMAIL PROTECTED] > Subject: Re: [Asterisk-Users] MusicOnHold > > > On Monday 15 March 2004 09:29, Brian Mulligan wrote: > > Despite my

[asterisk-users] MusicOnHold Files

2007-01-04 Thread Forrest Beck
I was just wondering what you all are doing for music on hold files for best quality. I am not much of an expert on sound rates, bits, stereo, mono, tracks, and all that jazz. Currently I am taking music from a CD (our campus jazz band has recorded a CD), converting to WAV, using Audacity to con

Re: [Asterisk-Users] MusicOnHold

2005-02-22 Thread Mark Benson
Can you not just remove the sym link to the mpg123 process so asterisk doesn't find it therefore no music on hold? When I was trying to get music on-hold working I had to compile and sym link the mp123 executable - when it wasn't present I had no music on hold... Mark MF Hulber wrote: I'm looki

Re: [Asterisk-Users] MusicOnHold

2005-02-22 Thread Ken Godee
MF Hulber wrote: I'm looking for a simple way to disable MusicOnHold in my environment. I'm not really interested in having it and it causes too many problems with hanging mpg123 processes and memory management errors. The problem is, so many other modules seem to depend on it. I can't just c

Re: [Asterisk-Users] MusicOnHold

2005-02-26 Thread MF Hulber
I'll give that a try. Do you make a symbolic link to Madplay as mpg123 or is there a way to configure * to use a different executable? An issue I have with MOH at all is that if I'm on a conference call, I don't want MOH to play. MARK. Ken Godee wrote: MF Hulber wrote: I'm looking for a simp

Re: [Asterisk-Users] MusicOnHold

2005-02-26 Thread MF Hulber
Sorry, in my haste I didn't read your musiconhold.conf that answers my question about setting up the executable. MARK. Ken Godee wrote: MF Hulber wrote: I'm looking for a simple way to disable MusicOnHold in my environment. I'm not really interested in having it and it causes too many problem

[Asterisk-Users] MusicOnHold probelms

2005-05-19 Thread chawki hammoud
This is my second attempt trying to get help and I am hoping someone can. When the musiconhold extension is matched, Asterisk attempts to execute musiconhold and stops right away, this is what I gets: Executing MusicOnHold("OSS/dsp", "") in new stack -- Started music on hold, class 'default',

[Asterisk-Users] MusicOnHold problem

2004-08-22 Thread Robert Rozman
Hi, I had music on hold working but now don't know what happened. I get : WARNING[...] res_musiconhold.c:334 moh0_exec: Unable to start music on hold (class '') on channel SIP... Any ideas what is wrong ? Regards, Robert. ___ Asterisk-Users mailing

[asterisk-users] Musiconhold priority

2011-02-01 Thread Jonas Kellens
Hello list, what musiconhold class has priority : - field "musiconhold" of the SIPaccount and field "musiconhold" of a queue or - Set(CHANNEL(musicclass)=) ?? Kind regards, Jonas. -- _ -- Bandwidth and Colocation Provided by

[asterisk-users] Musiconhold Problem

2010-07-21 Thread Markus Weiler
Hi, we are facing the problem , that we cannot distinguish between a trunk an an extension. On our trunk side, if the remote user puts us on hold the same Musiconhold is played as if we would call another extension on the sam Asterisk PBX. Asterisk should play the music from the remote End not

[Asterisk-Users] Musiconhold interrupted sound

2003-08-01 Thread Michael Ulitskiy
Hi, I don't seem to be able to get music on hold to play normally. The sound gets often interrupted with a few seconds of silence then starts playing again. I'm using mpg123-0.59r and tried mp3 files with different sample rates with no luck. If that matters, endpoints are SIP ata186, SIP Cisco 79

[asterisk-users] Musiconhold instead ringing

2007-09-07 Thread wassim darwish
Hi: When i get an incoming call, i want asterisk to make the caller hear music"musiconhold" instead of ringing,Can any body help me with this? Best regards; Wassim _ Get the new Windows Live Messenger! http://get.live.com/messenger

[asterisk-users] musiconhold realtime queue

2009-02-05 Thread Ralf Träskman
Hi I have asterisk 1.6 and running queues with realtime mysql. I am trying to set another musiconhold then "default" but I cant get it to work, I have an musiconhold entry in my queue_table, but don't know what to put in there and where to put the file. Regards /ralf __

Re: [asterisk-users] MusicOnHold Files

2007-01-04 Thread Carla Schroder
On Thursday 04 January 2007 18:01, Forrest Beck wrote: > I was just wondering what you all are doing for music on hold files > for best quality. I am not much of an expert on sound rates, bits, > stereo, mono, tracks, and all that jazz. Currently I am taking music > from a CD (our campus jazz ban

Re: [asterisk-users] MusicOnHold Files

2007-01-04 Thread Trevor Peirce
Carla Schroder wrote: On Thursday 04 January 2007 18:01, Forrest Beck wrote: [snip] Currently I am taking music from a CD (our campus jazz band has recorded a CD), converting to WAV, using Audacity to convert the stereo tracks into mono, drop the gain to -15db, then I use sox to convert to GS

Re: [asterisk-users] MusicOnHold Files

2007-01-04 Thread Yuan LIU
From: Carla Schroder <[EMAIL PROTECTED]> On Thursday 04 January 2007 18:01, Forrest Beck wrote: > I was just wondering what you all are doing for music on hold files > for best quality. I am not much of an expert on sound rates, bits, > stereo, mono, tracks, and all that jazz. Currently I am ta

Re: [asterisk-users] MusicOnHold Files

2007-01-08 Thread Matt Riddell (NZ)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yuan LIU wrote: > One item in my todo list is to make better sound quality whenever end > point supports it. Wide-band codec's can already produce better sound > than toll. So why do we still need to convert to 8 bit? Should be 16 bit, 8Khz, not 8 b

[asterisk-users] Musiconhold and dial

2007-01-12 Thread Olivier Exbrayat
Hello, I have a small problem with musiconhod and dial. When i use the following dialplan : exten => s,1,Dial(exten||m) I have an music during 5 seconds after the call is stoped if the destination don't response. With this dialplan, the music play allaws but the destination don't ring. exten =

Re: [Asterisk-Users] MusicOnHold probelms

2005-05-19 Thread Christian Wengel
Hi! Could you post your musiconhold.conf and modules.conf, please? MfG Christian chawki hammoud wrote: This is my second attempt trying to get help and I am hoping someone can. When the musiconhold extension is matched, Asterisk attempts to execute musiconhold and stops right away, this is what I g

Re: [Asterisk-Users] MusicOnHold probelms

2005-05-19 Thread admin
terisk-Users] MusicOnHold probelms > This is my second attempt trying to get help and I am > hoping someone can. When the musiconhold extension is > matched, Asterisk attempts to execute musiconhold and > stops right away, this is what I gets: > > Executing MusicOnHold(&qu

Re: [Asterisk-Users] MusicOnHold probelms

2005-05-19 Thread chawki hammoud
--- admin <[EMAIL PROTECTED]> wrote: > Do you have mpg123 installed? > Is there a .mp3 file available to play in your > /var/lib/asterisk/mohmp3 > directory? Yes, mpg123 is installed and I can record and playback any file. This is what I have in my mohmp3 directory: fpm-calm-river.mp3 fpm-sun

Re: [Asterisk-Users] MusicOnHold probelms

2005-05-19 Thread chawki hammoud
--- Christian Wengel <[EMAIL PROTECTED]> wrote: > Hi! > > Could you post your musiconhold.conf and > modules.conf, please? > > MfG Christian This is the modules.conf file: [modules] autoload=yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so load => cdr_addon_mysql.so ; noload => app

[Asterisk-Users] MusicOnHold Loudness/Distortion

2005-05-19 Thread Bryce Chidester
For whatever reason, the music on hold is extremely distorted and loud. It didn't used to be this way and I haven't changed anything, yet it persists. This is on all the channels we use (SIP, IAX2, Zap, ALSA). Can anyone help with this, or has anyone seen this? The mp3s play fine on any computer an

[Asterisk-Users] MusicOnHold Loudness/Distortion

2005-05-22 Thread Bryce Chidester
[Cross-posted and re-sent; it really sounds bad and needs resolution ASAP] For whatever reason, the music on hold is extremely distorted and loud. It didn't used to be this way and I haven't changed anything, yet it persists. This is on all the channels we use (SIP, IAX2, Zap, ALSA). Can anyone hel

Re: [Asterisk-Users] MusicOnHold probelms

2005-05-22 Thread Christian Wengel
chawki hammoud wrote: --- Christian Wengel <[EMAIL PROTECTED]> wrote: Hi! Could you post your musiconhold.conf and modules.conf, please? MfG Christian This is the modules.conf file: [modules] autoload=yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so load => cdr_addon_my

Re: [Asterisk-Users] MusicOnHold problem

2004-08-23 Thread Chris Stenton
It can't find mpg123 or you don't have any mp3 files in your moh directory. - Original Message - From: "Robert Rozman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 23, 2004 12:58 AM Subject: [Asterisk-Users] MusicOnHold problem >

Re: [Asterisk-Users] MusicOnHold problem

2004-08-24 Thread Robert Rozman
ssage - From: "Chris Stenton" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[EMAIL PROTECTED]> Sent: Monday, August 23, 2004 12:30 PM Subject: Re: [Asterisk-Users] MusicOnHold problem > It can't find mpg123 or you d

Re: [Asterisk-Users] MusicOnHold problem

2004-08-24 Thread Robert Rozman
August 25, 2004 12:15 AM Subject: Re: [Asterisk-Users] MusicOnHold problem > Hi, > > I've checked again and I can run it from command line. mpg123 is in > /usr/bin. > > Is there any way to debug this problem more deeply ? > > What files for musiconhold feature s

[Asterisk-Users] Musiconhold in zapata.conf

2006-02-03 Thread Lee Archer
Title: Musiconhold in zapata.conf I've been trying to change the musiconhold= in the zapata.conf to use something other than default.  However it doesn't seem to do it.  I know the other musiconhold source works but whatever I set it to in the zapata.conf file it always plays whatever is [def

[Asterisk-Users] musiconhold in sip.conf

2005-07-20 Thread Michael George
I have a PBX set up so that all the channels have "musiconhold=". We use all SIP phones and SIP to the VoIP provider. All channels have that setting. I directly call SetMusicOnHold() for all incoming calls, but outgoing calls should be set by the "musiconhold=" configuration parameter. However,

[Asterisk-Users] MusicOnHold not working

2005-12-17 Thread Jason Lixfeld
Running Asterisk 1.2.1 on Suse 10.0 X86-64. Tried to get mpg123 0.59r which came with the 1.2.1 dist running on this box, but all I get is poop: as -o decode_i586.o decode_i586.s decode_i586.s: Assembler messages: decode_i586.s:44: Error: suffix or operands invalid for `push' decode_i586.s:

[Asterisk-Users] MusicOnHold not working

2005-09-15 Thread Gurminder Arora
Hi On my FC3 box with asterisk 1.0.9MusicOnHold is not working. It starts and stops immediately... An unknow option mono comes...from where it is originating.?? As there is nothing written in .conf file. Console output is below: I am using mpg123 version 0.59r. Although I am able to pl

[Asterisk-Users] MusicOnHold with mpg123

2006-03-26 Thread Nathan Bowyer
Alright, I've come across a really strange issue and I've been banging my head trying to figure it out. I have 3 machines. 1 Dell Dimension 4100, Pentium 3. 1 Dell 400SC, Pentium 4. 1 Dell 1600SC, Xeon. I run mpg123 0.59r on each machine. Using RH9 with a 2.4.20-8 kernel, each machine plays M

[asterisk-users] MusicOnHold not loaded

2011-07-25 Thread Michael
Hello, We're running 2 Asterisk 1.6.2.x systems, one installed from source and one from AsteriskNow. On the system installed form source, MOH works fine and these are the results we get for the different relevant queries: Asterisk CLI commands: -- sip*CLI> moh show classes

Re: [asterisk-users] Musiconhold priority

2011-02-01 Thread Danny Nicholas
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonas Kellens Sent: Tuesday, February 01, 2011 10:05 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Musiconhold priority Hello list, what

Re: [asterisk-users] Musiconhold priority

2011-02-01 Thread Warren Selby
On Tue, Feb 1, 2011 at 10:20 AM, Danny Nicholas wrote: > Not sure how queues factor into this equation; guess that’s a “try and see” > thing. > > >From my experience, the explicitly defined Set(CHANNEL(musicclass)=blah) takes precedence over a queue's defined moh class. -- Thanks, --Warren Selb

Re: [Asterisk-Users] Musiconhold interrupted sound

2003-08-04 Thread Michael Ulitskiy
Hi again, Am I really the only one who's having this problem? Music on hold playing like this is very annoying and practically unusable. One more detail. The sound interruption happens only when 2 endpoints are actually connected and one of them put the other on hold. If I set a special extensio

Re: [Asterisk-Users] Musiconhold interrupted sound

2003-08-04 Thread Michael Manousos
Use asterisk-oh323. It works great! Michael. Michael Ulitskiy wrote: Hi again, Am I really the only one who's having this problem? Music on hold playing like this is very annoying and practically unusable. One more detail. The sound interruption happens only when 2 endpoints are actually conne

Re: [Asterisk-Users] Musiconhold interrupted sound

2003-08-04 Thread Michael Ulitskiy
Michael, With all due respect to both of you, it's not related to h.323 driver. The result is the same whether h.323 channel participates in the call or it's pure sip-to-sip call. Michael On Monday 04 August 2003 01:59 pm, Michael Manousos wrote: > > Use asterisk-oh323. It works great! > >

RE: [Asterisk-Users] Musiconhold interrupted sound

2003-08-04 Thread Jamie Neil
Quoting Michael Ulitskiy [EMAIL PROTECTED]: > Hi again, > > Am I really the only one who's having this problem? > Music on hold playing like this is very annoying and > practically unusable. Hi Michael, No - you're not alone :) I've had similar problems with SIP since I started experimenting wit

Re: [Asterisk-Users] Musiconhold interrupted sound

2003-08-04 Thread Michael Ulitskiy
On Monday 04 August 2003 02:56 pm, Jamie Neil wrote: > Quoting Michael Ulitskiy [EMAIL PROTECTED]: > > Hi again, > > > > Am I really the only one who's having this problem? > > Music on hold playing like this is very annoying and > > practically unusable. > > Hi Michael, > > No - you're not alone

Re: [Asterisk-Users] Musiconhold interrupted sound

2003-08-07 Thread Michael Manousos
Michael Ulitskiy wrote: Michael, With all due respect to both of you, it's not related to h.323 driver. The result is the same whether h.323 channel participates in the call or it's pure sip-to-sip call. Did you try it without the ztdummy and zaprtc? I posted to Mark a couple of patches fixing M

Re: [Asterisk-Users] Musiconhold interrupted sound

2003-08-14 Thread Dan
t;[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 11:11 AM Subject: Re: [Asterisk-Users] Musiconhold interrupted sound > Michael Ulitskiy wrote: > > Michael, > > > > With all due respect to both of you, it's not related to h.323 driver. > > The result is the same w

Re: [Asterisk-Users] Musiconhold interrupted sound

2003-08-14 Thread Michael Ulitskiy
Just updated asterisk from cvs. It's now CVS-08/01/03-18:27:08. Also I've removed ztdummy module. It seems to be better now. Not perfect - some sound glitch still happens, but much better. Also I've noticed that it somehow depends on the mp3 itself. Some songs are played out almost perfectly, wit

Re: [Asterisk-Users] Musiconhold interrupted sound

2003-08-14 Thread Michael Manousos
Jamie Neil wrote: Quoting Michael Manousos: Michael Ulitskiy wrote: Michael, With all due respect to both of you, it's not related to h.323 driver. The result is the same whether h.323 channel participates in the call or it's pure sip-to-sip call. Did you try it without the ztdummy and zaprtc? I

RE: [Asterisk-Users] Musiconhold interrupted sound

2003-08-14 Thread Jamie Neil
Quoting Michael Manousos: > Michael Ulitskiy wrote: > > Michael, > > > > With all due respect to both of you, it's not related to h.323 driver. > > The result is the same whether h.323 channel participates in the > > call or it's pure sip-to-sip call. > > Did you try it without the ztdummy and zapr

Re: [asterisk-users] Musiconhold instead ringing

2007-09-07 Thread Anthony Messina
On Friday 07 September 2007 07:02:01 pm wassim darwish wrote: > Hi: > When i get an incoming call, i want asterisk to make the caller hear > music"musiconhold" instead of ringing,Can any body help me with this? my guess is you'd have to Answer() the call first, then play moh while Dial()'ing the

Re: [asterisk-users] Musiconhold instead ringing

2007-09-08 Thread wassim darwish
> From: [EMAIL PROTECTED]> To: asterisk-users@lists.digium.com> Date: Fri, 7 Sep 2007 19:10:04 -0500> Subject: Re: [asterisk-users] Musiconhold instead ringing>> On Friday 07 September 2007 07:02:01 pm wassim darwish wrote:>> Hi:&

Re: [asterisk-users] Musiconhold instead ringing

2007-09-08 Thread Karsten Wemheuer
Hi, Am Samstag, den 08.09.2007, 09:44 + schrieb wassim darwish: > > From: [EMAIL PROTECTED]> > To: asterisk-users@lists.digium.com> Date: Fri, 7 Sep 2007 19:10:04 > -0500> Subject: Re: [asterisk-users] Musiconhold instead ring

Re: [asterisk-users] Musiconhold instead ringing

2007-09-08 Thread wassim darwish
> From: [EMAIL PROTECTED]> To: asterisk-users@lists.digium.com> Date: Sat, 8 Sep 2007 14:48:18 +0200> Subject: Re: [asterisk-users] Musiconhold instead ringing>> Hi,>> Am Samstag, den 08.09.2007, 09:44 +000

Re: [asterisk-users] Musiconhold instead ringing

2007-09-08 Thread Hoai-Anh Ngo-Vi
che Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von wassim darwish Gesendet: Samstag, 8. September 2007 11:45 An: Asterisk Users Mailing List - Non-Commercial Discussion Betreff: Re: [asterisk-users] Musiconhold instead ring

Re: [asterisk-users] musiconhold realtime queue

2009-02-05 Thread David fire
do you condifure the new musiconhold in the music on hold config file (or in realtime) ? David 2009/2/5 Ralf Träskman > Hi > > > > I have asterisk 1.6 and running queues with realtime mysql. I am trying to > set another musiconhold then "default" but I cant get it to work, > > I have an musicon

Re: [asterisk-users] musiconhold realtime queue

2009-02-05 Thread Ralf Träskman
Hmm i hope i do it in realtime, how can I tell? /ralf From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of David fire Sent: den 5 februari 2009 15:34 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users

Re: [asterisk-users] musiconhold realtime queue

2009-02-05 Thread David fire
> > /ralf > > > > *From:* asterisk-users-boun...@lists.digium.com [mailto: > asterisk-users-boun...@lists.digium.com] *On Behalf Of *David fire > *Sent:* den 5 februari 2009 15:34 > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > *Subject:* Re: [asterisk-users] mu

Re: [asterisk-users] musiconhold realtime queue

2009-02-05 Thread Ralf Träskman
Thanks I got it working now /ralf From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of David fire Sent: den 5 februari 2009 15:55 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] musiconhold

Re: [asterisk-users] musiconhold realtime queue

2009-02-05 Thread David fire
f > > > > *From:* asterisk-users-boun...@lists.digium.com [mailto: > asterisk-users-boun...@lists.digium.com] *On Behalf Of *David fire > *Sent:* den 5 februari 2009 15:55 > > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > *Subject:* Re: [asterisk-users] musiconhold re

[Asterisk-Users] MusicOnHold "zombie" mpg123 processes

2005-05-13 Thread Lane
Hi, KMail crashed because I saved too many asterisk-users messages ... now I have to ask directly, instead of searching in my private archive :) Here's the problem: I'm using MusicOnHold, running mpg123, but I notice that the processes don't die even after the user hangs up. They just sort of

[Asterisk-Users] MusicOnHold. not getting it.

2004-12-16 Thread Ferguson, Michael
Title: Message     G'Day All;   I am a little unsure on how to get Music On Hold to work. Please critique my extensions.conf.  ? Thanks   ; SIP 5001 exten => 5001,1,Dial(SIP/5001) exten => 5001,2,Voicemail(u${EXTEN}) exten => 5001,3,Hangup exten => 5001,102,Voicemail(b${EXTEN}) exten =>

RE: [Asterisk-Users] MusicOnHold Loudness/Distortion

2005-05-22 Thread Tom Fanning
> For whatever reason, the music on hold is extremely distorted > and loud. > It didn't used to be this way and I haven't changed anything, yet it > persists. This is on all the channels we use (SIP, IAX2, Zap, > ALSA). Can > anyone help with this, or has anyone seen this? The mp3s play fine on

RE: [Asterisk-Users] MusicOnHold Loudness/Distortion

2005-05-22 Thread Kevin Bockman
> For whatever reason, the music on hold is extremely distorted and loud. > It didn't used to be this way and I haven't changed anything, yet it > persists. This is on all the channels we use (SIP, IAX2, Zap, ALSA). Can > anyone help with this, or has anyone seen this? The mp3s play fine on > any c

[Asterisk-Users] MusicOnhold on Bridged calls

2004-11-03 Thread Paulo Adriano
Now that my bridged calls are working fine with ISDN I have a question ?   When my customers call in and my ext is not available the call is routed out to my mobile.   Everything works but I would like to know if there is a way of having the

[Asterisk-Users] MusicOnHold and Mp3 threads

2004-09-23 Thread João Amaro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I putting two * boxes into production. It's a callcenter + voicemail to Cisco callmanager. My problem is that mpeg123 sometimes doesn't terminate. What should i do ? Don't use MusincOnHold, and use a single MP3 file with a high length ? -B

[Asterisk-Users] musiconhold will not start

2004-10-12 Thread Remco Barende
I have * running on gentoo. Everything seems to be working fine but musiconhold will not start. When starting * I get these errors, but guess that's not the problem: Oct 12 16:42:12 WARNING[16384]: chan_skinny.c:2584 reload_config: Unable to get our IP address, Skinny disabled Oct 12 16:42:12 W

RE: [Asterisk-Users] MusicOnHold not working

2005-09-15 Thread Sherwood McGowan
->Gurminder Arora ->Sent: Thursday, September 15, 2005 8:30 AM ->To: asterisk-users@lists.digium.com ->Subject: [Asterisk-Users] MusicOnHold not working -> ->Hi -> On my FC3 box with asterisk 1.0.9MusicOnHold is not working. ->It starts and stops immediately... ->

Re: [Asterisk-Users] MusicOnHold not working

2005-09-15 Thread Alex Kobalto
ROTECTED]] On Behalf Of->Gurminder Arora->Sent: Thursday, September 15, 2005 8:30 AM->To: asterisk-users@lists.digium.com ->Subject: [Asterisk-Users] MusicOnHold not working->->Hi->  On my FC3 box with asterisk 1.0.9MusicOnHold is not working.->It starts and stop

Re: [Asterisk-Users] MusicOnHold not working

2005-09-16 Thread Gurminder Arora
--mono. Looks to me (a > cursory > > guess) that your asterisk installation is trying to force mono sound, and > > mpg123 doesn't like it. > > > > ->-Original Message- > > ->From: [EMAIL PROTECTED] > > ->[mailto: [EMAIL PROTECTED] On >

[Asterisk-Users] MusicOnHold does not play

2005-11-09 Thread Stephen Bosch
Hello: Forgive me if this is documented somewhere. I've been on www.voip-info.org and the Asterisk website and done no end of searches. Music on hold stops without playing any sound whatsoever. Here is Asterisk output: > Asterisk Ready. > *CLI> -- Starting simple switch on 'Zap/4-1' > Nov 10

Re: [asterisk-users] MusicOnHold not loaded

2011-07-26 Thread Kevin P. Fleming
On 07/26/2011 02:46 AM, Michael wrote: Hello, We're running 2 Asterisk 1.6.2.x systems, one installed from source and one from AsteriskNow. On the system installed form source, MOH works fine and these are the results we get for the different relevant queries: Do you have at least one of the

Re: [asterisk-users] MusicOnHold not loaded

2011-07-26 Thread Michael
On Tue, Jul 26, 2011 at 3:10 PM, Kevin P. Fleming wrote: > > Do you have at least one of the asterisk-sounds-moh RPMs installed? > > No idea. How/where do I check/find them? -- _ -- Bandwidth and Colocation Provided by http://www.a

Re: [asterisk-users] MusicOnHold not loaded

2011-07-26 Thread Michael
On Tue, Jul 26, 2011 at 3:31 PM, Michael wrote: > On Tue, Jul 26, 2011 at 3:10 PM, Kevin P. Fleming wrote: >> >> Do you have at least one of the asterisk-sounds-moh RPMs installed? >> >> No idea. How/where do I check/find them? > I performed the following: [root@pbx ~]# yum install asterisk-so

Re: [asterisk-users] MusicOnHold not loaded

2011-07-27 Thread Michael
It's very surprising that none of the experts on this list knows how to solve this issue :( I thought it was a minor issue... -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for

[asterisk-users] MusicOnHold from a Sound card

2008-10-31 Thread Timothy Smith
Hi, I would like to get musiconhold from a sound card. This is because I want to kind of be a DJ and easily change the music playing, etc. However, I followed the instructions at http://www.voip-info.org/wiki-Asterisk+config+musiconhold.conf and other tutorials on the net but no success. I have [

[asterisk-users] musiconhold restarts for every extension

2007-01-30 Thread Benko
Hello! I've upgraded from 1.2.9 to 1.2.14 recently but experience an unexpected behaviour with musiconhold: While in 1.2.9 musiconhold was playing continuous on sequential extensions after a timeout, it is restarted for every extension in 1.2.14: ;music starts exten => 902,1,Dial(SIP/[EMAIL PROTE

Re: [Asterisk-Users] MusicOnHold "zombie" mpg123 processes

2005-05-13 Thread Adam Goryachev
On Fri, 2005-05-13 at 15:12 -0500, Lane wrote: > Hi, > > KMail crashed because I saved too many asterisk-users messages ... now I have > to ask directly, instead of searching in my private archive :) > > Here's the problem: I'm using MusicOnHold, running mpg123, but I notice that > the process

Re: [Asterisk-Users] MusicOnHold "zombie" mpg123 processes

2005-05-13 Thread Lane
On Friday 13 May 2005 22:52, Adam Goryachev wrote: > On Fri, 2005-05-13 at 15:12 -0500, Lane wrote: > > Hi, > > > > KMail crashed because I saved too many asterisk-users messages ... now I > > have to ask directly, instead of searching in my private archive :) > > > > Here's the problem: I'm using

Re: [Asterisk-Users] MusicOnHold "zombie" mpg123 processes

2005-05-13 Thread Adam Goryachev
On Fri, 2005-05-13 at 23:12 -0500, Lane wrote: > Now if I could just get it to play the next song for the next call, instead > of > starting at the first song each time ... Actually, by default, it will *continue* playing from where it left off. I think the concept suits a busy PBX, where you a

Re: [Asterisk-Users] MusicOnHold "zombie" mpg123 processes

2005-05-13 Thread Lane
On Friday 13 May 2005 22:52, Adam Goryachev wrote: > On Fri, 2005-05-13 at 15:12 -0500, Lane wrote: > > Hi, > > > > KMail crashed because I saved too many asterisk-users messages ... now I > > have to ask directly, instead of searching in my private archive :) > > > > Here's the problem: I'm using

Re: [Asterisk-Users] MusicOnHold. not getting it.

2004-12-16 Thread Mark Phillips
This is well documented in the WIKI. And, it's not configured from the extensions.conf file. Look for musiconhold.conf in /etc/asterisk. Genreally one doesn't have to mess with it but you can do all sorts of neat tricks with it. I have our office one doing different hold music for different depart

RE: [Asterisk-Users] MusicOnHold. not getting it.

2004-12-16 Thread Ferguson, Michael
Mark, Thanks for the pointer. 'preciate it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Phillips Sent: Thursday, December 16, 2004 6:08 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] MusicOnHold

[Asterisk-Users] MusicOnHold spawns everlasting mpg123 processes

2004-04-25 Thread Gavin Hamill
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

[Asterisk-Users] MusicOnHold with no sound card?

2005-01-28 Thread Dana Olson
I've been reading the wiki and mailing list archives that come up in Google searches, and so far I haven't been able to find out how to do this. In my Asterisk console, when I dial an extension that is supposed to play MusicOnHold, I get this message: -- Executing MusicOnHold("SIP/8001-e0f0", "de

[Asterisk-Users] MusicOnHold Native Mode, Please Clarify

2005-02-13 Thread JR Richardson
Hi Guys,   I’ve attempted to get this moh-native thing to work with no success.  I’ve reviewed wiki, mantis and e-mail postings and I’m confused.   The latest I’ve read is native moh should be in asterisk-addons in format_mp3, but what version will it work with?  I’ve tried asterisk 1.0

RE: [Asterisk-Users] musiconhold will not start

2004-10-12 Thread David J Carter
Try mpg123-0.59r Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Remco Barende Sent: 12 October 2004 22:10 To: Asterisk Users List Subject: [Asterisk-Users] musiconhold will not start I have * running on gentoo. Everything seems to be working fine

RE: [Asterisk-Users] musiconhold will not start

2004-10-12 Thread Andy Reinke
ure X desktop applets so you don't load any sound applets or programs on login. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Remco Barende Sent: Tuesday, October 12, 2004 5:10 PM To: Asterisk Users List Subject: [Asterisk-Users] musiconhold will not sta

RE: [Asterisk-Users] musiconhold will not start

2004-10-12 Thread Wiley E. Siler
EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 3:04 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] musiconhold will not start I assume that the problem with /dev/dsp is your issue - haven't confirmed but I bet * uses the soundcard for mus

RE: [Asterisk-Users] musiconhold will not start

2004-10-12 Thread senad
> > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Remco > Barende > Sent: Tuesday, October 12, 2004 5:10 PM > To: Asterisk Users List > Subject: [Asterisk-Users] musiconhold will not start > > I have * running

[Asterisk-Users]MusicOnHold don't start at begin

2006-01-04 Thread asterisk183
 MusiconHold don't start at begin. What I can doing for setup the musiconhold start at begin?Thanks Fabio Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users

  1   2   >