similar to: How does wrandom strategy works with Queue?

Displaying 20 results from an estimated 6000 matches similar to: "How does wrandom strategy works with Queue?"

2005 Sep 26
3
ip route add default mpath (rr| drr|random|wrandom)...
Anyone using it? I''ve tried but after about 5 min I always get kernel panic. My setup is based on nano.txt. I works well but only if CONFIG_IP_ROUTE_MULTIPATH_CACHED=n. I just wanted to play with the new mpath feature of ip. But enabling CONFIG_IP_ROUTE_MULTIPATH_CACHED always resuts in kernel panic. I''m not using any kernel patches from http://www.ssi.bg/~ja/ - are they needed
2010 Nov 10
2
Asterisk 1.8 -- queue not recognizing that agent is busy
Hi All, I've got a realtime queue in place (strategy is "wrandom"), and have added a member dynamically via "queue add member ". My agent shows in the queue, but when he gets the call is not recognized as "In Use". Here is the output from "queue show" prior to the call: *CLI> queue show QUEUE_3 has 0 calls (max unlimited) in 'wrandom'
2011 Dec 29
2
Interesting attack tonight & fail2ban them
I happened to be in the cli tonight as some (208.122.57.58) initiated a simple attack - just trying to make long distance calls from outside context. Although harmless, this went on for several minutes as the idiot just used up my bandwidth with SIP messages. Here's and example: [2011-12-28 22:53:42] NOTICE[9635]: chan_sip.c:14035 handle_request_invite: Call from '' to extension
2011 Apr 11
6
Variable stripping/removing part of string
Hi! I try to get rid of some part of CALLERID(name) but I cant realy figure out a way to do it. For example: CALLERID(name) = "Martela (fax)" I am just looking for the part before ? (? in my case ?Martela?. I can?t serch for ? ?, could be many ? ?, but only one ? (?, thought i could do something like: exten => 0424449631,n,NoOp(${CUT(CALLERID(name),\(,1):0:-1}) But that gave me
2005 Sep 26
0
Re: LARTC Digest, Vol 7, Issue 7
Hi Andreas! I mainly understand what you mean, but best for me would be if you could make an example from the script I have. I know I did something wrong into it, but I still can''t see the error. If you could fix the error from my script that would be much appreciated. Looking forward to hear from you, Daniel Phlander lartc-request@mailman.ds9a.nl wrote: Send LARTC mailing list
2011 Oct 31
1
Calls from PSTN on SPA3102
Hello list, this is my first post on this list. I have a server with Asterisk and a Linksys SPA3102 with 3 SIP phones. I have configured the SPA PSTN line as trunk to receive and send calls. I can call outside from SIP phone throw the PSTN line and all is OK, the problem is when I receive a call from the PSTN, on the out caller phone there is a demo playback. I want to redirect the call to a
2007 May 25
2
Queue help: Extending RRMEMORY strategy to use penalty
Hi, all. I'm checking in about an issue that has been mentioned here a few times, but to which I can't seem to find a solution for a very present need. The summary is that we'd like to have a queue that rings logged-in agents in the same order every time, based on penalty, in a way that continuously escalates the attempts to the next penalty level until all agents have been tried.
1998 Nov 28
1
No subject
Dear Friends, Yesterday I posed a question to the list concerning the possibility of doing animation examples in R. Here is an example S-Plus (4.5 for Windows ) that I wrote to illustrate my problem. If I try this in R (comment out the graphsheet and guilocator calls) I don't see my results until after the function has iterated through the 100 trials. I would like to plot each iteration.
2005 Oct 01
0
Re: RE: Control Traffic
Hi Andreas! I mainly understand what you mean, I tried to fix something on the script, I don''t know if I did it well. Can you take another look on it please and if is wrong to make the corrections directly on it so that I see where the mistake is... With this script I want to make limits for IP class 85.120.48.0/25 for international traffic in 256 KBps classes and for metropolitan
2003 Aug 19
1
samba LDAP authentication
Hi We have already setup LADP server for entire institute, but we dont have admin access on that server. We want to user the same LDAP accounts for samba authentication for department server. Is it possible to do this without admin password for LDAP. I searched alot but couldn't find anything for this. thanx in advance. - v a i b h a v - ------------------- It looked like something
2005 May 05
6
Need some quick help with lattice - barchart
For the following code below, the x-axis ticks are 1,2,3,4,5,6,7 when I was expection them to be 1,2,8,9,10,11,12. Please help me figure out where is the mistake. library(lattice) testdata <- as.data.frame(t(structure(c( 1,2005,9.24,6.18,634, 2,2005,8.65,6.05,96, 8,2004,6.81,6.51,16, 9,2004,9.0,7.29,8, 10,2004,8.84,6.18,524, 11,2004,8.54,6.35,579, 12,2004,9.97,6.3,614, 12,2005,8.75,5.84,32,
2015 Aug 12
2
Call Queues : linear strategy WITH priority
Hello I was wondering of it is possible to have Queue Agents with the same priority (penalty) but with a certain order ? So I have 20 Agents. Agent 1 till Agent 10 has penalty 1. Agent 11 till Agent 15 has penalty 2. (only contacted if 1 -> 10 are busy) Agent 16 till Agent 20 has penalty 3. (only contacted if 1 -> 10 and 11 -> 15 are busy) Within the range of Agent 1 till Agent
2006 Mar 17
3
Binning question (binning rows of a data.frame according to a variable)
Hi, I have tuples of data in rows of a data.frame, each column is a variable for the 'items' (one per row). One of the variables is the 'size' of the item (row). I would like to cut my data.frame into groups such that each group has the same *total size*. So, assuming that we order by size, some groups should have several small items while other groups have a few large
2004 Jul 20
1
Windows permissions
Greetings NG- I'm putting together a Samba domain for the first time, using 3.0.2a-Debian. I have created a good smb.conf file (based on the Howto book by John Terpstra), including the following line to disable roaming profiles everywhere: logon path = Thanks to Josh Ginsberg and company for that one! Now I have created one logon user and have logged on successfully from a Win2k/pro
2009 Jan 06
5
Changing Matrix Header
Dear all, I have the following matrix. > dat A A A A A A A A A A [1,] 0 0 0 0 0 0 0 0 0 0 [2,] 0 0 0 0 0 0 0 0 0 1 [3,] 0 0 0 0 0 0 0 0 0 2 How can I change it into: [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [1,] 0 0 0 0 0 0 0 0 0 0 [2,] 0 0 0 0 0 0 0 0 0 1
2013 Mar 05
3
Simulate binary correlated data
Dear R experts, I am trying to simulate correlated binary data and have stumbled upon the following problem: With the help of "binarySimCLF" or "mvpBinaryEp" I have been able to simulate correlating binary vectors given certain mean values and a desired correlation. My problem is that these procedures do not allow you to specify the exact vector for which you want to generate
2011 Sep 15
1
Monitoring second leg being dialed?
Hello My ISP provides an FXS port to plug a handset, which can be used to make free calls to (GSM) cellphones, similar to the Billion ADSL modems: http://au.billion.com/product/voip.php My plan is to install an SIP client on a smartphone, so that when I'm travelling, I can connect to a good wifi hotspot, register with an Asterisk server at home which has an FXO card, tell Asterisk the
2005 Jul 16
2
Logitech Marble Mouse on CentOS 4
Hello there! I just bought this trackball and connected it to a CentOS 4 box. I googled on how to edit xorg.conf for the 2 scrollbuttons, and they work while using this section: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option
2010 Sep 14
1
predict(backSpline(x)): losing my marbles?
I'm sure I'm doing something completely boneheaded here, but I've used this idiom (constructing an interpolation spline and using prediction from a backSpline to find an approximation profile confidence interval) many times before and haven't hit this particular problem: r2 <- c(1.04409027570601, 1.09953936543359, 1.15498845516117, 1.21043754488875,
2003 Oct 18
2
Even Newer Patch to app_queue with skillbased strategy
I made a post a few days ago with a patch to the queue to allow you to insert a penalty value in dynamic queue adding. http://asterisk.650dialup.com Since then, I decided I would make a whole new strategy called 'skillbased' I added a new option skillmask to the Queue appl and the AddQueueMember func as well as the queues.conf basicly if the skillmask of the queuemember is