similar to: Agent Groups

Displaying 20 results from an estimated 30000 matches similar to: "Agent Groups"

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 ;
2004 Aug 27
0
ACD ringall + roundrobin
Hi all, I have a need where ACD ringall and ACD roundrobin ring strategies will be combined. Basically, ring every agent in a specified order, but whenever it times out and goes to the next agent, I still need the previous agent(s) to continue to ring. I would like to develop this extension myself as a contribution to the asterisk community. In doing this, where should I start? I've
2007 Nov 29
1
roundrobin and rrmemory with pre-defined agent order
Hi, I would like to implement a queue using a circular strategy, I mean, using roundrobin or rrmemory strategies. However, I am not able to define the order Asterisk will call the agents once a new call arrives in the queue. Seems that Asterisk will always define its order as the queues.conf file is read, and most of times this order is different from the one I want (for each queue in
2006 Jun 27
0
(no subject)
Hi, I have the same problem with the queue configuration When I receive 2 calls only 1 phone ring even if more agent's phone are free. The second call will go to an other agent only if the first call is pickup. Somebody have a solution ? This is my config file : Queue.conf [general] ; ; Global settings for call queues ; ; Persistent Members ; Store each dynamic agent in each queue
2005 Mar 16
0
Agent groups broken in queues? (do not follow strategy)
I attempted setting up a queue with agents that log in, and get called with incoming calls: Agents log in using: exten => *88,1,AgentCallbackLogin(${CALLERIDNUM}|${CALLERIDNUM}@test-sip) Calls get into the queue with: exten => 6029995654,1,Queue(test-noc|t|||60) queues.conf: [test-noc] strategy = rrmemory context = test-sip timeout = 10 retry = 4 member => Agent/@2
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
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
2005 Apr 01
7
Queues
Dear All, I've got a working asterisk installation which I need minor help from. Currently, I'm running a Sales Queue, which is answered by a selected group of people. Here are my queues.conf [sales-hotline] strategy = roundrobin timeout = 10 member = SIP/602 member = SIP/603 member = SIP/701 member = SIP/604 After calls come in, it works fine, however, I notice that even when SIP/602
2006 Jun 14
1
Realtime queue_members and penalties nost escalating (clue anyone?)
Howdy, have working realtime queues using queue_members looking something like; queuea|Local/101@context|0 queuea|Local/102@context|1 queuea|Local/103@context|10 Regardless of what strategy is used in the queues (roundrobin,rrmemory,ringall etc) it wont escalate on NOANSWER Asterisk SVN-branch-1.2-r33841 Any clues are appreciated! /Danny
2007 Jan 11
1
Problems with agent dynamic login
Hi folks, I'm running asterisk 1.2.10 and I need to use agent dynamic login. I read some doc and follow some tutorials but the agents can't login into the queue. Asterisk ask to me to dial the password agent and after this, it doesn't do nothing ( it doesn't tell login ok or login incorrect..). In the * console if I do show agents, any agent are logged. Any help will be
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
2004 Jun 24
1
Dead air on 7960 sip at start of call.
Hi, Despite much searching, I can't find anything quite like the problem we seem to be experiencing with our recently activated asterisk pbx. Of four people answering several calls per five minutes, I have reports of the occasional call starting with dead air. The user picks up the call from the queue, and they can hear that the line is too quiet. If they start talking, the caller either
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 28
1
A problem with queues
Hello, I am implementing a small call center with 1 to 4 agents. For some reason I don't understand, if an agent is busy, and it is his/her turn in the queue round, asterisk gives an "all destinations are busy" message and hangs up the call. Agents are SIP lines registered with an audiocodes MP108FXS which registers each line independently. Ringing strategy is RoundRobin (most of
2005 May 25
0
Attended Transfer failing with Agents
using CVS HEAD :) Some config snippets: extensions.conf: [from-ip] exten => 51,1,Dial(SIP/1301,20,t) exten => 52,1,Queue(ddi831,t) exten => 53,1,Queue(marketing,t) [internal] exten => _13XX,1,Dial(SIP/${EXTEN},20,Tt) queues.conf: [ddi831] strategy=roundrobin timeout=10 announce-frequency=0 announce-holdtime=no member => SIP/1301 [marketing] strategy=roundrobin timeout=10
2005 May 17
1
Agent Login/Logout
This may be a stupid question, but I couldn't find anything on the wiki about it or on google. I have about 5 agents in my call center. I want them to login using agentcallbacklogin. The reason being is that I don't get so many inbound calls. We mostly make outbound calls. Therefore, during the times where we don't get calls, I want my agents to manually dial out. When calls
2008 Jan 28
2
Dial agent channel - busy
Hi, when I'm trying to call the following extension exten => 6002,1,Verbose(1|Extension 6002) exten => 6002,n,Dial(Agent/6002) exten => 6002,n,Hangup() the call is terminated and I get the following warning from asterisk: app_dial.c:1106 dial_exec_full: Unable to create channel of type 'Agent' (cause 17 - User busy) When calling the agent with Dial(SIP/6002) no problem
2004 Jul 14
5
ACD Issues
Alright, folks. I just deployed * into full production at my office. We have around 50 7905's, 5 7940's, and a handful of soft clients. We run a call center with around 15 agents. I also have a queue set up for the receptionists so that they don't get bombarded with calls. Everything seems to be working with a very few minor glitches. I firmly believe that the few problems we are
2006 Mar 30
0
Wrong extension indicated when logging in as agent
Hi, I am not sure if this is a bug in FOP (Flash Operator Panel), a configuration error on my part or a bug in Asterisk. I am using Asterisk 1.2.5 and Zaptel 1.2.4 on a Centos 4.2 server with Linux version 2.6.9-22-EL-i686. Kernel updates are excluded and the server has been updated using 'yum -y update'. Okay here is the scenario: I am using AgentCallBackLogin as an extension in my
2003 Aug 08
3
queue / agent documentation
We're moving a somewhat complicated call center over to an Asterisk system, and I'm looking for documentation on queue/agent configuration. So far I haven't found anything on the Digium or Asterisk websites, and I was hoping that someone could point me in the right direction. Thanks, Devon