similar to: Broadcast schedular

Displaying 20 results from an estimated 1000 matches similar to: "Broadcast schedular"

2003 Feb 18
7
gnophone
I am having a really hard time getting gnophone working with asterisk. Gnophone tries to register with my server but there is no response. I can direct incoming calls to gnophone but if gnophone answers them, asterisk does not recognize it. Here is my configuration: iax.conf [jambo] type=user host=dynamic defaultip=136.159.99.100 permit=136.159.99.100 username=jambo secret=fubar
2006 Feb 28
4
Off-Topic Mambo Vulnerabilities & Patches
On the Mambo CMS site there are vulnerabilities found. Whilst this is not a CentOS problem, people rent/deploy servers (CentOS) on the net with Mambo. A guy in one of the user forums on the net, had his Mambo 4.5.2 server hacked and they installed some interesting stuff in /tmp . When a server is hacked it gives bad PR for the underlying OS. <----announcement on
2005 Jun 22
2
OT: Asterisk and Mambo - help wanted
Hello everyone, So, this isn't exactly what it seems. I am not looking to integrate Asterisk and Mambo. I am the maintainer/creator of AstLinux, and I have recently decided that I should really have a better web site for it. I would like to use Mambo so that I can do updates easily, from anywhere, without having to waste time learning PHP/HTML/etc. Mambo CMS seems the best and most
2012 Sep 16
2
flash plugin
How do I get a flash plugin to work with firefox? I thought that I installed it correctly, but I have yet to see any flash videos through firefox. I keep being told that I need an additional plugin. When I folow directions, I'm told I already have it? At least once, I was told I needed to upgrade. In case it helps, here is the output of yum provides '*flash*' | grep -e lash -e dobe
2002 Dec 25
1
some weird filename related error
Both OggDropXPd 1.6 beta 13 & the modified version of CDex from the site i got OggDrop XPd 1.6 beta 13, and the ogg output plugin for winamp have a problem with this filename: Pre Club Mix (Mixed by DJ Pete Gooding) - Cafe Mambo The Real Sound Of Ibiza - David Morales and Albert Cabrera present Moca feat Deanna - Higher (Mo and Al's Original Mix) and this one 001_Pre Club Mix (Mixed by
2005 Oct 10
11
Open Source Content Management System - Joomla
There was some discussion in the past about which one is the best Content Management System that can be used in conjunction with Asterisk. Mambo was supposed to be the best out there under GPL. The guys who developed Mambo have a new product now - Joomla. I am using this and it appears to be better than Mambo in many respects. Read the gist about Joomla below. ------------- If you've read
2011 Apr 04
6
sshd: Authentication Failures: 137 Time(s)
Hi, to prevent scripted dictionary attacks to sshd I applied those iptables rules: -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --update --seconds 60 --hitcount 4 --name SSH --rsource -j DROP -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --set --name SSH --rsource And this is part of logwatch: sshd: Authentication Failures: unknown
2020 Jun 23
3
R 4.0.0 rebuild status
On Tue, 9 Jun 2020 at 10:21, I?aki Ucar <iucar at fedoraproject.org> wrote: > > > Given the huge amount of builds (and rebuilds) in this process, I am > > strongly disinclined to attempt this work for Fedora 32 (the idea of > > hundreds of bodhi overrides does not fill me with joy), but I would not > > prevent someone else who wished to try to do so. > > Note
2005 May 21
3
Standardized Benchmarking?
Hello all, I'm creating a site where people can share their benchmarks. If you are interested, the site is at (I just started on it so it has the stock graphics and color scheme still): www.dcsnow.com/mambo I would like some thoughts on what would be a good way to standardize the testing so the results are more comparable. Is Bonnie+ a good program for hard drive speed testing? Is there
2020 Jun 23
2
R 4.0.0 rebuild status
Maybe Elliott? On Tue, 23 Jun 2020 at 15:01, Tom Callaway <spotrh at gmail.com> wrote: > > At this point, I simply don't have the time. > > Tom > > On Tue, Jun 23, 2020, 6:06 AM I?aki Ucar <iucar at fedoraproject.org> wrote: >> >> On Tue, 9 Jun 2020 at 10:21, I?aki Ucar <iucar at fedoraproject.org> wrote: >> > >> > > Given
2006 Apr 01
1
Sys.sleep() burns up CPU on Solaris 8
I noticed that R was burning up 100% of a CPU when a call to Sys.sleep() was made. Upon investigation, I discovered that R_checkActivityEx() in src/unix/sys-std.c was putting the entire timeout (in usec) into the struct timeval tv_usec member, leaving tv_sec set to 0. I don't know about other unix variants, but Solaris requires that the timeout value be normalized (i.e. 0 <= tv_usec
2005 Dec 28
4
AJAX works in Safari, broken in Firefox
I''ve been working on an AJAX search, very similar to the Flickr one in the screencast linked from the main rails page. I''ve been doing my testing in Safari, where everything has worked fine, only to now discover the results of the search action seem disinclined to load in Firefox. I can enter a URL to return the HTML fragment that''s supposed to be dropped into
2006 Aug 12
0
Following your Mongrel thread
On 8/11/06, Matthew Bass <pelargir at gmail.com> wrote: > Hello, Luis. I''ve been following your Mongrel thread here: > http://rubyforge.org/pipermail/mongrel-users/2006-May/000210.html > > I''m also running Win2K and have been trying to get Mongrel running as a > service, without much luck. I tried running daemon_test.rb like you said and > was able to get
2005 Mar 26
1
IPSwitchBoard new Release
IPSwitchBoard Version 0.69 has just been released; it is available for FREE: <http://mambo.thorben.dk> Download here Release notes: * Record calls by right clicking any extension button, you can have several recordings at the same time. * Bug fixes The recordings will be placed as a single wav file on the Asterisk server in the folder: /var/spool/asterisk/monitor the name of the
2004 Nov 02
0
Newer LAMP Components
I have been working on newer LAMP components for CentOS / WBEL in response to a post in my forums, and I have completed the following components for those who want try some newer stuff: httpd-2.0.52-3 php-5.0.2-1.EL MySQL-4.1.7-0 Details on how to compile them yourself and how to install are on my forum: http://www.hughesjr.com/component/option,com_forum/Itemid,65/page,viewtopic/t,8/#27 I
2007 Jan 25
1
"rep" missing from methods:::.BasicFunsList
With: R version 2.4.1 Patched (2007-01-22 r40548) "rep" is missing from methods:::.BasicFunsList, causing methods:::genericForPrimitive("rep") to fail, which in turn causes setMethod("rep", ...) to fail. (setGeneric("rep") of course fails as it should, saying that rep is a primitive and methods can be set). Here's the fix: build_main at
2020 Jun 09
5
R 4.0.0 rebuild status
Over the last several days, I've been working hard to get all of the Fedora R packages rebuilt against R 4.0 in rawhide (in the F33-R-4 side tag). With the exception of R-biomaRt, R-BSgenome, R-GenomicAlignments, and R-rtracklayer, I believe everything is built and updated to the latest versions. And of those packages, they're all ready to go when Fedora infrastructure is working reliably
2020 Jul 05
0
Samba as an active directory
On 04/07/2020 23:26, commandline at protonmail.com wrote: > Are the 4 questions i postef in any way version related ? This being > Debian i assume it is not a broken release made availble. > > My main concern is why rsat cannot connect due to the _ldap.... not > resolving. It is as if there is something left unconfigured which is > not mention in the user documentation. >
2004 Sep 10
0
Blocking and compression.
On Thu, 22 Jan 2004, Wayde Milas wrote: > The whole point is, I'm pretty sure that the above patents would never > stand up. There is a multitude of works both in use today, and in > written papers/code using arithmetic encoding. Not only that, I dont > think any prior art search was done from 1976 to 1990 when the patents > were awarded. There is alot of prior art. This is
2020 Jun 09
0
R 4.0.0 rebuild status
On Tue, 9 Jun 2020 at 04:42, Tom Callaway <tcallawa at redhat.com> wrote: > > Over the last several days, I've been working hard to get all of the Fedora > R packages rebuilt against R 4.0 in rawhide (in the F33-R-4 side tag). With > the exception of R-biomaRt, R-BSgenome, R-GenomicAlignments, and > R-rtracklayer, I believe everything is built and updated to the latest