search for: contos

Displaying 20 results from an estimated 137 matches for "contos".

Did you mean: centos
2010 Apr 13
6
12-15 TB RAID storage recommendations
Hello listmates, I would like to build a 12-15 TB RAID 5 data server to run under ContOS. Any recommendations as far as hardware, configuration, etc? Thanks. Boris.
2015 Feb 26
3
move a disk to another machine
...The laptop is running selinux. I pulled the second internal disk out to get my data off of it. I plugged it into my centos 5.x machine and mounted it. I was able to do a dir listing, but whrn I tried to cd into any of the directories, I get a bunch of AVC denials, and I can't see any files. The contos 5.x machine is selinux enforcing, and so is the centos 6.x box. The files are all owned by me, and have the same uid/gid on both boxes. What is the right way to do this? Meanwhile, I put it back into the laptop, and kept attempting to boot the machine, until I got lucky and it came up. I was able...
2005 May 30
4
R: R: R: AT-320 + supervised transfer
I known. I'm using the 1.44 firmware version relesed on 26 may. I worked for italian IVR an HTTP pgaes. So i can only update asterisk with CVS and try atxfer. Thanks for all -----Messaggio originale----- Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Gavin Hamill Inviato: luned? 30 maggio 2005 18.40 A:
2005 May 31
2
R: R: R: R: AT-320 + supervised transfer
Good...it almost works fine! I just have 't' in command Dial, but i also have 'T'. Is it a problem ? This is my Dial() exten => 605,1,Dial(${GIORDANO NAT},60,Ttr) I have only a problem: A and B are speaking, B calls C and ask it if wants speak with A, C accept but if B hang up A is waiting and C get busy tone. To make it works B don't have to hangup but habe to press
2006 Mar 28
3
R: Echo cancellation
Ok, but is there a way to check if echo cancellation is active on a call in progress ? Thanks Giordano -----Messaggio originale----- Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Steve Davies Inviato: marted? 28 marzo 2006 16.43 A: Asterisk Users Mailing List - Non-Commercial Discussion Oggetto: Re: [Asterisk-Users] Echo cancellation
2005 Sep 16
2
R: direct sip call pickup
I cannot use CVS, is there anoyher way to use direct pickup ? Thanks again Giordano ________________________________ Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Alexander Lopez Inviato: venerd? 16 settembre 2005 17.53 A: Asterisk Users Mailing List - Non-Commercial Discussion Oggetto: RE: [Asterisk-Users] direct sip call
2006 Jan 12
1
R: app_rxfax.so and app_txfax.so
I have to re-compile also app_rxfax.so and app_txfax.so or just spandsp ? Thanks Giordano ________________________________ Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Colin Anderson Inviato: gioved? 12 gennaio 2006 17.20 A: 'Asterisk Users Mailing List - Non-Commercial Discussion' Oggetto: RE: [Asterisk-Users]
2011 Jun 10
2
How to remove asterisk ?
Hi List, Is there any way by which we can remove asterisk from machine without deleting folder manually? I did google and gets various solution by no success. even after deleted asterisk will be there ..... ----- Thanks and regards Virendra Bhati +91-9172341457 Asterisk Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jun 30
3
R: Music oh hold
This is my musiconhold.conf and my folder: root@voip:/etc/asterisk# less musiconhold.conf [classes] default => quietmp3:/var/lib/asterisk/mohmp3 ;loud => mp3:/var/lib/asterisk/mohmp3 ;random => mp3:/var/lib/asterisk/mohmp3,-z ;unbuffered => mp3nb:/var/lib/asterisk/mohmp3 ;quietunbuf => quietmp3nb:/var/lib/asterisk/mohmp3 ; Note that the custom mode cannot handle escaped parameters
2011 Jan 29
2
dovecot@dovecot.org
I apologize, but I can not find a complete list of directives in dovecot.conf possible. where can I find? thanks excuse my for my orrible english -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: Apri Conto Corrente Arancio entro il 28 febbraio 2011 e ricevi 100 euro da spendere su Media
2005 Oct 03
1
R: codec g723 on Via C3
Thanks...which version of IPP did u use ? I do not have Makefile file....there is only a .sh script Thanks Giordano ________________________________ Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Juan Salas Inviato: luned? 3 ottobre 2005 15.41 A: 'Asterisk Users Mailing List - Non-Commercial Discussion' Oggetto: RE:
2006 Mar 28
0
R: R: Echo cancellation
I did it Steve, but on some calls i still have the EC on OFF. What can i check? Could it depend of my zapata.conf ? Thanks Giordano Grandis -----Messaggio originale----- Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Steve Davies Inviato: marted? 28 marzo 2006 17.08 A: Asterisk Users Mailing List - Non-Commercial Discussion
2005 May 30
3
R: AT-320 + supervised transfer
Hi, Thanks for yuor answer. The boot time of the phone is very very fast, 10 sec to startup and 2 or 3 second to login to asterisk. I set the NTP server to 255.255.255.255 so it don't try to get time. I thinked carefully to your scenario and i am going to try it, but i don't known if it could like to my customer I will try also to use CVS, but i am skeptic to utilize asterisk to
2006 Feb 21
2
pickup problem on Asterisk 1.2.4
Hi everybody, I'm facing a strange problem after upgrading Asterisk from 1.0.9 to 1.2.4. Sometimes, when receiving an incoming call from pstn, although my sip phones ring correctly (I've got both softphones and hardware phones), noone can pick up the call. Asterisk CLI shows me that the phones are ringing, then nothing happens, so there's no problem _after_ someone picked up, simply
2006 May 04
0
R: R: [Re:] function to replace missing values with median value?]]
oops!, I pressed the 'send' key too soon, ... see ?replace replace(x, is.na(x), median(x, na.rm=T)) take also a look at the function itself > replace function (x, list, values) { x[list] <- values x } <environment: namespace:base> Stefano >-----Messaggio originale----- >Da: r-help-bounces at stat.math.ethz.ch >[mailto:r-help-bounces at
2006 Jan 31
2
R: Kirk IP600
I'm going to try, Thanks very much Giordano -----Messaggio originale----- Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Remco Barende Inviato: luned? 30 gennaio 2006 20.04 A: Asterisk Users Mailing List - Non-Commercial Discussion Oggetto: Re: [Asterisk-Users] Kirk IP600 Hi! Yes, it works (sort of) but I still have some issues.
2014 Jun 03
3
R: Info about sharing mail folder
HI Steffen. In folder /var/vmail/example.com/user_a i've a dovecot-acl file with " user=test at example.com lrwstipekxa " IN mysql table user_shares i set: +---------------------+------------------+-------+ | from_user | to_user | dummy | +---------------------+------------------+-------+ | user_a at example.com | test at example.com | 1 |
2023 May 17
4
suprising behaviour of tryCatch()
...<- fisher.test(table(data[,3], data[,i + 38]))$p, error = function(e) print(NA))} [1] NA [1] NA [1] NA The only difference is the use of ?=? or ?<-? to assign the p value of the fisher test to the vector. I stopped using ?<-? eons ago so it took a bit to figure out. Tested on R 4.1.2 on ContOS 8 , and on R 4.3.0 on a M1 mac with the same result. I?d be obliged if someone can explain why tryCatch assigns items with ?<-? and not ?=?. Cheers F Federico Calboli Tutkija Genomiikka ja jalostus Luonnonvarakeskus [[alternative HTML version deleted]]
2006 Mar 29
0
R: RE : Echo cancellation
Hi Francois, I kwnow, but I have "DSP:on" also if i not have an hardware echocan module :/ and I always have "Echo Cancellation: 0 taps, currently OFF". This is my zapata.conf [channels] language = it usecallerid = yes callwaiting = yes usecallingpres = yes callwaitingcallerid = yes threewaycalling = yes cancallforward = yes callreturn = yes switchtype = euroisdn
2005 Oct 03
4
R: Diva
Which models of Diva could work with CAPI and asterisk? Thanks Giordano ________________________________ Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di gw@adcomcorp.com Inviato: sabato 1 ottobre 2005 23.46 A: asterisk-users@lists.digium.com Oggetto: RE: [Asterisk-Users] Diva Nope. At least I tried and never could get it