Displaying 20 results from an estimated 100 matches similar to: "Into queue the caller doesn't hear the ringing"
2005 Feb 26
5
Packages on demmand
Hi all,
I have four servers (one with redhat 7.3, two with
CentOS 3.4 and one with CentOS 4 for testing). I would
like to do a partial package mirror with os, updates,
contrib branches and so on. Anybody knows if exists
any tool for redhat based distros, like apt-proxy in
debian world ( that donwloads packages on demmand),
that supports this feature??
I see yam tool from dag repository, but it
2003 Dec 09
2
Difficulties trying to control VOIP traffic with TC - HTB
Hi all:
I hope someone can help me with this "little"
problem...
I''m using a linux script to sub-divide my bandwidth
(64kbit) into: 40kbit for VOIP, and the remaining
24kbit for http. So, the commands I''m using are:
============================================
#!/bin/bash
# This script shapes "downloading" stuff
# Initial qdisc
tc qdisc add dev eth1
2005 Feb 19
1
Asterisk with Multitech H323 Gateway MVP400
Hi List,
I have a Multitech H323 Gateway MVP400 box with 1
phone on port FXO 1.
I have Asterisk ruuning in Fedora Core 3. Both are in
the same network.
But I can't figure what I have to do in Asterisk to
make that box work. What files I have to configure?
Can anyone help me? I will really appreaciate youu
help.
Luis.
_________________________________________________________
Do You Yahoo!?
2018 Feb 15
1
RV: Problem_graphic
Hi everyone,
I am beginner using R but I try to learn more.
I need this graphic or similar but instead of tropical and temperate are three ontogenetic states
Larva Met Juv
CTMAX
CTMIN
SP SP SP
This is my scrip:
Ex = subset(Expr, Outlayer=="N")
Ex2 = subset (Ex, S0 == 1)
Ex3
2002 Feb 14
4
How to read a long string of characters as a vector
Dear R users,
I would really appreciate some help, I have a plain
text file which contains info like
NANATGGGGGGGCCCAGCTTGAATTCCCNTCCCCNTTCCCATCCAGGCC
I would like to read it as a vector, for example,
(N,A,N,A,T,G,G,G,G,G,G,G,C,C,C,........)
I've tried commands such as read.table and scan but I
don't get what I want.
Thank you in advanced.
Sandra
2020 Oct 30
0
problems accessing samba shared printers from win32 clients
Mandi! Piviul via samba
In chel di` si favelave...
> If I double click on the shared printers from a 64bit client I get the
> error: "A policy is in effect on your computer which prevents you from
> connecting to this printer queue".
You have to set a GPO, 'Restrizioni di selezione e stampa' in italian.
2011 Apr 13
1
Modelo para datos de conteos (Manuel Spínola)
Una distribución binomial negativa podría ser adecuada. De hecho, una
extensión de la binomial negativa, como la distribución de Waring
generalizada, termina convergiendo a una distribución binomial negativa.
Puedes ver que la mejora en la bondad del ajuste de la binomial negativa
con respecto a la Poisson es sustancial (te muestro también las salidas.).
datos<-c(1280, 1262, 1290, 1321,
2020 Nov 01
2
problems accessing samba shared printers from win32 clients
Il 30/10/20 17:40, Marco Gaiarin via samba ha scritto:
> Mandi! Piviul via samba
> In chel di` si favelave...
>
>> If I double click on the shared printers from a 64bit client I get the
>> error: "A policy is in effect on your computer which prevents you from
>> connecting to this printer queue".
> You have to set a GPO, 'Restrizioni di selezione e
2005 May 12
1
Xen under CentOS 4
hi all,
Where i can found docs about install Xen under CentOS
4 ?? (I only find docs for Fedora). Do I need a
precompiled kernel or can I use binary kernel that
comes with xen binaries??? And the last question, can
I a fresh install solaris 10 under xen??
Thank you very much for your help.
_________________________________________________________
Do You Yahoo!?
Informaci?n de Estados Unidos y
2004 May 20
0
budgetone problem on hangup
Hello to all.
I have a couple of budgetones connected to Asterisk
server. I can establish calls using budgetone with no
problem, but when I hang up a Budgetone, Asterisk
does not detect the hangup. It seems that the
communication goes on in spite of budgetone's hangup.
My sip.conf:
[general]
disallow=all
allow=ulaw
bindaddr=172.16.60.21
[sip1]
callgroup=1
pickupgroup=1
type=friend
2004 Sep 06
1
Problem Loading asterisk_oh323-0.6.3b eith last *cvs...
Hello
I?ve just install last cvs version (Mon Sep 6) of Asterisk with asterisk-oh323-0.6.3b and pwlib-v1_6_6-src.tar.gz, openh323-v1_13_5-src.tar.gz and .
this is the error loading asterisk with chan_oh323 module::
[cdr_csv.so] => (Comma Separated Values CDR Backend)
[cdr_manager.so] => (Asterisk Call Manager CDR Backend)
== Parsing '/etc/asterisk/cdr_manager.conf': Found
2005 May 24
1
Release date for 3.5
Hi all,
Somebody knows when centos 3.5 will be released??
Thank you very much.
_________________________________________________________
Do You Yahoo!?
Informaci?n de Estados Unidos y Am?rica Latina, en Yahoo! Noticias.
Vis?tanos en http://noticias.espanol.yahoo.com
2005 Mar 01
1
rsync + ssh -o -p -g -l
Hi, i need move 20 GB of data from a old computer to a
new server and I need than the permiss of user, group,
other and symlink be the same in the new server.
Y try with
rsync -avzpogl -e ssh archivoOrigen
usuario@ipDestion:/dir2/ but when a see in the new
server, the data dont have the same permiss of owner,
group than the old server.
How i can to have the same permiss?
Note: I dont
2005 Mar 03
1
Fwd: Re: rsync + ssh -o -p -g -l
Nota: Se adjunt? el mensaje reenviado.
_________________________________________________________
Do You Yahoo!?
Informaci?n de Estados Unidos y Am?rica Latina, en Yahoo! Noticias.
Vis?tanos en http://noticias.espanol.yahoo.com
-------------- next part --------------
An embedded message was scrubbed...
From: michael mendoza <mike114x@yahoo.com>
Subject: Re: rsync + ssh -o -p -g -l
Date:
2005 Mar 04
0
Error compiling madwifi for CentOS-4
Hi all,
I am trying to compile madwifi for CentOS-4 without
success. Error is:
Checking if all requirements are met... ok.
mkdir -p ./symbols
for i in ./ath_hal ath_rate/onoe ./net80211 ./ath; do
\
(cd $i; make) || exit 1; \
done
make[1]: Entering directory `/usr/src/madwifi/ath_hal''
make -C /lib/modules/2.6.9-5.0.3.ELsmp/build
SUBDIRS=/usr/src/madwifi/ath_hal
2004 Apr 23
1
call transfer with consultation
Hello.
I am a spanish student, so excuse my English. I have
this HW:
- 2 X100P PCI with two analog lines plugged in. These
lines are two extensions of a panasonic PBX.
Zap/1 = X100P <-- analog line --> extension
#237 PBX Panasonic
Zap/2 = X100P <-- analog line --> extension
#245 PBX Panasonic
- 1 TDM20B with two analog telephones plugged in.
Zap/3 = TDM20B
2004 May 25
2
sip phone problem
Hi all.
I have 2 ip phones (Grandstream Budgetone):
-budgetone1
-budgetone2
All two are connected to an Asterisk server.
When I make a call from budgetone1 to budgetone2, I
can speak with budgetone2 whith no problem. But when
budgetone2 hangs up, budgetone1 does not play any tone
(like busy tone). Budgetone1 seems to be still in
conversation, but what conversation!
Has anyone had a problem
2004 Nov 09
23
SEPARATING VOIP AND SURFING
Dear list:
I have a problem I cannot handle yet, and need to
solve it as soon as possible. Would be very greatful
with anybody who can help me.
I have a 512/512 link to internet, that I want to
share between several computers. I have eth0, with a
public IP address, conected to Internet, and also,
eth1, with a private IP address, for network with the
surfing computers. I have a main class with
2005 Mar 30
1
ABOUT "THE ULTIMATE TRAFFIC CONDITIONER"
Dear friends:
I was analizing the HTB script at "The ultimate
traffic conditioner", at the Cookbook, at Lartc. I
have a very basic question:
First, it is defined the root htb qdisc, as expected;
then, it is defined the main (parent) htb class, with
the total uplink as rate, also as expected; then,
they are defined 2 child clases: first of them has
also the total uplink as rate (!)
2004 Jan 14
1
htb+redhat7.3
HI all
Just doing so recon before doing a installation
Will htb work on redhat 7.3,default kernel,i think 2.4.18?
Thanks
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/