similar to: Maybe a Rehash Call Queues

Displaying 20 results from an estimated 4000 matches similar to: "Maybe a Rehash Call Queues"

2006 Jun 13
3
Queues and macros and agents
When a caller in the queue is connected to an agent, the call is placed to the extension and context specified using Agentcallbacklogin. This allows for me to add extra things to the diaplan *before* calling the agent. Now, I want to be able to use a device, rather than agents. So I can use addQueueMember and add my SIP device. However, I still want to do a couple of things before the device
2004 Aug 06
0
admin 'rehash' broken in icecast 1.3.12?
I tried admin rehash for the first time since upgrading to 1.3.12 today. The rehash took at least 30 seconds [If not longer -- I didn't time it very closely] and icecast slowly snuck up to 99% CPU usage. I tried issuing the 'alias' command just to try and get a response from the console and that never responded. [I waited about two minutes] I had the same experience both of my
2004 Aug 06
0
admin 'rehash' broken in icecast 1.3.12?
Beau D Simensen <simensen@halogen.org> writes: > I tried admin rehash for the first time since upgrading to 1.3.12 today. The > rehash took at least 30 seconds [If not longer -- I didn't time it very > closely] and icecast slowly snuck up to 99% CPU usage. I tried issuing the > 'alias' command just to try and get a response from the console and that > never
2020 Mar 28
0
[klibc:update-dash] dash: exec: Never rehash regular built-ins
Commit-ID: e8b1ed5d253922aeb880518f27312b112e360f09 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=e8b1ed5d253922aeb880518f27312b112e360f09 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sat, 19 May 2018 02:39:51 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: exec: Never
2003 Jun 12
2
Segmentation fault on "reload"
Whenever I issue the reload command, asterisk crashes. Below is the output I get from (gdb) bt Any help is appreciated. *************************************************************** *CLI> reload == Parsing '/etc/asterisk/manager.conf': Found == Parsing '/etc/asterisk/enum.conf': Found == Parsing '/etc/asterisk/rtp.conf': Not found (No such file or
2006 Jun 26
1
struggling with the "g" flag
If I have in my dialplan [AgentQ] exten => _XX.,1,Dial(Sip/{$exten},120,g) exten => _XX.,2,NoOP(here we are) where [AgentQ] is called by the queue command to a member added by addqueuemember(Local/99@AgentQ) why don't I get to the NoOp if the agent hangs up during the announcement message (to the agent) ? I see in the app_dial.c program that the "g" flag is tested thus:
2014 Feb 14
1
Centos 5.10, Firefox ESR 24.3.0, Rendering Failure
Further to my very recent concerns that <ol type="a"> gives digits. type="a" was "depreciated" in HTML 4.1. "depreciated" means to me to be of a lesser value or to be prepared it may be abandoned. It does not, in my version of English English, mean removed from the HTML specification. Therefore it should function 'normally' in modern
2007 Jun 23
0
[1060] trunk/wxruby2/swig/fixevents.rb: Include some previously missing events, rehash and simplify
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2010 Feb 23
2
Running safe_asterisk
About two weeks ago there was a thread about asterisk suddenly dying - I posted a response that the same happens to my asterisk about once a month, sometimes more. Someone suggested using 'safe_asterisk' (and get hold of a core dump) which sounds like a good idea, but one thing I can't figure is how to get "module reload app_queue" executed automatically at startup?
2003 Aug 07
1
MWI bug ?
Hi Lee, You need to specify the VM context that you are using.. so using your examples.. extensions.conf entry.. exten => 1000,1,Dial(SIP/1000,20) exten => 1000,2,Voicemail2(u1000) exten => 1000,102,Voicemail2(b1000) exten => 1000,103,Hangup should be.. exten => 1000,1,Dial(SIP/1000,20) exten => 1000,2,Voicemail2(u1000@sip) exten => 1000,102,Voicemail2(b1000@sip) exten
2006 Jun 05
3
Swap: typical rehash. Why?
I can't resist. Read the thread that was pointed to on lkml. ROTFLMAO. *Real* UNIX addressed these problems long ago. I guess the "Gurus" suffer from NIH (Not Invented Here) syndrome. Given a "general purpose" system, tunability is a must. UNIX, as delivered by USL in such examples as Sys V, had tunables that let admins tune to their needs. A single "swappiness"
2006 May 05
2
Including a single function from a package
Hello all. I'm building a package where I want to include a function from two different packages. In particular, I want to include mvrnorm and hyperg_2F1 from MASS and gsl, respectively (but the specific functions do not matter). With what I've tried after reading the "Specifying imports and exports" section from the "Writing R Extensions" manual, I get an error:
2006 Jun 14
2
AddQueueMember and Local channels
Following on from a posting yesterday from Kevin, I have the following in the dialplan: exten => 709,1,AddQueueMember(SomeQueue|Local/706@AgentQ) I am on extension 706. From the CLI: SomeQueue has 0 calls (max unlimited) in 'rrmemory' strategy (0s holdtime), W:0, C:0, A:3, SL:0.0% within 60s No Members No Callers I call 709, get a console message
2009 Sep 07
2
finding the minimum value
Hi all, I'm using a certain  procedure to calculate the value of some variable(Bayes risk),B. So I got the values B1, B2, ........, B1000, each under certain input values and using a long procedure. Now, I want to put the values I got in a nummerical vector and find their minimum value. I think c( ) should work.For example if I have only 10 values I could have used
2010 Jul 16
4
chan_local - Asterisk 1.6.2.6
Hello I just coding a AGI script for billing. - For external calls, I pass the call directly on a trunk. I do : Dial(trunk1/extension) -> OK ! - For internal calls (shortcode, others users ...) I am Dial(Local/extension at context/n) The problem is that through chan_local.so, I sound as it cut! Example if I call the voicemail ... "You have No messa ..." or "You have
2009 Oct 14
2
Queues with unavailable members
We have the possibly rather unique setup where we have cell phones posing as SIP devices. The SIP registration for those unfortunately doesn't go away just because the phone is off, since the registration is done by our cell-phone<=>SIP gateway, and that gateway has no way of knowing whether the phone is on or off. This is usually ok, but it gets problematic if the cell phone is a
2013 Nov 22
1
Use of 'by' function with FUN=mean
Hi everybody I'm having some unexpected errors from the 'by' function when using it to apply the mean function (by a factor) to a dataframe of numerical variables. The following piece of toy code demonstrates: myDataF<-warpbreaks myDataF$X<-runif(54) # creating an additional numerical variable in warpbreaks for purposes of this demo
2010 May 07
3
Getting presence working in 1.6.2
I am running asterisk 1.6.2.6 and have configured hints for our extensions and have a couple of Aastra 6755i test phones. The phones register fine but 'core show hints' shows the lines as idle even if they are in use. I read the wiki and see mention about needing to set call-limit in asterisk 1.4 but that has been depreciated in 1.6 so what is the way it should be done in 1.6?
2003 Jun 13
1
Segmentation Fault ... Big problems
I am still getting a segmentation fault when I try to reload asterisk Here is the output: Asterisk Ready. *CLI> reload == Parsing '/etc/asterisk/manager.conf': Found == Parsing '/etc/asterisk/enum.conf': Found == Parsing '/etc/asterisk/rtp.conf': Not found (No such file or directory) == RTP Allocating from port range 5000 -> 31000 -- Reloading module
2014 Jun 25
1
Asterisk 12 and chan_local
I am migrating my app to Asterisk12 and pjsip, but I cannot find chan_local, what happened?