search for: prority

Displaying 12 results from an estimated 12 matches for "prority".

Did you mean: priority
2007 Apr 26
1
Call prority (QUEUE_PRO) in the queues
Suppose I have one agent login into two different queue and there are calls waiting in both queues. If the calls in one queue has higher call prority (set QUEUE_PRO to higher value) than the calls in other queue, will the agent get the higher prority call first or the QUEUE_PRO has no effect? We have an Asterisk server( 1.2.17 with CentOS) running as ACD. We are having problem using weight option in the queue. I figure maybe I can use QUEUE_PRO...
2007 Mar 11
4
Problem configuring voice conference
...if=SIP/555 [internal] exten => 1234,1,Macro(voicemail,${Ahsen}) exten => 4321,1,Macro(voicemail,${Uzair}) exten => 5678,1,Macro(voicemail,${Tahami}) exten => 8765,1,Macro(voicemail,${Wasif}) ;For Call Conferencing ;Here the syntax is exten => extension(normally the conf room no.),prority, ;MeetMe(conf. room no.,i(announces when people enter and exit the conference),password) exten => 700,1,MeetMe(600,i,1234) ;limit the conference room to 10 participants exten => 700,1,MeetMeCount(600,CONFCOUNT) exten => 700,2,GotoIf($[${CONFCOUNT} <= 10]?3:100) exten => 700,3,MeetM...
2006 Nov 01
1
QoS + TOS field
...rffic based on TOS field. I try to test that by flooding Ethernet interface by netperf or iptraf and running ping -f with -Q and without Q. -Q doesn''t affect ping results, it suffers anyway. It seems that I don''t understand something. I verified that -Q traffic goes through higher prority queue. I can make it work if I shape traffic at lower priority queue, but I would like to avoid that, becuase can''t always predict bandidth of connection. I would appreciate any insight on that. Thanks, Serge. ________________________________________________________________________...
2006 Apr 10
1
Choppy Sound when using linux router or asterisk
...g the call and execute any command that requires cpu , then sound gets choppy. Simple test would be establish a call and start "du /" on the router. The same applies to asterisk box. Does anyone have any experience with tweaking the servers for best perfomance with asterisk. How to give prority to asterisk processes , and to routing processes? Thanks
2004 Apr 28
1
Wondershaper stops limiting outbound traffic
I have wondershaper to limit my upload at 400kilobits (my line is 600kbps). I do a lot of torrent seeding and I dont want my pings killed when I''m uploading so I set low prority source ports as follows (by the way, I have bittornet to only use ports 6881-6910): NOPRIOPORTSRC="6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910" Problem is, sometimes my upload wi...
2004 Oct 10
3
How to invert tc matches?
Hi, I want to use inverted matches with tc-filter. I tried to invert the matches with a "!", but this doesn''t seem to be the correct syntax. The following rules don''t work: ---------------------------snip----------------------------------------- $TC filter $ACTION dev $DEV protocol ip parent 1:0 u32 match ip src ${NETWORK[$i]} !match ip dst 192.168.0.0/24 flowid
2004 Oct 21
2
asterisk & ipv6
Hello all, I saw that the ipv6 support issue was brought up a couple of times but I could quite get a complete picture of its status. Would asterisk currentl work over IPv6? If yes which version does v6 support start from? Thanks Emil
2005 Jul 22
0
Marco and Realtime Extension Problem
...1", "Channel is SIP/555-f121") in new stack Jul 21 16:51:46 WARNING[4090]: pbx.c:2337 __ast_pbx_run: Timeout, but no rule 't' in context 'default' In a sense, when I leave the marco, I should be able to enter the realtime extension, but the call flow just fails after prority of the default context. Is there some bug in my sytnax or something in the asterisk program itself? Below is my default context: [default] exten => _X.,1,Macro(stdexten,${EXTEN},${CALLERIDNUM}) ;Realtime Routing from MySQL switch => Realtime/default@extensions [macro-stdexten] exten =>...
2005 Jul 25
1
Re: Marco and Realtime Extension Problem [SOLVED]
...s SIP/555-f121") in new stack > Jul 21 16:51:46 WARNING[4090]: pbx.c:2337 __ast_pbx_run: Timeout, but > no rule 't' in context 'default' > > In a sense, when I leave the marco, I should be able to enter the > realtime extension, but the call flow just fails after prority of the > default context. > > Is there some bug in my sytnax or something in the asterisk program itself? > > Below is my default context: > > [default] > exten => _X.,1,Macro(stdexten,${EXTEN},${CALLERIDNUM}) > ;Realtime Routing from MySQL > switch => Realtime/d...
2004 Oct 13
5
Re: Is this actually possible?
...r is to create two leaves 1:10 and 1:20 and filtered >the traffic going to the database on the far end. What the admin there >would like is, that the connection is fully available for everyone, until >the secretary wants to look something up on the database. Then it should >have top prority and all the other traffic should virtually stop. > >I managed to apply the filters and have the packets ending up in the right >leaf. But the results are far from satisfactory. > >#!/bin/bash >tc qdisc add dev eth1 root handle 1: htb default 30 >tc class add dev eth1 parent 1...
2012 Apr 05
3
Dial Plan - Routing via Caller ID
I am running Asterisk 1.8.10.1. I am trying to set up some routing in my dial plans and having some issues (the issue being that I don't quite understand all of the syntax and patterns that can be used: Examples: DID1 = 6140000000 DID2 = 6140000001 CNAME1 = 6149999999 CNAME2 = 6149999998 CNAME3 = 6149999997 context1 context2 context3 I have looked at several examples (patterns) and I
2005 Dec 02
17
HTB - prio and rate
Hi all, I''ve not been able to find an explanation of the relationship between prio and rate as they apply to the HTB technique. Hopefully someone on here will be able to help me. As I understand things, when prio values are assigned to an HTB setup, classes with a given prio value will only be serviced when there are no packets waiting in classes with a lower prio value. Now, does