search for: queues

Displaying 20 results from an estimated 13971 matches for "queues".

Did you mean: queued
2007 Dec 31
1
b13 Compile error on Solaris 10 (Sparc)
All betas so far have compiled without problems on my setup, but something breaks in b13. This problem occurs with both make and gmake. Below are outputs from make and gmake. Regards, Mikkel make all-recursive Making all in src Making all in lib make all-am if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/pkgsrc/pkg/include/mysql -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
2011 Jun 10
1
Queue not sending call to Agent
...ber at blah then I can call the agent constantly without any issue. The only problem here is that when I do a "queue show" the agent shows up as "unknown" status. So when the agent is on a call and someone else calls the agent will be interrupted. This is what I have in queues.conf [irock.com] strategy=ringall ringinuse=no joinempty=yes leavewhenempty=no announce-frequency=30 min-announce-frequency=15 periodic-announce-frequency=60 announce-holdtime=yes announce-position=yes ; ("You are now first in line.") queue-youarenext = queue-youarenext ; ("There ar...
2010 Jan 04
1
Some minor configuration issues with queues
Hello list ! I have some configuration issues with queues, but I'm sure they are minor and for someone who has already configured queues it could be trivial. This is my queue configuration : [VC_support_queue] musicclass = default strategy = ringall timeout = 20 retry = 5 wrapuptime=15 autofill=yes autopause=no maxlen = 0 setinterfacevar=yes announc...
2013 Jun 26
6
[RFC] Proposed XenStore Interactions for Multi-Queue VIFs
...Interactions for Multi-Queue VIFs ======================================================================== Andrew J. Bennieston <andrew.bennieston@citrix.com> June 26 2013 Contents -------- 1. Rationale 2. Backend feature advertising 3. Frontend setup 3.1 Selecting the number of queues and the hash algorithm 3.2 Shared ring grant references and event channels 3.2.1 Ring pages 3.2.2 Event channels 4. Summary of main points 1. Rationale --------------- Network throughput through a single VIF is limited by the processing power available for a single netback kthr...
2015 Feb 23
2
Call for testing: OpenSSH 6.8
On Mon, Feb 23, 2015 at 5:27 PM, Kevin Brott <kevin.brott at gmail.com> wrote: > Just as an FYI - the whole sys/queue.h issue is impacting HP-UX 11.23 and > 11.31 as well - so we'll see how the latest fixes flush out. > > And, not to play the fool overmuch - but is there a quick howto on how > you're expecting we get the git clone pulls into a buildable state? When I
2004 Sep 17
6
Agents and Queues
I've just installed asterisk as a new phone system for our office but am having difficulty with the queues. Specifically I need a way to redirect our sales queue to voicemail when no one is logged in to the queue. I see I can use the joinonempty=no setting, however this setting doesn't work if you use the agent functionality (at least not with AgentCallbackLogin). I could, of course use the...
2010 Dec 26
1
Asterisk 1.8 Realtime Queue not working
...+-----------+-----------------+ My other realtime stuff like sipusers and vmusers works just fine. extconfig.conf ; Primary Database Connection sipusers => odbc,proxy01,sipusers,1 sippeers => odbc,proxy01,sipusers,1 voicemail => odbc,proxy01,vmusers,1 meetme => odbc,proxy01,meetme,1 queues => odbc,proxy01,queue_table,1 queue_members => odbc,proxy01,queue_member_table,1 extensions => odbc,proxy01,extensions,1 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101226/aad633ff/attach...
2006 Feb 19
1
Queue Messages now playing when caller is inside queue
Hi, I am running a 5 seater inbound call center on 1.0.9-BRIstuffed-0.2.0-RC8h and it's running well. I am now trying to upgrade it to 1.2.4. So I installed 1.2.4 from source and copied all config files from original to the new server. But when a caller lands inside the queue no queue message is getting played. The gsm files are present in proper locations, whcih I am able to play using
2007 Jul 26
7
Queue stats
Greetings, list! My boss would like some statistics on how many calls are answered out of specific queues during a given time period, and I'm not sure how exactly to obtain those stats. Here's how our queue system works. 1) Call comes in and enters our 'ring' queue where the phones ring for 15 seconds (caller hears the standard ring tone). 2) After 15 seconds, the caller falls into...
2008 Jan 11
2
Question about queues and the definition of agents
Hi, I have a question about the definition of agents. The agents.conf file looks like this: [general] persistentagents=yes [agents] maxlogintries=5 ackcall=no wrapuptime=500 musiconhold => default group = 1 agent => 1311,1311,Tom agent => 1531,1531,Tim and here is the queues.conf: [general] persistentmembers = yes [queue1] musiconhold = default strategy = rrmemory servicelevel = 60 timeout = 15 retry = 5 wrapuptime=15 maxlen = 0 announce-frequency = 90 periodic-announce-frequency=60 announce-holdtime = yes announce-round-seconds = 10 queue-youarenext = queue-youarene...
2005 Jun 22
3
combining calls from 2 queues
We have 1 queue called helpdesk and are setting up a second one called isp. The helpdesk queue is for internal support calls and isp for our ISP customer calls. Both of these queues will be directed to the same agents (helpdesk phone extensions). We want to have the separate queues for tracking purposes but the queued calls need to be ordered and answered as if there was only one queue. For example, if there are 3 calls in the helpdesk queue and 1 call in the isp queue, if a...
2004 Jul 15
1
Call Queues help
I've got the call cuing all setup and working, but im trying to get the Callswaiting,you are caller #, etc, and its not working. I have the following inthere as stated: queue-youarenext = "queue-youarenext" ("You are now first in line.") queue-thereare = "queue-thereare" ("There are") queue-callswaiting = "queue-callswaiting" ("calls
2009 Apr 22
1
Queue() Ignore Hangup Request
I saw a few posts of this problem before I could not figure out the reason I am getting it. I am running RHEL 5, Asterisk 1.4.21.2, zaptel 1.4.11 and libpri 1.4.4 Basically, if I dial into a queue and hang up the phone, Asterisk did not detect the hangup request and Asterisk will only hang up when the timer expires. There is no such problem if I do not use Queue(). Any thoughts? Here is my
2009 Aug 27
1
how does "wrapuptime" work in queue.conf
Hi list, I'd like to have the callers to listen to the advertisement (music on hold) before the agents answer them. So, I have wrapuptime=10 in queue.conf, but the call still goes straight to the agents without delay. Here's my queue.conf: [general] persistentmembers = yes [738] musiconhold = empty ;musiconhold = default ;announce = q-738 ;strategy = ringall strategy = rrmemory
2003 Jul 18
2
pf
ei tuka imam edin pf conf obache pravi mnogo nomera, kato se pusne parvoto koeto e dropva paketi, timeoutva po serverite i t.n.. i speed-a e mnogo baven, vijte ako nqkoi moje da otkrie generalna greshka da reply :) vapreki che ne e freebsd-specific :P ne sym go pisal az a i ne sam mnogo mnogo zapoznat s pf zatova ako nqkoi moje da pomogne e dobre doshyl :) btw moje i neshto ot tia opcii kato set
2013 Aug 23
0
[PATCH 2/2] VMCI: Add support for virtual IOMMU
...func(void *dest, size_t dest_offset, /* The Kernel specific component of the struct vmci_queue structure. */ struct vmci_queue_kern_if { - struct page **page; - struct page **header_page; struct mutex __mutex; /* Protects the queue. */ struct mutex *mutex; /* Shared by producer and consumer queues. */ - bool host; - size_t num_pages; + size_t num_pages; /* Number of pages incl. header. */ + bool host; /* Host or guest? */ + union { + struct { + dma_addr_t *pas; + void **vas; + } g; /* Used by the guest. */ + struct { + struct page **page; + struct page **header_page; + } h; /*...
2013 Jul 02
1
Queue questions - Asterisk 11
Hi all, I have to questions about queues. Member is a phone like SIP/myphone and only one member in the queue. At first, DIALSTATUS doesn't return any status. How to now if a call in queue has been answered or if caller just hangup? Second, how to deal with timeout, I have strange behaviors. If I put timeout=60 in queue.conf and...
2007 Sep 07
1
queue static agents
...not registered at all then when someone calls the 4050 queue, the caller goes into the queue, hears MOH and the announcement saying that he/she is in first "position". Why isn't "the queue" detecting that the static agent 4054 is actually not there? Is this behavior normal? queues.conf: [4050] announce-frequency=15 periodic-announce-frequency=0 queue-callswaiting=queue-callswaiting queue-thankyou=queue-thankyou queue-thereare=queue-thereare queue-youarenext=queue-youarenext retry=5 strategy=ringall timeout=15 periodic-announce= monitor-join=yes monitor-format= announce-hold...
2010 Jan 04
1
Realtime Queue Members Not Ringing
Hi, So I'm using Asterisk Realtime Queues and Queue members on 1.4.28. I've noticed if there are no people in the queue when a call enters, even after a queue member enters, the call is never rang to him. From the debug, it seems that Asterisk is only grabbing the queue member list upon entering the queue. And not again until anoth...
2010 Nov 01
0
Queue Group not forwaring calls to agents
...g to set up Hunt Groups and I am having some issues. Here is what I am trying to do. All my users actually register with OpenSIPS. Asterisk is using Realtime and I have set up a MySQL View Table so that Asterisk see's all the SIP users info that OpenSIPS has. This is what I have configured queues.conf ---------------------------------- [irock.com] strategy=leastrecent ringinuse=no joinempty=yes leavewhenempty=no announce-frequency=30 min-announce-frequency=15 periodic-announce-frequency=60 announce-holdtime=yes announce-position=yes ; ("You are now first i...