similar to: How can I get min 64kbps max 128kbps bandwidth

Displaying 20 results from an estimated 600 matches similar to: "How can I get min 64kbps max 128kbps bandwidth"

2010 Feb 17
1
queue.conf - Set(MONITOR_FILENAME=${})
All, I am trying to set a monitor file from the queue.conf as specified on http://www.voip-info.org/wiki/view/Asterisk+config+queues.conf In order to avoid the default MONITOR_FILENAME format wich is: "agent-xxxxx-uniqueid.wav" for example "agent-10017-1266438575-26.wav" As you may now, when using the queue command you are not able to know which agent will take the call,
2007 May 18
3
{10,20,30}>={25,30,15}
Hi There, Using t.test to test hypothesis about which one is greater, A or B? where A={10,20,30},B={25,30,15}. My question is which of the following conclusions is right? #################hypothesis testing 1 h0: A greater than or equal to B h1: A less than B below is splus code A=c(10,20,30) B=c(25,30,15) t.test(c(10,20,30),c(25,30,15),alternative="less") output: p-value=0.3359
2009 Jun 04
0
help needed with ridge regression and choice of lambda with lm.ridge!!!
Hi, I'm a beginner in the field, I have to perform the ridge regression with lm.ridge for many datasets, and I wanted to do it in an automatic way. In which way I can automatically choose lambda ? As said, right now I'm using lm.ridge MASS function, which I found quite simple and fast, and I've seen that among the returned values there are HKB estimate of the ridge constant and L-W
2013 Aug 28
2
Wrong usage quota size
Hi guys, I've a problem by one of our replicated volumes. When i look on both bricks the size of them are euqal but if i take a look into the gluster quota informations 'gluster volume quota xxx list' i get a wrong usage size. I can't see any errors on my glusterfs or brick logs. Do anyone have a hint ? Cheers Heiko -- System Wizard anynines.com
2013 Jul 21
2
Fwd: Re: Asterisk T.38 Pass-Through doesn't work
Hi! I have exactly the same problem on asterisk 1.8.22.0 and also on separate 11.2.1 when sending fax to PSTN. Tryed with spa-3102, spa-2102, Patton Smartnode 4634, and Zoiper softphone. SpanDsp also works without any problem on my box. As I remember it was a bug in 1.8.1.x that the a=T38MaxBitRate paramater was sent as "maxBitRate". Without capital "M". Are you closer to
1998 Jun 28
0
check-ps-1.2alpha5 released
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 check-ps 1.2 alpha 5 has been released. This is a bugfix release. The upgrades are: o Linux compile fix applied o Possible support for kill scanning on other platform (if pid_t is 16 bits or ultra-fast machine it is probably supported, if not the program probably says no). o A configure script that works when fed to bash 2.x
2009 Feb 19
1
queue_variables() function
Hi, Can somebody please shed some light on how to use the QUEUE_VARIABLES() function? The built-in help says ---cut--- Return Queue information in variables [Description] Makes the following queue variables available. QUEUEMAX maxmimum number of calls allowed QUEUESTRATEGY the strategy of the queue QUEUECALLS number of calls currently in the queue QUEUEHOLDTIME current average hold time
2013 Sep 05
0
windows guest network kept down automatically when several windows guest running in one KVM host,
Hi all: I have some kvm host(rhel 6.4, 2.6.32-358.0.1.el6.x86_64), I ran several windows guest on it(more than 10 guest on one host and the guest os are win7-32/win7-64/win2k8), but the guest network kept down automatically, lost package. I tried virtio drive and e1000 drive,but it didn't work. However, when I run cmd.exe ping some other subnet ip it worked. The host and guest are connected by
2007 May 21
0
A "subscript out of bonds" and "write.table" problem on manipulating a large size dataset
Dear all: Described below is a large data set problem (data size > 2G after unzipping, table delimited). I know R is not the appropriate tool for such task, anyway I did it on a server and get some straightforward problems. 1. The first is count.fields can count all the rows, however, when I tried to remove rows beyond 3/5 of the data,R says subscripts out of bounds, is there any option
2007 Jun 14
0
tc: Trying to understand what I have done
Hi list, Up front: A bit sorry this post turned out a wee bit long I work as a system administrator for the Atlas College in the Netherlands. We are what is called a merger school consisting of 5 separate (more or less) locations and one central administration. The network is a class A network (10.0.0.0/8) in which all locations have there own subnet (i.e. 10.9.0.0/16 for the central
2004 Apr 21
0
Why cant I see the parent of a qdiscs?
Hi When I list all the qdisc with tc command it is not possible to see the parent of the qdisc. An example by the book. # tc qdisc add dev eth0 root handle 1: htb default 30 # tc class add dev eth0 parent 1: classid 1:1 htb rate 6mbit burst 15k # tc class add dev eth0 parent 1:1 classid 1:10 htb rate 5mbit burst 15k # tc class add dev eth0 parent 1:1 classid 1:20 htb rate 3mbit ceil 6mbit
2002 Dec 10
0
SLA/Shaping Question
Hi, I have a basic router that is shaping traffic, and it seems to be working at the moment. We have a 100Mbit connection to the internet, however we get charged for each mbit that we use and so have to shape/limit the traffic to avoid huge bills and my boss getting cross!! We have a /29 subnets set up as follows: tc qdisc add dev eth0 root tbf rate 0.8Mbit latency 50ms burst 10k tc qdisc add
2008 Dec 25
3
2 internet connections and one for backup
I've got 2 internet connections but unfortunately not the same - 6mbit and 1 mbit. My default is 6mbit and I want to create backup connection (1mbit). How can do it? Has anybody done it? My perfect scenario is that my network uses 1mbit if (only) 6mbit fails and it switches automatically. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be
2005 Dec 21
4
ZFS, COW, write(2), directIO...
Hi ZFS Team, I have a couple of questions... Assume that the maximum slab size that ZFS supports is x. (I am assuming there is a maximum.) An application does a (single) write(2) for 2x bytes. Does ZFS/COW guarantee that either all the 2x bytes are persistent or none at all? Consider a case where there is a panic after x bytes has gone to disk and the change propagated to the uber block. Do
2003 Jun 03
1
tc usage
Dear List, I am a tc newbie, and I''ve been working through the LARTC HOWTO to try to understand how qdiscs, classes, and filters fit together. I was confused by the example in section 9.5.5.1 (see excerpt below). I thought that classes were could only be attached to qdiscs (classful ones). In the example, however, classes are being attached to other classes. Can anybody explain to me
2013 Aug 23
1
Setting Up LVS to Load Balance DNS
Greetings, all: OS: CentOS 6.4 x86_64 Kernel: 2.6.32-358.14.1 I could use some assistance with setting up pulse to load balance my dns servers. I've configured tcp and udp port 53 with the piranha gui, set up arptable rules on the real servers and added the virtual ip to the bond0 interface on the real servers, but I'm still having no luck in getting things going. A dig against the
2005 Jan 19
0
Off topic -- when is max min = min max?
This question has little or nothing to do with R; as usual I'm simply hoping to take advantage of the great depth of knowledge and expertise in the R community. Anyone who is interested in replying should send email directly to me (rolf at math.unb.ca) and not to this list. To get to my question: In a two person zero-sum game, the value of the game to the row player is v_r = max min
2000 Jul 24
0
manual of tinc translated to the Spanish
Matias Carrasco wrote: > I traslated a part of the manual of tinc to Spanish to give a class of Virtual Private Network, upon ending the traslated nearly all the document was translated, was asking me if you are interested in the manual of tinc translated to the Spanish, send an email to mdcarrasco@mendoza.com.ar or to mdcarrasco@infovia.com.ar. > Yes! :) This is a Good Thing (tm). Please
2006 May 14
2
Timeout in production mode after 2 min, but not in dev mode?!
One of my actions runs for more than 2 minutes. In development mode it runs and completes successfully, but in production mode it quits out with a timeout error: "Timeout::Error (execution expired):" Any ideas how i can stop this? I''m desperate to find a solution. Is there a setting i can change somewhere? Any help would be greately appreciated, Thanks Chris -- Posted
2013 Oct 02
0
Removing time and min from Date
Hi Farnoosh, Use ?as.Date() dat1<- read.table(text="V1 2012-01-12 08:23:00 2012-01-19 15:29:00",sep=",",header=TRUE,stringsAsFactors=FALSE) dat1$V1<- as.Date(dat1$V1) ?dat1 #????????? V1 #1 2012-01-12 #2 2012-01-19 A.K. ________________________________ From: farnoosh sheikhi <farnoosh_81 at yahoo.com> To: "smartpink111 at yahoo.com"