similar to: A few queue questions

Displaying 20 results from an estimated 20000 matches similar to: "A few queue questions"

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
2005 Oct 15
6
ACD calls to busy agents
One of my friends is facing this problems and I could not find any solution to that. Hence this post. In her Asterisk PBX, she has programmed about 10 agents, and strategy is rrmemory. Everything works fine. When an agent has received an ACD call, another call is not presented to him as long as he is on the ACD call. However when an agent has made an outgoing call, he is still presented another
2006 Jan 13
1
pause between queue calls for agents
Hi, I want to setup a pause/break between calls coming from a queue to an agent. If an agent is logged in only in one queue the wrapuptime parameter works. But what can I do if the same agent is in more then one queue? I found no parameter to configure a pause after a (incomeing) call and the next call (asterisk CVS-HEAD-04 / polycom ip500 sip phones) thanks a lot for help ciao, morel
2007 Jul 05
1
Missing TRANSFER event in queue log when using Local Channels
Has anyone observed a problem where using Local channels with AddQueueMember results in missing TRANSFER events? Right now I'm using straight SIP channels when I call AddQueueMember(). I'm contemplating moving to Local channels because the non-state-based wrapuptime blows when you have a channel in multiple queues (they can hang up and get a call immediately so long as it's from a
2006 Dec 26
2
Agent presence
Hi guys! We have a call centre that has been moved across from an old Ericsson MD110 PABX to an Asterisk server with those in the call centre using X-Lite as their softphone. I'm trying to get Agent presence configured so that X-Lite gives the operators a visual indicator of their status - logged on, off and on "pause". I'm using chan_agent for the agents, so agents are
2006 Jan 16
2
Agents getting logged off agressively
I have a group of agents logged in to a queue that is set for ringall. The agents are set to auto logoff if they don't answer in 15 seconds incase they step away without logging out. That works fine, however, if they are on a call and a new call comes in, they are getting logged out too. The phones are ATA's connected via SIP. One thought is that the phones may be allowing a second
2006 May 23
2
Queues - Can I PAUSE an agent instead of LOGGING OUT?
Hi, If an agent doesn't take a call.. is there some way I can PAUSE them instead of logging them out?
2008 Jan 13
2
Question about queues and the definition and agents
Paul wrote > >;Pause/unpause Queue >exten => 424,1,PauseQueueMember(|SIP/${CALLERID(num)}) >exten => 424,2,Playback(unavailable) >exten => 424,3,Hangup >exten => 425,1,UnPauseQueueMember(|SIP/${CALLERID(num)}) >exten => 425,2,Playback(available) >exten => 425,3,Hangup > Following your suggestion and a number of postings and articles I have
2006 Jan 28
3
(Un)PauseQeueMamber usage
Does anyone have an example of hoe to use these two commands? I have read he documentation, and I am still unclear on where this command goes, as part of extensions.conf or where? If someone could post a working example it would be most helpful. Regards to all, Joe
2006 Mar 28
2
Agents on DND still receiving calls...
Fellow Asterisk Users, I'm running Asterisk 1.2.5, and I've configured basic call queueing using agents. The problem I'm having is that agents who are on DND are still considered (by Asterisk) to be eligible to take calls. This means that calls will hit voicemail even when other agents who are not on DND are available. Any ideas how I can make agents ineligible to receive calls
2007 Aug 21
1
Call queue problem
Hi all, We have an 8 agent support desk setup with 2 call queues running Asterisk 1.4.5. Every so often agents will receive a call from the queue that only rings once not allowing them time to answer. The call doesn't seem to be dropped, just seems to go to voicemail. The agents are also mentioning they do not receive the 30 second wrapuptime I have specified in queues.conf. We're
2007 Mar 08
2
Queue announcing hold sequence instead of hold time
Hi, We recently updated from an early Asterisk 1.2 SVN to 1.2.15 (on Debian Sarge) and the behaviour of our Call Centre queues has changed slightly. Before the upgrade, when a caller was waiting in the queue, the estimated hold time was announced as expected ("estimated hold time is less than 2 minutes ..."). Now the caller gets an announcement of their sequence in the queue
2010 Jan 12
2
is roundrobin and rrmemory the same meaning?
Dear all, I can't understand the diff between roundrobin and rrmemory strategy. Could you explain for me ? and is roundrobin means each available interface ring once or several times and ring another? ; A strategy may be specified. Valid strategies include: ; ; ringall - ring all available channels until one answers (default) ; roundrobin - take turns ringing each available interface ;
2005 Sep 17
2
AgentCallbackLogin and calling outside
Hi, I have a small callcenter with 3 agents who login using AgentCallbackLogin. They normally receive calls, but needs to call outside also. When they call outside, though they are busy the "show agents" shows them as available, and calls gets routed to them. How can I make them busy when they call outside. Also they also need to move out for couple of minutes or to send a mails
2005 Aug 12
1
PauseQueueMember and UnpauseQueueMember
Hello, Does anyone know the developer(s) of the app_queue.so application? I'm looking for the PauseQueueMember and UnpauseQueueMember features of this application for the open source version that only seem to be available on the business edition of Asterisk. Thank You, Timothy Karl tkarl@imminc.com
2010 Dec 25
2
Agents login
Greetings and Merry Christmas, We're trying to implements a queue and agents login mechanism on our Asterisk. After going over the documentation, we're unsure if we got it right. We wish to setup a "hotdesk" mechanism, where an agent comes to a station with a PC & IP phone (that is defined as a sip friend user in sip.conf), dials a certain number (agent login extension),
2005 Feb 02
8
howto answer a call in a queue
hello i need to know how to enable the feature in the agents.conf to make the users got to press # to answer the call when is in the queue and the agent is logged in. at this time the call enters the queue and the agents who is logged in only beeps once and then the call enters automatically. can anybody help me?? TIA Edgar
2016 May 03
2
Double queue calls being delivered to agents
I posted this over in asterisk-dev, realized I probably should have put it here. Hi there, We?ve been having a strange issue with a customer?s queues where a queued call will ring an available agent, agent answers, then a second or two later the agent is offered a second call which they cannot answer, since they?re already speaking with a client. This in turn causes a few issues: - Agent stats
2007 Jan 15
5
Delay in Call Distribution using the Queue Application
Hello all, we're using asterisk 1.2.12.1 in an Inbound callcenter using the queue application. If there are many calls in the queue, it sometimes takes up to 30 Seconds before a call is distributed to an agent. For example there are 10 callers in the queue, an Agent is finishing a call and it takes up to 30 seconds before his phone rings again. We're already set the
2006 Dec 18
1
Queue Monitor not mixing if using UNIQUEID in MONITOR_FILENAME
Hello Asterisk Users, I guess the subject says the most of it; here goes some more detail: - Running Asterisk 1.2.14 - Objective: record all calls managed by a specific queue - Name those files ${TIMESTAMP}-${CALLERIDNUM}-${UNIQUEID} Facts: - If the UNIQUEID chan var is used in the MONITOR_FILENAME, before calling the Queue() application, the two legs of the call are not