search for: calss

Displaying 11 results from an estimated 11 matches for "calss".

Did you mean: calls
2008 Jan 04
2
x100p wcfxo hangup on outgoing calss
Hi, Im getting mad with this error, I have a x100p installed with wcfxo module loaded perfectly, I can receive incoming calls and detect very good the hangup for incoming calls. But for outgoing calls its a mess. When I place a call for outgoing, i heard the ringing, my cell or phone rings and when I pick up the phone it hangs: -- Called g1/91xxxxxxx -- Hungup
2007 Jul 26
3
tc filter not work, why?
...o linux-2.4.18 and use it to limit the speed in LAN, it only work well on the default class, for example tc qdisc add dev eth0 root handle 1: htb default 10 tc class add dev eth0 parent 1:0 classid 1:1 htb rate 2000kbit tc class add dev eth0 parent 1:1 classid 1:10 htb rate 500kbit ceil 500kbit tc calss add dev eth0 parent 1:1 classid 1:11 htb rate 300kbit ceil 300kbit tc filter add dev eth0 protocol ip u32 match ip dst 192.168.18.100 flowid 1:11 the host 192.168.18.100 have a speed of 500kbit rather than 300kbit. if I don''t set the default 10 class, all this dosn''t have any ef...
2003 Jul 21
2
E911 and asterisk
I have a client that would like to use asterisk to link their multiples locations together. However, if a person in the remote office dials 911, How can the 911 operator determine WHERE the emergency is?? Since all calss would be going out of the PRI in the main location, the police/fire trucks will show up at our COLO!! I know that there are some that are doing this multi site setup, how did they handle 911 services??? For now I am quoting a one port FXO card to be placed in each location, that will in turn conn...
2004 Apr 25
1
tc [htb] performance on 2000 leaves
Hi I''m going to setup a linux box as a packet shaper for my company. we''ve got at most 2000 leaves and about 4 to 5 different parent calsses. i''m just wondering if someone can tell me how much will be the delay ?! what is the prefered hardware solution for best performance with tc in this scenario?! and about setting up the linux box in bridged mode; i googled and found out that this has a bad impact on tc performance ! does...
2012 Aug 31
3
[LLVMdev] Question regarding ReplaceValueWith and ReplaceNodeResults
Hi, I am defining Hexagons version of ReplaceNodeResults to change the a node of the type A: i8 = INTRINSIC_WO_CHAIN ... , ... , To B: SIGN_EXTEND (A) After returning from my function, the type legalizer calss ReplaceValuesUsesWith to replace the uses of A with B. Unfortunately, it replaces the use of A in the new node B too. So the node now is B: SIGN_EXTEND(B) , which is clearly bad and the compiler crashes. In the backend, I tried to create a whole new A, say A` using the operands of A. That didn’t w...
2015 Nov 06
2
Instructions with no operand
On 11/6/2015 11:35 AM, Sky Flyer via llvm-dev wrote: > Guys, I stuck at this point. Could you please give me a hint how to > solve this problem without touching the LLVM backbone?! > Why LLVM doesn't let me define an instruction consisting of an operator > with no operand? Could you try it without the pattern? I.e. just this: class TestInst<string opc, string asmstr,
2005 Jun 09
2
can nlme do the complex multilevel model?
data from multilevel units,first sample the class ,and then the student in calss.following is the 2-level model. and the level-1 model deals with the student,and the level-2 model deals with the class level the students belong to. Level-1 Model Y = B0 + B1*(ZLEAD) + B2*(ZBUL) + B3*(ZSHY) + R Level-2 Model B0 = G00 + U0 B1 = G10 + G11*(ZWARMT) + U1 B2 = G20 + G21*(ZWARMT...
2009 Jul 09
1
How to: initialize, setValidity, copy-constructor
Hello list, I'm having troubles setting up a basic calss hierarchy with S4. Here is a simplified schema of what I'd like to do: - Two classes: A and B that extends A - Ensure that the slots added by B are consistent with the slots of A - Let A initialize itself (I'm not supposed to know the internal cooking of A) - By default set the slots of B...
2003 Jul 21
0
RE: Asterisk-Users digest, Vol 1 #873 - 16 msgs
...up a proper Caller ID NAME ? Martin On Mon, 21 Jul 2003, Alex Lopez wrote: > I have a client that would like to use asterisk to link their multiples locations together. However, if a person in the remote office dials 911, How can the 911 operator determine WHERE the emergency is?? Since all calss would be going out of the PRI in the main location, the police/fire trucks will show up at our COLO!! > > I know that there are some that are doing this multi site setup, how did they handle 911 services??? For now I am quoting a one port FXO card to be placed in each location, that will in...
2013 Apr 23
1
Automation of R input
Hi all, I have R script which during its run require an input like this: choose between one of the grouping factor available : c("Village", "Country") can I automate this part, in other word to pass for example Village when I am running the script. One more thing the script is the TimeSeriesAnalysis {ndvits}. Thanks in advance for any help or suggestion. Regards, Vahe
2006 May 19
25
iptables CLASSIFY and MARK not working?
I have to match my packets based on MAC address, which I cannot do in the POSTROUTING chain, so I do it in PREROUTING using MARK. Then, I match on the MARK in the POSTROUTING chain to do a CLASSIFY. But this does not seem to work: wireless-r1 bwlimit # iptables -L -v -n -t mangle Chain PREROUTING (policy ACCEPT 3353K packets, 941M bytes) pkts bytes target prot opt in out source