Displaying 20 results from an estimated 3000 matches similar to: "HTB and IPv6"
2012 Jun 21
0
Opus and WebM support have landed
Hi Ralph,
On 17/06/2012 23:04, Ralph Giles wrote:
> On Sun 17 Jun 2012 01:44:32 PM PDT, Parisson wrote:
>
>> A few months ago, when you released libshout 2.3.0, you talked about a hacked
>> version of shout2send plugin for GStreamer. As I also use GStreamer to stream
>> live, could you please share your patch so that I can test it against Icecast
>> trunk and some
2004 Aug 24
3
ex-girlfriend logic not working in latest CVS?
Ex-girlfriend logic not working in latest CVS?
Incoming sip calls don't work. Anyone else seen this
problem?
Extension logic looks good:
exten => 6153248305/_931NXXXXXXX,1,Queue(queue1);
exten => 6153248305/_615NXXXXXXX,1,Queue(queue2);
;exten => 6153248305,1,Queue(queue3);
show dialplan looks good:
-- Added extension '6153248305' priority 1 (CID match
2006 Dec 04
0
Addqueuemember and roaming users problem.
Hi,
I'm having hard time to emulate agencallbacklogin. Agent can logon
and receive call without any problem using addqueuemember. The problem comes
when I try to evaluate their performance using queuemetrics. Here is an
exemple of my log script:
;Agent Login
exten => _60XXX,1,Macro(agentLogin)
[macro-agentlogin]
exten => standard,1,AddQueueMember(queue1) exten =>
2010 Dec 20
1
Maildir and Solaris UFS acls
I have a centrally located shared imap folder location. We have several
maildir folders with different file system permissions. They are for
several groups of people who are loosely related for support purposes.
All mail gets delivered to queue1 just fine. The files are group
writable by group1. Some of the mail gets moved via imap to queue2.
Queue2's maildir tree is configured with
2008 Nov 28
1
Priority between calls from different queues
Hi!
I want to know the way that calls are answer in this case...
I have queue1 and queue2, one agent that receive call from both queues.
queue1 <- call1
queue1 <- call2
queue2 <- call3
queue2 <- call4
In my test the agent answer calls in this order: call1,call3,call2 and
call4.
I think this must be in this order call1,call2, call3, call4 like a big
FIFO.
Its ok this behavior?
Could
2006 Dec 28
1
Re: Asterisk Queues
Hi,
Well, in our case, it seems that the issue was being caused by
announcements. That is, someone in QUEUE1 would be waiting 15
minutes.. and QUEUE2 would be waiting 5 minutes. The person in
QUEUE1 would be listening to 'we're sorry you are holding so long, if
you'd like to leave a message, press 1 now.. otherwise continue to
hold'... and while they were listening to that an
2010 Aug 04
0
Queue to queue transfer error
Hi all,
I have problem when i transfer call from one queue extension to other queue
extension.
*Scenario
*some one call to DID 8833383932 which is assigned to queue1 and pickedup
by extension1 of queue1, Now extension1 transfer call to queue2's
exntesion2, extension2 picked up the call but no voice and caller only hear
queue2 greetings but after picking up by extension2 then no voice.
2005 Jul 01
0
How to set HTB correct ?
Hi, everyone
I has a ADSL link about 4M bandwidth, and use HTB do bandwidth management.
When I config qdisc like below:
tc qdisc add dev br0 root handle 1: htb default 30
tc class add dev br0 parent 1: classid 1:1 htb rate 4000kbit
tc class add dev br0 parent 1:1 classid 1:10 htb rate 2000kbit ceil
4000kbit prio 0
tc class add dev br0 parent 1:1 classid 1:20 htb rate 1000kbit ceil
4000kbit
2007 Jul 01
3
Suppress MusicOnHold in Queue
I want callers to go into the queue(s) and just hear ringing instead of MOH.
Is this possible?
exten => 200,1,Ringing()
exten => 200,n,Queue(queue1|t|||15)
exten => 200,n,Queue(queue2|t|||15)
It looks to me like MOH is built-in to the queue, but if anybody knows
otherwise please speak up!
2012 Jun 17
3
Opus and WebM support have landed
On Sun 17 Jun 2012 01:44:32 PM PDT, Parisson wrote:
> A few months ago, when you released libshout 2.3.0, you talked about a hacked
> version of shout2send plugin for GStreamer. As I also use GStreamer to stream
> live, could you please share your patch so that I can test it against Icecast
> trunk and some webm streams?
The webm support for shout2send landed in gstreamer git some
2005 Aug 08
0
queue-hold time + weight in astersk+acd
Hello list,
There seem to be some problem with the ACD of asterisk
where when we use this parameter in queues.conf .
We could not get any announcement as expected.
Iam useing the latest CVS-head
Even weight also doesnot seem to work properly
I tried like this where we have two queues one with
100
weight and another with 200 as weight when both enter
into the queue when queue is empty when
2006 Feb 08
0
agents.conf
One simple question. I'm using asterisk 1.2.1, can one agent be defined
in more than one group?
Example:
group=1 ; queue1
agent => 401,401,Tomislav Parcina
agent => 402,402,Katarina Ivanisevic
agent => 403,403,Sasa Juginovic
group=2 ; queue2
agent => 401,401,Tomislav Parcina
agent => 402,402,Katarina Ivanisevic
agent => 404,404,Marija Bilic
agent => 405,405,Ana
2005 Dec 07
2
can the htb applied to http/ftp server not in the router???
can someone help me??
-------------------------
| server (http & ftp) | ------> 1.2.3.4
-------------------------
|
|
| -----> 10/100 MB LAN
|
|
|
----------
| client | -----> 1.2.3.5
----------
i want the client download file from http server with maximum rate is
30 kbps and download from
2004 Nov 29
2
Interesting oopses...
OK - this is starting to get frustrating... Are there any known issues
with 2.6.9 and traffic shaping? I am using 2.6.9 with geoip 20041115,
and get odd oopses. The following script oopses my box:
-----------------------------------------------------
#!/bin/sh -x
IFOUT=''eth1''
IFIN=''eth0''
TC=''/sbin/tc''
2003 Oct 27
4
Need help with HTB
Hello,
1.
I currently have a 128kbps cable link to the internet..and I''m sharing
this connection with others.
I''ve made the following script(for alocating bandwidth depending on the
services used: browsing, squid, games like counter-strike, icmp, ssh),
which unfortunately isn''t working very well as the response times I''m
getting upon pinging the server
2007 Aug 19
0
HTB qdisc within HTB root qdisc
Hello...
Im trying to setup HTB to allow me to shape traffic from two upstreams
that meets on single lan0 interface. I prefer to use HTB qdisc
within HTB root qdisc for cleaner rules design.
Seems that it doesnt work at all. tc -s class show doesnt
show any traffic on other classes attached to HTB qdisc.
Linux 2.6.20.7
iproute-2.6.20-070313
Weird thing is that tc -s class show that 1: and 2:
2005 Feb 02
1
PRIO / CBQ / HTB queue drop algorithm
Hello all.
I''ve been struggling to QoS VoIP at our site and have a successful
implementation at this point. Basically I had to set aside enough
bandwidth for VoIP by placing all other traffic behind an HTB (multiple
classes and queues behind it). Everything is fine. Here''s the diagram:
-------
| eth |
-------
|
--------
2007 Feb 05
16
Problems with HTB. Help!
Hello list.
I''ve configured a very simple script to slow down packets coming from a
particular IP Address. I''ve used IPTABLES to mark traffic coming from this
IP Address, but it does not appear to be working as expected. Let me first
describe my system as maybe what I''m doing is beyond what NETFILTER can do.
I have one machine that runs all my servers as
2006 Sep 10
1
HTB and tc filter
Help me ...
I try use the tc filter, but seems he doesn''t work, I already
reconfigured my kernel ( 2.4.32 ) with all options related a QOS
enabled ( like modules ) and nothing happens. I get the tc tool from
HTB source package, well this is my set :
eth0 is my internal NIC.
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1: classid 1:1 htb rate
2006 Sep 10
1
help with HTB and tc
Help me ...
I try use the tc filter, but seems he doesn''t work, I already
reconfigured my kernel ( 2.4.32 ) with all options related a QOS
enabled ( like modules ) and nothing happens. I get the tc tool from
HTB source package, well this is my set :
eth0 is my internal NIC.
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1: classid 1:1 htb rate