similar to: How to manage remote agents with Queue

Displaying 20 results from an estimated 30000 matches similar to: "How to manage remote agents with Queue"

2006 Mar 01
1
Agents, queues and Pentalties
List, I've got 2 queues with 10 agents in both queues. One of the agents is mainly responsible for queue_1, and the others mainly for queue_2 so i've defined the following in my queues.conf [queue_1] strategy=ringall member=>Agent/1,2 member=>Agent/2,1 member=>Agent/3,1 member=>Agent/4,1 [queue_2] strategy=ringall member=>Agent/1,1 member=>Agent/2,2
2007 Sep 07
1
queue static agents
Hi, I setup a queue (number 4050) with one static agent (extension 4054). What I would like is that when someone calls the 4050 queue and there are neither "dynamic" agents logged in nor is the static agent 4054 "on-line" then the caller gets out of the queue and falls into another context (eg. voicemail or anything). Not "on-line" means that either the SIP
2008 Mar 27
2
callers in queue passed to agents who accept only one call at a time
I have a queue I configured as "strict" and a cron script I use to QueueAdd and QueueRemove agents according to my company's requirements. Usually I have 2 or 3 agents at a time and the ring strategy is ringall. These agents use non-open-source Windows softphones that do not let you configure it so that if they're on the phone, a second call will be rejected (agent busy).
2006 Feb 01
0
how to log agents into a queue
hi, i'm testing asterisk i would like to log some agents in a queue and see how works the system. i've added to queue.conf Code: [700] wrapuptime=0 timeout=15 strategy=ringall retry=5 queue-youarenext= queue-thereare= queue-thankyou=queue-thankyou queue-callswaiting= music=default monitor-join=yes monitor-format= maxlen=0 leavewhenempty=no joinempty=yes
2020 Jul 23
0
Queues - how to add back a agent without all other calls to agents stoping and re-starting
Hi All I have a problem with queues that I have been trying to solve for many months - the customer has now picked back up onto this and wanting a solution - any guidance, ideas or solutions welcome. This is the situation :- We have a number of agents in a ringall group, a call joins the queue and all handsets ring - great. An agent answers and handles the call - great. The call
2007 May 23
0
Realtime Queues and Agents
I am trying to configure a new server for use in a small Call Center. I want to use realtime queues and agents and after following the instructions I can get the queue to show up on the system but no agents. I am using Asterisk 1.4.4 on a CentOS 5 machine. I have this in extconfig.conf: queues => mysql,asteriskcdrdb,queue_table queue_members => mysql,asteriskcdrdb,queue_member_table I put
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
2005 Jul 20
1
Agent Penalty
Can anyone shed any light on an issue with agent penalties? I have 2 queues set up with agents working both queues, but where agent 1 should have a penalty for queue 2 and agent 2 should have a penalty for queue 1. When a call is sent to either queue, it rings agents with and without penalties at the same time. I set up a second system and cannot replicate the issue on the test system. I
2016 Nov 30
2
app_queue ringall - 2 agents answer same time problem
hi, our customer reports problem when 2 agents answer the call in the same time faster operator (device) answer the call, but the second is showed up (on device) and call is without sound asterisk 13.9/app_queue with strategy ringall/operators via Local channel with sip device (chan_sip) do you have any tips/info before i will dig deep into logs/debug? checked google&issues.asterisk.org
2007 Apr 20
2
Queue problems
Hi, I've been configuring AsteriskNOW from the GUI but could it be that the GUI isn't working properly? because when I make a queue and add a few agents, and when I call the queue none of the phones ring. The queue is also configured at "Ringall" I checked the queues.conf file and the settings matched. I also noticed that the agents I made in the GUI, that they were not written
2005 Aug 31
2
Asterisk Queues and Strategies
I was playing today with the different queueing strategies in queues.conf when I noticed the following behavior. I have 4 agents defined in a queue in queues.conf. These agents login using AgentCallbackLogin. The strategy in the queue is set to leastrecent. I place four calls into the queue and * sends only one call to the least recently used agent. If that agent does not pick up, the
2006 Nov 21
0
Callback agents without chan_agent issues (queue recording)
AgentCallBackLogin is going to be deprecated, so I've decided to emulate chan agent using AQM and RQM funcions and Local channel. I use asterisk 1.2.13 and latest 1.2.x. zapata. I used example 2 from http://www.voip-info.org/wiki/view/Agents+without+agent+channel and example from queues-with-callback-members.txt from asterisk 1.4 doc directory. My dialplan is very similar to Digium's
2009 Oct 09
0
Asterisk Queue & Agent
Hi all, I have 2 question. I have a call center queue with 5 agent; the following are the configuration files: *queue.conf* [name_of_queue] musicclass = default announce = queue-name_of_queue strategy = ringall servicelevel = 60 context = callcenter timeout = 60 retry = 5 wrapuptime=15 autopause=no maxlen = 0 announce-frequency = 60 periodic-announce-frequency=30 announce-holdtime = yes
2004 Jun 17
1
Having problems with Agents and calls going to voicemail
I am having problems with a call queue setup where voicemail seems to be getting in the way. Here's what I've found: When I have 2 users logged in as Agents (using AgentCallbackLogin) they will both ring when a new call comes in. If, for instance, one of the users makes an outgoing call and a new call comes in, the caller will get sent directly to that agents busy voicemail message. It
2006 Feb 13
1
Asterisk: Agent logs into queue, and there are calls in the queue, but calls don't go to agent
Here is some dialog from the Console: -- Starting simple switch on 'Zap/13-1' Feb 10 07:22:36 NOTICE[21105]: chan_zap.c:6063 ss_thread: Got event 18 (Ring Begin)... -- Executing Goto("Zap/13-1", "mainmenu|s|1") in new stack -- Goto (mainmenu,s,1) -- Executing BackGround("Zap/13-1", "thank-you-for-calling-poker -support") in new stack
2007 Aug 29
3
Queue Agents on Remote Asterisk server?
Hi, I have a main Asterisk server, and a server at a branch location connected via a IAX2 trunk. I want to have a queue at the main location that has people from both locations as members. I got this working, but the trouble comes when the round-robin logic selects a member at the branch office to call. If that user is unavailable, their voicemail answers the call, and the main server
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
2013 Mar 28
3
To queue or not to queue...
> Hello All, > > History ~ > I recently took a position with a call center. At the time they had > about 50 agents in a call queue. The queue was setup to ringall. The > agents use Eyebeam softphones. Everything is local lan, no routers, > everything connected via Cisco 3600 10/100 switches. > > Now we are up to about 150 agents, and I have kept everything pretty
2016 Jun 17
2
Agents.conf Device_state
Hello, I think Device State for Agents don't work correctly My configuration: agents.conf [general] [agent](!) autologoff=15 ackcall=no acceptdtmf=# wrapuptime=5000 musiconhold=default recordagentcalls=no custom_beep=beep [2000](agent) fullname=Fulano [2001](agent) fullname=Zutano [2002](agent) fullname=Mengano queue.conf (Agents Related) member => Agent/2000 member =>
2005 Sep 06
1
Queue AgentCallBackLogin
Hi All, I'm having trouble setting up a queue: I'm using AgentCallBackLogin to login in the queue, but: 1 - When an agent answer the call and another call arrive his phone rings again. 2 - When no there are no one answer the queue the system goes to voicemail of agent 1234 I'm using asterisk-1.2.0-beta1. My configuration is below, Any ideas? Many thanks, Joao Antunes