[asterisk-users] MOH on demand?

2017-12-01 Thread butrus.but...@gmail.com
Hello! I'm currently using Asterisk 11 (due to the fact that Debian Wheezy has Ast 11 in backports - so that I can have security updates from my distribution). I recently played a little with Asterisk to be able to hear internet-radios over the local phones in my home. So I set up a couple of mus

[asterisk-users] MOH class to use

2017-10-29 Thread Dovid Bender
Hi, What is the expected behavior when setting the MOH Class in the Application MusiConHold? For simplicity purposes my dialplan looks like this: Exten => moh,1,MSet(SIP_CODEC=ulaw,CHANNEL(musicclass)=ABC) Exten => moh,n,Answer Exten => moh,n,MusicOnHold(DEF) Exten => moh,n,Hangup If you dial in

Re: [asterisk-users] MoH via AGI broken after upgrade.

2017-07-20 Thread Mike Diehl
Man, I was hoping it was something like that. I did read the release notes; I must have missed that part. This should solve the problem, so thanks again. Mike On July 20, 2017 1:09:08 PM EDT, Richard Mudgett wrote: >On Thu, Jul 20, 2017 at 11:50 AM, mdiehl >wrote: > >> I recently upgraded As

Re: [asterisk-users] MoH via AGI broken after upgrade.

2017-07-20 Thread Richard Mudgett
On Thu, Jul 20, 2017 at 11:50 AM, mdiehl wrote: > I recently upgraded Asterisk from 1.8.x to 13.x and am now finding that > music on hold isn't working like it used to. > > It seems that even though the correct MoH class is being set, the system > still plays the "default" music. > > All of my ca

[asterisk-users] MoH via AGI broken after upgrade.

2017-07-20 Thread mdiehl
I recently upgraded Asterisk from 1.8.x to 13.x and am now finding that music on hold isn't working like it used to. It seems that even though the correct MoH class is being set, the system still plays the "default" music. All of my call handling is done with an AGI script. When a call is made

Re: [asterisk-users] moh reload not reloading/reading new musiconhold files

2017-03-30 Thread Pete Mundy
Hi Jonas Wouldn't this do the job? touch /etc/asterisk/musiconhold.conf ; asterisk -rx 'module reload res_musiconhold.so' Pete > On 31/03/2017, at 8:55 am, Jonas Kellens wrote: > > > I would not know how to automate this through script... > smime.p7s Description: S/MIME

Re: [asterisk-users] moh reload not reloading/reading new musiconhold files

2017-03-30 Thread Jonas Kellens
Hello I can confirm that touch-ing /etc/asterisk/musiconhold.conf (just open with vi and close again) and then issuing a 'module reload res_musiconhold.so' on the Asterisk CLI makes the new files load into Asterisk. Very strange !! I would not know how to automate this through script...

Re: [asterisk-users] moh reload not reloading/reading new musiconhold files

2017-03-24 Thread Daniel Journo
> Hello > as you can read in my original post "moh reload" and "module reload > res_musiconhold.so" does nothing. > Only at restart the new files are available. > Is this a bug ?? How can I get more debugging for this problem ?? Just spotted that you are using Asterisk 1.8.32.3. The bug I'm think

Re: [asterisk-users] moh reload not reloading/reading new musiconhold files

2017-03-24 Thread Daniel Journo
> Hello > as you can read in my original post "moh reload" and "module reload > res_musiconhold.so" does nothing. > Only at restart the new files are available. > Is this a bug ?? How can I get more debugging for this problem ?? I think there is currently a bug with MOH. For now, if you add a fil

Re: [asterisk-users] moh reload not reloading/reading new musiconhold files

2017-03-24 Thread Jonas Kellens
Hello as you can read in my original post "moh reload" and "module reload res_musiconhold.so" does nothing. Only at restart the new files are available. Is this a bug ?? How can I get more debugging for this problem ?? Kind regards. On 23-03-17 22:54, Administrator TOOTAI wrote: Le 23/0

Re: [asterisk-users] moh reload not reloading/reading new musiconhold files

2017-03-23 Thread Administrator TOOTAI
Le 23/03/2017 à 20:17, Jonas Kellens a écrit : Hello is there any more information on how to reload/read musiconhold files ? CLI> module reload res_musiconhold -- Daniel On 07-03-17 10:46, Jonas Kellens wrote: Hello I did not mention it but of course the MOH directory is listed in /etc/a

Re: [asterisk-users] moh reload not reloading/reading new musiconhold files

2017-03-23 Thread Jonas Kellens
Hello is there any more information on how to reload/read musiconhold files ? Kind regards. On 07-03-17 10:46, Jonas Kellens wrote: Hello I did not mention it but of course the MOH directory is listed in /etc/asterisk/musiconhold.conf : [default] mode=files directory=/var/lib/asterisk/

Re: [asterisk-users] moh reload not reloading/reading new musiconhold files

2017-03-07 Thread Jonas Kellens
Hello I did not mention it but of course the MOH directory is listed in /etc/asterisk/musiconhold.conf : [default] mode=files directory=/var/lib/asterisk/moh [myfolder_1] mode=files directory=/var/lib/asterisk/moh/myfolder/1 sort=alpha [myfolder_2] mode=files directory=/var/lib/asterisk/moh/

Re: [asterisk-users] moh reload not reloading/reading new musiconhold files

2017-03-03 Thread John Kiniston
Your new file is in the 'myfolder/1'' subdirectory of the MOH directory. Either move the file into the MOH directory or define a new class in musiconhold.conf that is for your directory. On Fri, Mar 3, 2017 at 7:19 AM, Jonas Kellens wrote: > Hello > > using Asterisk 1.8.32.3 > > Current music

[asterisk-users] moh reload not reloading/reading new musiconhold files

2017-03-03 Thread Jonas Kellens
Hello using Asterisk 1.8.32.3 Current music on hold : myserver*CLI> moh show files Class: default File: /var/lib/asterisk/moh/macroform-robot_dity File: /var/lib/asterisk/moh/macroform-cold_day File: /var/lib/asterisk/moh/reno_project-system File: /var/lib/asterisk/moh/manolo_ca

[asterisk-users] MOH realtime using only one thread for MOH

2016-11-16 Thread Dovid Bender
Hi, When using realtime MOH and an external script such as madplay if in MusicOnhold we have set cachertclasses=yes, after an Asterisk restart the first time a call comes in madplay is started. If ten people are using the same moh class there is only one instance of madplay. The issue is that if n

Re: [asterisk-users] MOH don't work after update

2013-06-17 Thread Thorsten Göllner
Is the subdir "Horaires" readable/executable for User Asterisk/Asterisk? Did you try to convert it to wav? Am 17.06.2013 09:47, schrieb Thorsten Göllner: Take a look here: http://blog.our-files.com/2012/07/format_mp3-so-building-for-asterisk-1-8-11-using-packages-asterisk-org/ Am 16.06.2013 09

Re: [asterisk-users] MOH don't work after update

2013-06-17 Thread jg
If I read your log entries correctly, you are not playing any MOH at all. BackGround() normally plays sound files from the language dependent sound directory. jg -- _ -- Bandwidth and Colocation Provided by http://www.api-digit

Re: [asterisk-users] MOH don't work after update

2013-06-17 Thread Olivier CALVANO
i don't think's that it's the same problems, because me format_mp3.so is loaded: [root@ipbx Conf-Extensions]# asterisk -rx 'core show file formats' Format Name Extensions -- -- slin mp3mp3 gsmgsmgsm slin192sln192 sln192 sl

Re: [asterisk-users] MOH don't work after update

2013-06-17 Thread Thorsten Göllner
Take a look here: http://blog.our-files.com/2012/07/format_mp3-so-building-for-asterisk-1-8-11-using-packages-asterisk-org/ Am 16.06.2013 09:43, schrieb Olivier CALVANO: Hi we have a small problems. We have a Asterisk 1.6.1 old server with music on old. we have updated to AsteriskNow 11.4.0

Re: [asterisk-users] MOH don't work after update

2013-06-16 Thread Olivier CALVANO
i use the package centos, i can't use menuselect no ? but i think's that is loaded: ipbx*CLI> module load format_mp3.so Unable to load module format_mp3.so Command 'module load format_mp3.so' failed. [Jun 17 04:56:42] WARNING[8910]: loader.c:892 load_resource: Module 'format_mp3.so' already exist

Re: [asterisk-users] MOH don't work after update

2013-06-16 Thread Matthew Jordan
On Sun, Jun 16, 2013 at 2:43 AM, Olivier CALVANO wrote: > > > Hi > > we have a small problems. > > We have a Asterisk 1.6.1 old server with music on old. > > we have updated to AsteriskNow 11.4.0 > > and now, when we want play sound, we have a errors: > > -- Executing [334xx@Accueil_HNO:2] > B

[asterisk-users] MOH don't work after update

2013-06-16 Thread Olivier CALVANO
Hi we have a small problems. We have a Asterisk 1.6.1 old server with music on old. we have updated to AsteriskNow 11.4.0 and now, when we want play sound, we have a errors: -- Executing [334xx@Accueil_HNO:2] BackGround("SIP/SIP05-000c", "Fermeture") in new stack [Jun 16 07:35:06]

Re: [asterisk-users] MoH with message on intervals

2013-01-22 Thread isrlgb
Look at asterisk 11 A option was added to play announcements between music Files and so forth -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar

Re: [asterisk-users] MoH with message on intervals

2013-01-22 Thread Adam Moffett
.@lists.digium.com <mailto:asterisk-users-boun...@lists.digium.com>] On Behalf Of Adam Moffett Sent: Monday, January 21, 2013 4:07 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] MoH with message on intervals I'm talking to somebody w

Re: [asterisk-users] MoH with message on intervals

2013-01-21 Thread Satish Barot
gt; >> >> -Original Message- >> From: asterisk-users-boun...@lists.digium.com >> [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Adam >> Moffett >> Sent: Monday, January 21, 2013 4:07 PM >> To: Asterisk Users Mailing List

Re: [asterisk-users] MoH with message on intervals

2013-01-21 Thread Jared Baxley
um.com] On Behalf Of Adam Moffett > Sent: Monday, January 21, 2013 4:07 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] MoH with message on intervals > > I'm talking to somebody who wants to have a recorded message play > periodicall

Re: [asterisk-users] MoH with message on intervals

2013-01-21 Thread Danny Nicholas
asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Adam Moffett Sent: Monday, January 21, 2013 4:07 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] MoH with message on intervals I'm talking to somebody who

[asterisk-users] MoH with message on intervals

2013-01-21 Thread Adam Moffett
I'm talking to somebody who wants to have a recorded message play periodically for people on hold. An example would be interrupting the hold music every two minutes to play a message with business hours and current specials. Seems like you could fake it by breaking the music files into two mi

Re: [asterisk-users] MOH making calls appear hung up

2011-08-30 Thread Kevin Oravits
non-zero on 'SIP/gw1-0066' in macro 'stdexten' == Spawn extension (from-sip, 6911, 1) exited non-zero on 'SIP/gw1-0066' -- SIP/gw1-0069 answered SIP/6908-0068 -- Packet2Packet bridging SIP/6908-0068 and SIP/gw1-0069 Thanks, Kevin Ora

Re: [asterisk-users] MOH making calls appear hung up

2011-08-30 Thread Danny Nicholas
: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] MOH making calls appear hung up I noticed the CLI shows that the music on hold actually stops for some reason? Here's the output of my CLI: Connected to Asterisk 1.6.2.19 currently runni

Re: [asterisk-users] MOH making calls appear hung up

2011-08-30 Thread Kevin Oravits
vail.slin' (language 'en') == Spawn extension (macro-stdexten, s-NOANSWER, 1) exited non-zero on 'SIP/gw1-05d6' in macro 'stdexten' == Spawn extension (from-sip, 6937, 1) exited non-zero on 'SIP/gw1-05d6' Thanks! Kevin Oravits From: Danny Nic

Re: [asterisk-users] MOH making calls appear hung up

2011-08-30 Thread Danny Nicholas
-boun...@lists.digium.com] On Behalf Of Kevin Oravits Sent: Tuesday, August 30, 2011 1:53 PM To: 'asterisk-users@lists.digium.com' Subject: [asterisk-users] MOH making calls appear hung up Greetings, I'm have asterisk servers at about 10 sites, all using Polycom IP 450 phones.

[asterisk-users] MOH making calls appear hung up

2011-08-30 Thread Kevin Oravits
Greetings, I'm have asterisk servers at about 10 sites, all using Polycom IP 450 phones. With one of my sites, we're having an issue where when a call is transferred, the MOH is not playing and all the caller is hearing is silence. The caller of course thinks they have been hung up on, but the

Re: [asterisk-users] MoH - conversion command

2011-07-28 Thread Eric Wieling
- > From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- > boun...@lists.digium.com] On Behalf Of Bryant Zimmerman > Sent: Thursday, July 28, 2011 3:44 PM > To: brya...@zktech.com; Asterisk Users Mailing List - Non-Commercial > Discussion > Subject: Re: [asterisk-users

Re: [asterisk-users] MoH - conversion command

2011-07-28 Thread Bryant Zimmerman
From: "Mike" Sent: Thursday, July 28, 2011 1:29 PM To: "Asterisk Users Mailing List - Non-Commercial Discussion" Subject: Re: [asterisk-users] MoH - conversion command > > > I should have said I am trying this bo

Re: [asterisk-users] MoH - conversion command

2011-07-28 Thread Bryant Zimmerman
From: "Mike" Sent: Thursday, July 28, 2011 1:29 PM To: "Asterisk Users Mailing List - Non-Commercial Discussion" Subject: Re: [asterisk-users] MoH - conversion command > > > I should have said I am trying this bo

Re: [asterisk-users] MoH - conversion command

2011-07-28 Thread Mike
you have to select musical compositions that are 'less incompatible' > with G.729's compression methods. When we chose the current MOH selections > included with Asterisk, our initial list was much larger, but we had to > remove some because they sound terrible when compressed with G.729. > Thank

Re: [asterisk-users] MoH - conversion command

2011-07-28 Thread Kevin P. Fleming
On 07/28/2011 01:29 PM, Mike wrote: I should have said I am trying this both from a landline using ulaw, and from a Polycom phone using g729 codec. G729 is noticeablty worst, as you`d expect, maybe this is what is reported by my customers. Is there any way to have a "decent" g729 file, or sho

Re: [asterisk-users] MoH - conversion command

2011-07-28 Thread Mike
> > > I should have said I am trying this both from a landline using ulaw, > > and from a Polycom phone using g729 codec. G729 is noticeablty worst, > > as you`d expect, maybe this is what is reported by my customers. > > > > Is there any way to have a "decent" g729 file, or should I just give >

Re: [asterisk-users] MoH - conversion command

2011-07-28 Thread Kevin P. Fleming
On 07/28/2011 11:57 AM, Mike wrote: I should have said I am trying this both from a landline using ulaw, and from a Polycom phone using g729 codec. G729 is noticeablty worst, as you`d expect, maybe this is what is reported by my customers. Is there any way to have a "decent" g729 file, or shou

Re: [asterisk-users] MoH - conversion command

2011-07-28 Thread Mike
> On 07/28/2011 10:53 AM, Mike wrote: > > Hi, > > > > I've been trying to get MoH files to sound decent. I've got a hold of > > Royalty-free Classical music (a safe choice for most of my customers) > > and I`ve been trying to convert them to the normal telephony/Asterisk > > format using sox. Unfor

Re: [asterisk-users] MoH - conversion command

2011-07-28 Thread Robert Huddleston
Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] MoH - conversion command On Thu, 28 Jul 2011, Mike wrote: > I?ve got a hold of Royalty-free Classical music (a safe choice for > most of my customers) and I`ve been trying to convert them to the > normal tele

Re: [asterisk-users] MoH - conversion command

2011-07-28 Thread Steve Edwards
On Thu, 28 Jul 2011, Mike wrote: I’ve got a hold of Royalty-free Classical music (a safe choice for most of my customers) and I`ve been trying to convert them to the normal telephony/Asterisk format using sox.  Unfortunately, it sounds really bad. I convert files using: sox "${INPUT

Re: [asterisk-users] MoH - conversion command

2011-07-28 Thread Alex Balashov
On 07/28/2011 10:53 AM, Mike wrote: Hi, I’ve been trying to get MoH files to sound decent. I’ve got a hold of Royalty-free Classical music (a safe choice for most of my customers) and I`ve been trying to convert them to the normal telephony/Asterisk format using sox. Unfortunately, it sounds rea

[asterisk-users] MoH - conversion command

2011-07-28 Thread Mike
Hi, I've been trying to get MoH files to sound decent. I've got a hold of Royalty-free Classical music (a safe choice for most of my customers) and I`ve been trying to convert them to the normal telephony/Asterisk format using sox. Unfortunately, it sounds really bad. I don't expect concert h

Re: [asterisk-users] MOH uploading is not working with 1.4

2011-06-09 Thread Nikhil
any reply on below issue.. Nikhil On 06/06/2011 07:23 PM, Nikhil wrote: Hi when I Upload MOH file from Asterisk GUI ,it is getting success and even not getting any error,But if check the destination path the file is not showing , even the source file and destination path and formate are co

Re: [asterisk-users] MOH uploading is not working with 1.4

2011-06-06 Thread Nikhil
Hi when I Upload MOH file from Asterisk GUI ,it is getting success and even not getting any error,But if check the destination path the file is not showing , even the source file and destination path and formate are correct .I am not getting any error log from asterisk console too. I read in

Re: [asterisk-users] MOH uploading is not working with 1.4

2011-06-03 Thread Steve Edwards
On Fri, 3 Jun 2011, Nikhil wrote: I am using 1.4 asterisk and asterisk GUI. If I do moh upload its is not working .help me on this Not unless you provide some details. What's not working? Is the file not being uploaded? Is the file not being uploaded to the correct directory? Is the file in

[asterisk-users] MOH uploading is not working with 1.4

2011-06-03 Thread Nikhil
Hi am I am using 1.4 asterisk and asterisk GUI. If I do moh upload its is not working .help me on this Thanks Nikhil -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a liv

[asterisk-users] Moh on transfer call

2011-06-01 Thread Asistar srl Ivan Bolognani
Good morning. I have a problem with the moh when I receive an external call, answer and transfer telephone call. when I transfer the user does not feel the MOH. if you transfer calls between the internal functioning properly moh In the users.conf i have mohinterpret=musiconhold Kan you help

Re: [asterisk-users] MOH not working

2011-04-08 Thread virendra bhati
Hi Selby, First of all thanks for reply, I added that line at the end of dialplan but still the same. Actually *asterisk default MOH is also not playing*. after 12 sec I get this message... * -- Stopped music on hold on SIP/1001-000f* Strange when I did the same thing with asterisk 1.4.39 th

Re: [asterisk-users] MOH not working

2011-04-08 Thread Warren Selby
Add exten => 6000,n,StartMusicOnHold() to the end of your current dialplan and try again. Thanks, --Warren Selby, dCAP On Apr 8, 2011, at 1:51 AM, virendra bhati wrote: > I am using Elastix. Asterisk is used for PBX application in Elastix. I want > to make customize MOH. But not able to use

[asterisk-users] MOH not working

2011-04-07 Thread virendra bhati
I am using Elastix. Asterisk is used for PBX application in Elastix. I want to make customize MOH. But not able to use MOH. I make simple extension in asterisk conf file but no success :( Below are the details of configuration files. Even default MOH is also not working *Asterisk Version 1.6

Re: [asterisk-users] MOH on DAHDI PRI Channels

2011-04-07 Thread Shariq Khan
g List - Non-Commercial Discussion > *Subject:* [asterisk-users] MOH on DAHDI PRI Channels > > > > Is it possible to start MOH when calling to DAHDI Channel that has ISDN E1 > connected with it. When the called party press hold on his phone then > asterisk start MOH?? > > &g

Re: [asterisk-users] MOH on DAHDI PRI Channels

2011-04-07 Thread Don Kelly
_ [Shariq Khan] Is it possible to start MOH when calling to DAHDI Channel that has ISDN E1 connected with it. When the called party press hold on his phone then asterisk start MOH?? [Danny Nicholas] Question #1 Dial(DAHDI/1/5551212,20,m) will play moh until the other end

Re: [asterisk-users] MOH on DAHDI PRI Channels

2011-04-07 Thread Danny Nicholas
_ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Shariq Khan Sent: Thursday, April 07, 2011 11:19 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] MOH on DAHDI PRI Channels Is it

[asterisk-users] MOH on DAHDI PRI Channels

2011-04-07 Thread Shariq Khan
Is it possible to start MOH when calling to DAHDI Channel that has ISDN E1 connected with it. When the called party press hold on his phone then asterisk start MOH?? -- Regards, Shariq Khan 0333-3501125 -- _ -- Bandwidth and Coloc

[asterisk-users] moh questions - quality and semi-streaming

2011-03-31 Thread Mike
Hi, I have some customers complaining about moh quality, but never about voice quality. The moh files themselves sound great when listen to from a media player, and given that I am streaming the files through DAHDI (while voice goes from DAHDI to SIP, so more chances of problems) I would expec

Re: [asterisk-users] MOH and parking

2011-01-25 Thread Andrew Thomas
@lists.digium.com Subject: Re: [asterisk-users] MOH and parking On 11-01-21 08:52 AM, Andrew Thomas wrote: > I know that the 'fix' has just been applied > (https://issues.asterisk.org/view.php?id=18262) - but why does it stop > the moh only to start it again? This, also, s

Re: [asterisk-users] MOH and parking

2011-01-21 Thread Leif Madsen
On 11-01-21 08:52 AM, Andrew Thomas wrote: I know that the 'fix' has just been applied (https://issues.asterisk.org/view.php?id=18262) - but why does it stop the moh only to start it again? This, also, seems to cause a CDR problem (see below). After speaking with Shaun and Russell, this is lik

[asterisk-users] MOH and parking

2011-01-21 Thread Andrew Thomas
I know that the 'fix' has just been applied (https://issues.asterisk.org/view.php?id=18262) - but why does it stop the moh only to start it again? This, also, seems to cause a CDR problem (see below). -- Executing [7000@chambers:1] Park("SIP/2000-0008", "") in new stack == Parked SIP/20

Re: [asterisk-users] MOH problems (asterisk 1.4.38)

2011-01-04 Thread Thomas Rymes
On Jan 4, 2011, at 8:49 PM, Earl Terwilliger wrote: > On Tuesday, January 04, 2011 04:37:21 pm Tom Rymes wrote: >> On 01/04/2011 12:31 PM, Earl Terwilliger wrote: >>> Hi list, >>> >>> I just installed Asterisk 1.4.38 (on an updated Centos 5.5 machine) and >>> am getting this error : >>> >>> WARN

Re: [asterisk-users] MOH problems (asterisk 1.4.38)

2011-01-04 Thread Earl Terwilliger
On Tuesday, January 04, 2011 04:29:49 pm bakko wrote: > Hi > > CLI> module unload res_musiconhold.so > > CLI> module load res_musiconhold.so > > or > > service asterisk restart > > Regards > > -- > _ > -- Bandwidth and Coloca

Re: [asterisk-users] MOH problems (asterisk 1.4.38)

2011-01-04 Thread Earl Terwilliger
On Tuesday, January 04, 2011 04:37:21 pm Tom Rymes wrote: > On 01/04/2011 12:31 PM, Earl Terwilliger wrote: > > Hi list, > > > > I just installed Asterisk 1.4.38 (on an updated Centos 5.5 machine) and > > am getting this error : > > > > WARNING[6472]: res_musiconhold.c:856 moh_scan_files: getcwd(

Re: [asterisk-users] MOH problems (asterisk 1.4.38)

2011-01-04 Thread Tom Rymes
On 01/04/2011 12:31 PM, Earl Terwilliger wrote: Hi list, I just installed Asterisk 1.4.38 (on an updated Centos 5.5 machine) and am getting this error : WARNING[6472]: res_musiconhold.c:856 moh_scan_files: getcwd() failed: No such file or directory [snip] Have you installed mpg123 or some ot

Re: [asterisk-users] MOH problems (asterisk 1.4.38)

2011-01-04 Thread bakko
Hi CLI> module unload res_musiconhold.so CLI> module load res_musiconhold.so or service asterisk restart Regards -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a liv

[asterisk-users] MOH problems (asterisk 1.4.38)

2011-01-04 Thread Earl Terwilliger
Hi list, I just installed Asterisk 1.4.38 (on an updated Centos 5.5 machine) and am getting this error : WARNING[6472]: res_musiconhold.c:856 moh_scan_files: getcwd() failed: No such file or directory with the default musiconhold.conf file. When I change musiconhold.conf to this: [default] mo

[asterisk-users] MOH RBT problem

2010-12-23 Thread Khaled W. Chehab
{\rtf1\ansi\ansicpg1252\fromhtml1 \fbidis \deff0{\fonttbl {\f0\fswiss\fcharset0 Arial;} {\f1\fmodern Courier New;} {\f2\fnil\fcharset2 Symbol;} {\f3\fmodern\fcharset0 Courier New;}} {\colortbl\red0\green0\blue0;\red0\green0\blue255;} \uc1\pard\plain\deftab360 \f0\fs24 {\*\htmltag19 http://s

[asterisk-users] MoH streamers for asterisk

2010-11-05 Thread Miguel Molina
El 04/11/10 17:14, Tzafrir Cohen escribió: > In the 'files' mode Asterisk plays the music separately for each > channel. If you use mpg123 or any other streamer, there is a single > stream per class. > A single stream per class sounds like good efficiency. Could you please tell me what streamers c

Re: [asterisk-users] MoH and stuch channels

2010-11-01 Thread Harel Cohen
Please ignore this message (wrong subject by mistake). Please see message with subject "2nd network interface for RTP/media" Thanks Harel -- Message: 2 Date: Mon, 1 Nov 2010 12:52:16 +0100 From: Harel Cohen Subject: [asterisk-users] MoH and stuch c

[asterisk-users] MoH and stuch channels

2010-11-01 Thread Harel Cohen
Hi All, I would like to separate the media traffic from the signalling. Can Asterisk send and receive media (rtp) traffic from a secondary network interface? Thanks, Harel This electronic message and any files transmitted with it are confidential and intended sol

Re: [asterisk-users] MOH in the middle of the call

2010-09-02 Thread Fabiano Carlos Heringer
/2010 16:57, Stefan Schmidt escreveu: > Danny Nicholas schrieb: >> *From:* asterisk-users-boun...@lists.digium.com >> [mailto:asterisk-users-boun...@lists.digium.com] *On Behalf Of *Dario >> Quiroz >> *Subject:* [asterisk-users] MOH in the middle of the call >> >

Re: [asterisk-users] MOH in the middle of the call

2010-09-01 Thread Stefan Schmidt
Danny Nicholas schrieb: > > *From:* asterisk-users-boun...@lists.digium.com > [mailto:asterisk-users-boun...@lists.digium.com] *On Behalf Of *Dario > Quiroz > *Subject:* [asterisk-users] MOH in the middle of the call > > >Hi, I have a very strange problem. In the mi

Re: [asterisk-users] MOH in the middle of the call

2010-09-01 Thread Danny Nicholas
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dario Quiroz Subject: [asterisk-users] MOH in the middle of the call >Hi, I have a very strange problem. In the middle of the call the MOH starts for 30 seconds approximately. >

[asterisk-users] MOH in the middle of the call

2010-09-01 Thread Dario Quiroz
Hi, I have a very strange problem. In the middle of the call the MOH starts for 30 seconds approximately. After this the call run normally. Anybody have an ideia or has some similar problem? Thanks in advance!! -- Atenciosamente, ---

Re: [asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-30 Thread MohammedShehzad
>> Something you may want to try (its fixed it for us) is putting an I >> (uppercase I) on the asterisk invocation line. >> >> We run servers in the cloud and can't get reliable timing from ISDN >> cards etc so this instructs asterisk to generate its own internal >> timing. If you have ISDN you pro

Re: [asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-23 Thread MohammedShehzad
> Something you may want to try (its fixed it for us) is putting an I > (uppercase I) on the asterisk invocation line. > > We run servers in the cloud and can't get reliable timing from ISDN > cards etc so this instructs asterisk to generate its own internal > timing. If you have ISDN you probably

Re: [asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-21 Thread Kevin Withnall
Something you may want to try (its fixed it for us) is putting an I (uppercase I) on the asterisk invocation line. We run servers in the cloud and can't get reliable timing from ISDN cards etc so this instructs asterisk to generate its own internal timing. If you have ISDN you probably don't want

Re: [asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-21 Thread MohammedShehzad
>> I have been facing an issue that voice is getting distorted sometimes in >> MOH >> (MusicOnHold) application. >> I have checked and confirmed that lame is properly installed, even tried >> native formats (ulaw, alaw, gsm), but the randomly seen distortion in MOH >> can't be eliminated. >> I came

Re: [asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-21 Thread Ron Arts
Op 21-07-10 18:05, Danny Nicholas schreef: > >> QOS on ISDN? Don't know how to do that. > >> Ron > >> NeoNova BV >> innovatieve internetoplossingen > > It's not the ISDN part, it's the internal SIP part controlled by the > network. Most calls on Asterisk consist of two or more legs; one or more

Re: [asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-21 Thread Ron Arts
Op 21-07-10 17:18, Danny Nicholas schreef: > > This sounds like a QOS issue (quality drops during heavy usage). Since it > was more prominent when you were on ISDN, that pretty much verifies it for > me. Can you prioritize voice traffic? > > QOS on ISDN? Don't know how to do that. Ron -- NeoN

Re: [asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-21 Thread Danny Nicholas
This sounds like a QOS issue (quality drops during heavy usage). Since it was more prominent when you were on ISDN, that pretty much verifies it for me. Can you prioritize voice traffic? -- _ -- Bandwidth and Colocation Provi

Re: [asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-21 Thread Ron Arts
Op 21-07-10 08:32, MohammedShehzad schreef: > Hello, > > I have been facing an issue that voice is getting distorted sometimes in MOH > (MusicOnHold) application. > I have checked and confirmed that lame is properly installed, even tried > native formats (ulaw, alaw, gsm), but the randomly seen dis

Re: [asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-21 Thread Steve Davies
On 21 July 2010 10:59, MohammedShehzad wrote: >> > I have been facing an issue that voice is getting distorted sometimes in >> > MOH >> > (MusicOnHold) application. >> > I have checked and confirmed that lame is properly installed, even tried >> > native formats (ulaw, alaw, gsm), but the randoml

Re: [asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-21 Thread MohammedShehzad
> > I have been facing an issue that voice is getting distorted sometimes in MOH > > (MusicOnHold) application. > > I have checked and confirmed that lame is properly installed, even tried > > native formats (ulaw, alaw, gsm), but the randomly seen distortion in MOH > > can't be eliminated. > > I c

Re: [asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-21 Thread Tzafrir Cohen
On Wed, Jul 21, 2010 at 12:02:03PM +0530, MohammedShehzad wrote: > Hello, > > I have been facing an issue that voice is getting distorted sometimes in MOH > (MusicOnHold) application. > I have checked and confirmed that lame is properly installed, even tried > native formats (ulaw, alaw, gsm), but

[asterisk-users] MOH distorted voice in Native and MP3 format

2010-07-20 Thread MohammedShehzad
Hello, I have been facing an issue that voice is getting distorted sometimes in MOH (MusicOnHold) application. I have checked and confirmed that lame is properly installed, even tried native formats (ulaw, alaw, gsm), but the randomly seen distortion in MOH can't be eliminated. I came to know abou

[asterisk-users] moh files not playing in sort order

2010-04-15 Thread Nathan Pryor
I have defined a moh class in musiconhold.conf and set the class using SetMusicOnHold in my dialplan: ; musiconhold.conf [music1] mode=files directory=moh/music1 sort=alpha ; extensions.conf exten => s,n,SetMusicOnHold(music1) exten => s,n,Queue(${ARG1}) Inside /var/lib/asterisk/moh/music1 there

Re: [asterisk-users] MOH over IAX2 - NOT working

2010-03-06 Thread Alex Balashov
On 03/06/2010 12:46 PM, Joseph wrote: > I have bragged/connected two asterisk over IAX2 The IAX2 stack has a built-in preference for meekness and modesty. -- Alex Balashov - Principal Evariste Systems LLC Tel: +1 678-954-0670 Direct : +1 678-954-0671 Web: http://www.evaristesys.com/ -

[asterisk-users] MOH over IAX2 - NOT working

2010-03-06 Thread Joseph
I have bragged/connected two asterisk over IAX2 but MOH is not working when I try to dial directly between them? MOH is working over SIP but not IAX2 ??? (the two asterisks are connected over VPN). Here is the log: -- Executing [...@extensions:1] Dial("IAX2/home_server-1756", "SIP/877|25|m(defa

Re: [asterisk-users] MOH Oddity

2010-03-06 Thread Matt
Tilghman, That's what I finally figured out... my understanding, though, is that it is preferred to use 'file' over mpg123? On Sat, Mar 6, 2010 at 1:32 AM, Tilghman Lesher wrote: > On Friday 05 March 2010 17:19:06 Matt wrote: > > For some reason I have to set the type to 'files' if I set it to >

Re: [asterisk-users] MOH Oddity

2010-03-05 Thread Tilghman Lesher
On Friday 05 March 2010 17:19:06 Matt wrote: > For some reason I have to set the type to 'files' if I set it to 'quietmp3' > I get nothing, even though the files are valid MP3 files that play on > another asterisk system... does that mean I've got something installed > wrong? Mostly likely you did

Re: [asterisk-users] MOH Oddity

2010-03-05 Thread Steve Edwards
Un-top-posting... >> On Fri, Mar 5, 2010 at 11:29 PM, Matt wrote: >>> >>> I'm trying to setup my asterisk system for the least overhead as >> possible. On Fri, 5 Mar 2010, Matt wrote: > For some reason I have to set the type to 'files' if I set it to 'quietmp3' > I get nothing, even though the

Re: [asterisk-users] MOH Oddity

2010-03-05 Thread Matt
For some reason I have to set the type to 'files' if I set it to 'quietmp3' I get nothing, even though the files are valid MP3 files that play on another asterisk system... does that mean I've got something installed wrong? 2010/3/5 Håkon Nessjøen > On Fri, Mar 5, 2010 at 11:29 PM, Matt wrote:

Re: [asterisk-users] MOH Oddity

2010-03-05 Thread Håkon Nessjøen
On Fri, Mar 5, 2010 at 11:29 PM, Matt wrote: > > I'm trying to setup my asterisk system for the least overhead as possible. > > My understanding (and experience with other systems) leads me to believe I > can run any MOH using a certain class through a single 'player' as opposed to > starting an

Re: [asterisk-users] MOH Oddity

2010-03-05 Thread Matt
Forgot to include: I'm running 1.6.2.5 On Fri, Mar 5, 2010 at 5:29 PM, Matt wrote: > I'm trying to setup my asterisk system for the least overhead as possible. > > My understanding (and experience with other systems) leads me to believe I > can run any MOH using a certain class through a single

[asterisk-users] MOH Oddity

2010-03-05 Thread Matt
I'm trying to setup my asterisk system for the least overhead as possible. My understanding (and experience with other systems) leads me to believe I can run any MOH using a certain class through a single 'player' as opposed to starting an independent stream for each MOH instance. However, try as

[asterisk-users] Moh help needed

2010-02-20 Thread Max Alex
Hi All, I have issue with moh in asterisk 1.4 branch, (1.4.26) I have created two different moh classes and it is fine, I have assigned 1st one to sip user 1001, in sip entries like musiconhold=classname. done same for 2nd one to sip user 2001, And now i am making internal calls between then as nor

Re: [asterisk-users] MOH

2009-10-28 Thread Kevin P. Fleming
Peder wrote: > I am having a strange problem with MOH. Say I have two users, A and B. I > can set MOH in the extension for B and if A calls B and B hits hold, A will > hear B's hold music. If however A hits hold, it goes to the default music. > If I pull the setmusiconhold from extensions.conf a

  1   2   3   4   5   >