Displaying 2 results from an estimated 2 matches for "qeue".
Did you mean:
neue
2005 Jan 27
2
Avoiding queue retries without hangs?
...gt; t incoming
calls just hang in case nobody picks up, and do not proceed to
voicemail.
Especially, t does not set a hard limit for in queue stay time.
Anybody found a way around this (bug?), i.e. avoiding retries with
Queue(...|t) properly timing out at the same time ?
Thanks, Bruno.
PS: fyi, Qeue option 'n' has no impact on the above situation.
2007 Mar 28
4
modprobe ifb
I''m trying to set up a traffic control on ingress attaching a egress qdisc to
the ifb device. The idea is to use a RED algorithm instead of policing
the incoming traffic. After trying with tc-red and not obtaining the
expected results, I decided to try with something easier, and use htb
as bottleneck:
ifconfig ifb0 up
tc qdisc del dev $dev ingress
tc qdisc del dev ifb0 root
tc qdisc add