similar to: ACD Bug with AddQueueMember Stable

Displaying 20 results from an estimated 2000 matches similar to: "ACD Bug with AddQueueMember Stable"

2005 Feb 24
0
Queue Questions
I am having a problem with the Call Queue Feature. If I let a user into the Queue prior to an agent being available for them to take the call, they experience the following: 1) they hear that they are the first in line 2) when the agent finally logs in (the caller on hold in the queue is sent to the users phone) 3) the AGENT is still in the login phase hearing that they are "successfully
2007 Feb 13
3
AgentCallBackLogin vs AddQueueMember
I am developing an ACD front end using Asterisk 1.2.14. I heard that AgentCallBackLogin will be deprecated in future version of *. Is this true? If it is, how can I use AddQueueMember to replace AgentCallBackLogin? I mean to login an agent in multiple queues at once. I have multiple queues and a lot of agents defined in queues.conf and agents.conf. Each agent may login more than one queue. It
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
2004 Sep 30
1
Queue Setup almost got it
Check my reply to your last post. Use SetGroup and Checkgroup before sending the call to your agents. Robert Jackson -----Original Message----- From: Henry Devito [mailto:hdevito@qwest.net] Sent: Thursday, September 30, 2004 10:09 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Queue Setup almost got it Ok I think I have the queue
2008 Sep 02
4
AgentCallbackLogin AddQueueMember
Hi i have problem with AddQueueMember logic. I need login Agent(Member) in asterisk. use this option: for example: AddQueueMember(queuetest,SIP/ekiga,10,,Agent/13) and now i want to call to this Agent: exten => _1XX,1,Dial(Agent/${EXTEN:1}) call to 113 and asterisk should call to Agent => 13 on interface SIP/ekiga. This doesn't work, How can i do this on Asterisk 1.4(not
2007 Aug 20
3
Queues with Dynanic Users (BUG?)
I am running r79979 of Asterisk Trunk, and I am having problems trying to use app_queue.so. I want to use the extension 510 to be a line where users can call technical support. Extensions 511 and 512 are used by the operators to dynamically make themselves a Queue Member or not. So, operators call 511, and they should get added to the Queue as a Queue member. When users call 510 then, it
2004 Sep 30
2
Queue Setup
Hi, I am on my next venture now, Need to set up 3 queues. I would like these setup using the agentcallbacklogin. Does anyone have an example of this? I have looked through the wiki , but all that did was confuse me. One of the problems I'm having is how do I configure my extensions.conf to dial the agentcallbacklogin -------------- next part -------------- An HTML attachment was
2006 Dec 04
0
Addqueuemember and roaming users problem.
Hi, I'm having hard time to emulate agencallbacklogin. Agent can logon and receive call without any problem using addqueuemember. The problem comes when I try to evaluate their performance using queuemetrics. Here is an exemple of my log script: ;Agent Login exten => _60XXX,1,Macro(agentLogin) [macro-agentlogin] exten => standard,1,AddQueueMember(queue1) exten =>
2004 Oct 01
1
Agent Login Problems
See comments below. Henry Devito wrote: > Here's the problem. When I call 555 to login, it asks for the agent ID > which I enter as 501, it asks for the password which I enter as 1234, > then it asks for the extension I dial 501 It then says that extension is > not valid. What am I missing? Of course 501 is valid I can make and > take calls from it now. > > >
2004 Dec 02
1
Agent Login "Play a file"
Good Day list, Anyone know if there is a way to have the AgentCallBackLogin function play a voice file after the agent picks up the phone? If this is not an available feature, any ideas on the difficulty in making this feature? Example: Extensions.conf exten?=>?700,1,AgentCallbackLogin(${CALLERIDNUM}|?AnnounceCAllQue-TechSu pport?); ....... exten => s,6,Queue(queue1)
2007 Jun 07
1
AddQueueMember vs AgentCallbackLogin
Hi, I'm currently migrating to 1.4 and have problems changing deprecated AgentCallbackLogin to AddQueueMember. I have dynamic queues and dynamic agents (MySQL Realtime), and pseudo-dynamic agents.conf (with huge amount of possible agent numbers). Agent login is done trough manager API: * AgentCallbackLogin * QueueAdd In 1.4 seems AddQueueMember can do all the same, but there is no such
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 10
2
ASR & ACD
Is there any program Asterisk users use to calculate ASR and ACD ?? Thanks for any comments. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090910/af1f9656/attachment.htm
2004 May 04
5
ACD and/or CTI components for Asterisk
Is there is an open source ACD component for Asterisk? Likewise, is there an open source CTI component that will work with Asterisk? Regards, Jim O'Brien -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040504/e6ee98da/attachment.htm
2006 Jun 24
2
Asterisk ACD with Polycom IP501
Has anybody got the polycom acd function to work? I have the following setup: Debian 3.1 - 2.6.8 linux zlib-1.1.4 libpri-1.2.3 zaptel- 1.2.6 Asterisk - the bweschke/polycom_acd_funtions branch version - I get one error when doing a make install about needing a newer version of libpri and zaptel, I got the above versions from asterisk.org, are there newer version anywhere else? In the sip.conf
2005 Jan 06
2
3 site asterisk installation question
Good Day list, I have a friend who is interested in implementing an asterisk implementation at his offices. The configuration would consist of the following Site A ---- Asterisk Box With 12 incoming lines and 15 phones Extensions 101-115 Site B ---- Asterisk Box With 4 incoming lines and 7 phones Extensions 201-207 Site C ---- Asterisk Box With 4 incoming lines and 6 phones
2007 Dec 31
0
How to use AddQueueMember with IAX2 peers?
Hi all, I've been working on this for days and can't find a solution. I need to use AddQueueMember for my agent logins to my Queues -- but a number of my agents are outside the main server, which is connected to my asterisk network over IAX2. I can't just do a AddQueueMember(queuename) because it puts in a complicated member calleridnum like: IAX2/peername:65723/23 Which won't
2011 Nov 11
1
What the variable that return the IP Phone username to use it for AddQueueMember
Hi All; To simplify the the login and logout for the agent, I am looking for the variable that can be used for the AddQueueMember (in the place of the ?????? as following: exten => 100,1,AddQueueMember(CustomerSupport,${????????},1) exten => 100,2,Playback(agent-loginok) exten => 101,1,RemoveQueueMember(CustomerSupport,${??????}) exten => 102,2,Playback(agent-loggedoff) In other
2011 Feb 22
0
AddQueueMember and stateinterface question
Hi, I have missed something so I wonder if someone could explain for me? 0424449647 desktop phone 0106024647 DECT phone 0424449630 Helsingborg queue extensions.conf --------------- [support] exten => 0424449647,hint,SIP/0424449647&SIP/0106024647 exten => 0424449647,1,Dial(SIP/0424449647&SIP/0106024647,15,rtT) [inputinterior.se] exten => 0/0424449647,1,Answer() exten =>
2009 Aug 26
1
ACD, call barge, recording
Hellow, i need the following requirements with asterisk : 1) Can ACD (Automatic Call Distribution) service work with asterisk, and how to set up ACD in asterisk ? 2) How call barging can set up in asterisk ? 3) How call recording can set up in asterisk? Thanks mahboob System Engr SSL -------------- next part -------------- An HTML attachment was scrubbed... URL: