similar to: any good redhat 9.0 rpm reposiroty?

Displaying 20 results from an estimated 200 matches similar to: "any good redhat 9.0 rpm reposiroty?"

2005 Feb 17
4
can't enable trunking :(
I have successfully installed and configured the asterisk, the incoming and the outgoing calls are working fine, its a tremendous solution :) Now i want to enable trunking between two asterisk boxes, in the iax.conf i have put: [karachi] ... ... ... trunk=yes ... ... ... everything seems to work fine but when i load asterisk it says: -------------- Feb 17 10:59:14 WARNING[18726]:
2005 Feb 22
4
does asterisk support menus?
Whenever some call comes in i want it to be automatically picked up and then it plays some message "Welcome to xyz, Press 1 for sales and 2 for support" and then it takes it to the particular extension of sales/support. can i achieve this thing using asterisk? Kindest Muhammad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Feb 22
3
asterisk -vvvvvvvgrc?
what does the parameter -vvvvvvvgrc meanand are there any others as well? Kindest Muhammad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050222/20195567/attachment.htm
2005 Feb 25
1
msic while ringing
I want to setup a senario in which the callers hears to some music file while the phone is ringing and as soon as the line is answered the music is stopped palying. i.e. instead of the rings the caller listens to some music. Is is possible with asterisk? Kindest Muhammad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Feb 22
4
mp3 to gsm?
i have got a music file with extension mp3 and it is not workign with background() is there any way to convert the mp3 to gsm or any other codec? Kindest Muhammad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050222/2ba5a4f0/attachment.htm
2005 Feb 16
2
YUM and Tripwaire
I am looking for a location where I can get tripwire to install and update via YUM. I know this is not the most secure thing but with the amount of machines that I have, I have not other choice. So far I have found http://download.fedoralegacy.org/redhat/9/updates/SRPMS/ Does anyone know one for CentOS? Thanks ---------------------------------------------------------------------- This mail
2005 Mar 23
5
Mounting Netware Volumes
I have one last RH 7.3 system that I want to convert to CentOS 4, but I can''t find the ncpfs utilities that I used to use to mount Netware shares. Has support been removed from the 3.x and 4? Regards, Paul Berger
2005 Feb 18
0
can't see calling number
My asterisk environment is: ... -> [Asterisk PBX1] -> [Asterisk PBX2] -> [SIP Clients] Where the "..." are the normail landlines from where i am getting calls into my PBX1. As soon as i recieve a call into the PBX1 i use: exten=>BLAHBLAH,1,Dial(IAX2/PBX,10,tr) to forward it to the PBX2 but on the PBX2 side where i am supposed to choose between a number of sip clients, i
2005 Aug 30
1
make tests failure: openssh-SNAP-20050827 on Redhat 9
This is a Redhat 9 box doing nightly updates from FedoraLegacy.org. I have a script of the whole session if needed. -Bill ---- ok transfer data run test banner.sh ... test banner: missing banner file cmp: EOF on /home/flowerpt/src/openssh/openssh/regress/empty.in missing banner file test banner: size 0 cmp: EOF on /home/flowerpt/src/openssh/openssh/regress/banner.in banner size 0 mismatch test
2005 Mar 19
1
noice sip to sip only???
i have been using the asterisk for some three weeks. Previously i was using the softphone iax-phone and now i have to shift to the sip phone xlite. The problem is that there's always unbearable noice in sip to sip calls. Is there any way to get rid of this???? Kindest MM Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Aug 20
1
Syncronize large file
i have several large .tar backup file on the server it's about 2 GB and 4 GB the question is, if i syncronize using rsync to other computer, rsync will re-transfer the whole 1 big file, or only transfer part of the file ? or maybe i should reduce the size, by splitting the file into 650 Mb each. or it's the same as if transfering via FTP ? thanks Luqman.H ---------------------
2013 Jul 29
2
Kernel 3.10 and CentOS 5
I have a Centos 5 machine which I've just compiled the 3.10.4 kernel on (remembering to set CONFIG_SYSFS_DEPRECATED) because I needed new rtlwifi drivers for my rtl8192cu device. So far, so good. It seems to work. Except /proc/bus/usb doesn't exist anymore. USB_DEVICEFS has been removed. An older kernel (3.2.9) says Usbfs entries are files and not character devices; usbfs
2005 Dec 30
1
Error in X11(paste("png::", filename, sep = ""), width, height, pointsize unable to start device PNG
Hi, I got this error while using png() function in RedHat 9.0. "Error in X11(paste("png::", filename, sep = ""), width, height, pointsize unable to start device PNG" It looks like the system lacks some library for graphics. Can anyone tell me which rpm I should install to have png() function work with out problem? Thanks ...
2006 Mar 20
3
installing yum on RHEL 7.2
im very new to RH, and even more so to YUM, but i need to install it on a RHEL 7.2 server, which i have done but installing the RPM package, and updated it via the Centos2 archives. The program i am trying to install is bacula, a backup/tape program on one of our old servers, we need to upgrade to a newer version. I didnt want to deal with the deps, so i thought yum was the way to go. well, it
2014 Nov 26
6
[LLVMdev] Proposed patches for Clang 3.5.1
On Wed, Nov 26, 2014 at 10:15:13AM +0000, Daniel Sanders wrote: > > From: Daniel Sanders > > Sent: 25 November 2014 17:39 > > To: Eric Christopher; Tom Stellard > > Cc: LLVM Developers Mailing List (llvmdev at cs.uiuc.edu) > > Subject: RE: [LLVMdev] Proposed patches for Clang 3.5.1 > > > > > > > > I'd also like to propose the inclusion of
2012 Nov 15
0
problem in fitting model in NLS function
Bad scaling will waste a lot of everyone's time. I put the data in a data frame mdat, then library(nlmrt) mdat<-read.csv("muzzamil.csv", header=T) fmn <- nlxb(y~a * (x^b), data=mdat, start=c(a=1,b=1), trace=T) fm <- nls(y~a * (x^b), data=mdat, start=c(a=1,b=1), trace=T) fmn2 <- nlxb(y~a2 * ((x-1979)^b2), data=mdat, start=c(a2=1,b2=1), trace=T) fm2 <- nls(y~a2 *
2005 Oct 30
0
URL for downloads by apt on Fedora Core2
Hi. I see the URL for downloading wine with apt for my Debian installs, but is there one I can use with apt for downloading wine to my Fedora installs. I've tried a few options, but keep getting 404's. The last one I tried was. rpm http://wine.sourceforge.net/apt/ fedora/2/i386 binary This is sort of following the layout of other URL's I've got in /etc/apt/sources.list, for
2004 Sep 17
0
apt repositories
Hi, does anyone have plans on adding an apt repository? I used apt-get with Synaptic RH8 with fedoralegacy.org which made things so much easier to manage compared to yum/up2date. Freshrpms provides some instructions here: http://freshrpms.net/apt/server/ Unfortunately I do not have the bandwidth to offer it myself. btw - does anyone have an idea why up2date says it wants to downgrade after the
2004 Oct 01
1
Re: Problem with TDM400P
Greetings all, I'm new to asterisk... Finally got two IP phones and two TDM400P's (one with four FXO modules and one with four FXS modules)... Began experimenting a couple days ago and have ran into a very aggrevating problem. My system consists of the following hardware: Abit BL7-RAID motherboard Pentium 4 1.6GHz processor 512MB SDRAM 2 TDM400P cards 2 3Com 3c905
2008 Jan 04
1
Migrating software raid from SUSE 9.0 to Centos 5
I have a SUSE 9.0 box with a software raid. It consists of 6 IDE drives and three different controllers The OS is on a separate drive. What I want to do is put a new boot drive in load Centos on it. Then I want to be able to mount the raid without loosing any of the data on it. What information do I need from the SUSE OS (raid info etc...) to tell Centos how to recognize it? The data is backup on