similar to: Asterisk 1.6.0.5 as non root and moh perm issue

Displaying 20 results from an estimated 10000 matches similar to: "Asterisk 1.6.0.5 as non root and moh perm issue"

2011 Jan 04
5
MOH problems (asterisk 1.4.38)
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] mode=mp3 directory=/var/lib/asterisk/mohmp3 (and have converted all the wav files to mp3 and put them
2012 Nov 13
3
Restarting MOH
Hi list, I'm streaming live mp3 streams (web radios) via mplayer and mpg123 using MusicOnHold. Often, one or two of the streams die during the day and I have to restart (not reload) Asterisk to bring it back. "moh reload" on the console doesn't do anything. This is suboptimal if there are active callers, of course. Is there any way to restart the MOH system without
2007 Jul 10
1
Asterisk 1.4.7 and MOH
I just installed the newly released Asterisk 1.4.7 and I cannot get music on hold. I am using the default settings with the wav files. Here is what I get on the cli from any sip phone: -- Executing [7001 at oficina:1] NoCDR("SIP/1120-084e6010", "") in new stack -- Executing [7001 at oficina:2] Answer("SIP/1120-084e6010", "") in new stack --
2017 Mar 24
3
moh reload not reloading/reading new musiconhold files
> 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 file to a moh folder, 'touch musiconhold.conf' and then reload moh.
2017 Mar 03
2
moh reload not reloading/reading new musiconhold files
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_camp-morning_coffee File: /var/lib/asterisk/moh/macroform-the_simplicity New musiconhold
2017 Mar 23
2
moh reload not reloading/reading new musiconhold files
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/asterisk/musiconhold.conf : >> >>
2017 Mar 07
2
moh reload not reloading/reading new musiconhold files
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/myfolder/2 sort=alpha [myfolder_3] mode=files directory=/var/lib/asterisk/moh/myfolder/3 sort=alpha
2007 Aug 08
1
MoH mysteriously stopped working
Folks, I have somewhat of a serious issue here. My music on hold mysteriously stopped working. I have made no changes to my Asterisk box in the past month and up until an hour ago, MoH was working fine (as far as I know). CLI: -- Started music on hold, class 'default', on channel 'IAX2/lobby-2' -- Stopped music on hold on IAX2/lobby-2 voip*CLI> moh reload voip*CLI> 1
2005 May 25
2
MoH: mpg123 problems
Hey all, I have read on voip-info.org that to configure MoH asterisk requires the use of mpg123. I have installed mpg123 and restarted asterisk. But, when i put a call on hold i get this error: May 25 14:13:03 WARNING[1872]: res_musiconhold.c:865 local_ast_moh_start: No class: default Can you help, Thanks yusuf
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
2003 Sep 05
9
Moh
Would anyone mind emailing me, or maybe posting somewhere their music on hold .so file? thx -ben
2008 Oct 25
9
Cheapest 4 port FXO
I need to increase reliability at an office as SIP/Internet provider outages are causing some issues. What would be the least expensive analogue card that people are using reliably? Thanks! jlc
2010 Jul 12
6
Project Management Solutions
I need to implement a solution and not having ever used anything but MS Project I would be grateful for a reco on something good. The only hope would be that its web based but I am open to anything! Thanks! jlc
2005 Jan 24
2
asterisk starting problem
Hi, I have a little problem running Asterisk. I just got the asterisk, zapttel and libpri sources from cvs. I built and installed it. Next I installed the sample configuration. The problem arise when I try to start Asterisk. Running asterisk -vvvvc I get the following error [chan_phone.so] => (Linux Telephony API Support) == Parsing '/etc/asterisk/phone.conf':
2008 Apr 07
7
MS Exchange Replacement
What is the closest open source mail server I can replace exchange with that provides the nearest equivalent in user experience? Thanks! jlc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080406/5a469804/attachment-0001.html>
2017 Aug 28
5
ERROR during high volume MoH dialplan
Hi Richard, Thank you for the reply Correct, I did mean 13.15. I set no optimize and better backtrace through "make menuselect" and the output is now [Aug 28 21:41:16] ERROR[17171][C-0000392d]: frame.c:343 ast_frdup: FRACK!, Failed assertion Excessive refcount 100000 reached on ao2 object 0x21962b0 (0) Got 26 backtrace records #0: [0x61923f] main/utils.c:2475
2010 Feb 27
5
Python Script Issue
Hey Guys, I am trying to get a python script running but I get the following error: atexit.register(atexit_handler) NameError: global name 'atexit' is not defined A Google search doesn't really help me, except confirm that I don't know anything about python:) Anyone got any ideas? Thanks, jlc
2017 Aug 28
2
ERROR during high volume MoH dialplan
Hello, I've recently setup a small load test against an instance of Asterisks. I've tested on asterisk 13.5 and 14.6 with the same results. I am using PJSIP. My dial plan is, [test] exten => 1001,1,Answer exten => 1001,n,MusicOnHold(15) exten => 1001,n,Hangup I am using SIPP to test. I can share XML if desired but it simply waits on the line while music plays for 8
2007 Dec 18
5
Logging into Windows 2003 Active Directory
I have been searching the net for directions on rhel and centos 5(1) to log in to a windows domain and have found many examples, all different and none work for me. Is there a hint to some documentation anyone here knows of that actually works? Thanks! jlc -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Feb 27
16
(a) WinPower RPM available? (b) where to install if use tar.gz file?
Two quick and simple questions; I want to install the "WinPower" software for my new UPS. On their web site, they have a tar.gz file available for download. I know the reasons for staying with RPM, if at all possible. I''ve Googled and Yahood for ""WinPower"+RPM+Linux and get hits, but no obvious RPM. I tried "yum install winpower" and the response was