similar to: Queue joinempty, even after AddQueueMember

Displaying 20 results from an estimated 1000 matches similar to: "Queue joinempty, even after AddQueueMember"

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
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 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
2007 Jul 16
1
Cisco 7940 log on/off
Hi All, Anyone know if theres a way to share a Cisco 7940 between hot-desk users? My phones get their setup via SIP .cnf files, that load at boot via tftp, so I'm assuming the configs a failry static. However if I want a phone to be hot-desked, I could have different users sitting there. Is there any concept of "logging on" in these environments? Cheers, Adrian
2008 Jan 04
2
Agents and AddQueueMember
Hi, I have callcenter running with v 1.2 with AgentCallbackLogin and now trying to move to 1.4 using the example doc, doc/queues-with-callback-members.txt. From what I understand the basic idea in the example is to 1. Authenticate a caller with VMAuthenticate 2. Get his SIP Channel number 3. Use
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
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
2008 Apr 24
1
Full queue issues
Hello everyone. I got a little problem in here: I want to set up a queue so that if anything of these happens: a) No agents logged in b) All agents busy Then the user gets diverted somewhere. I used this (for testing purposes only, of course): exten => 7080,1,Answer() exten => 7080,n,Queue(teste) exten => 7080,n,Goto(${QUEUESTATUS}) exten => 7080,n(ERROR),NoOp(${QUEUESTATUS}) exten
2005 Jan 11
1
ACD Bug with AddQueueMember Stable
Good Day again list, Encountered another problem in the ACD queue... If I use the ADDQueueMember to dynamically add members as foolows, exten => 403,1,AddQueueMember(techsupport|SIP/${CALLERIDNUM}) lets assume I called extension 403 from my extension 2204. then a caller (extension 2203) enters into the techsupport queue I am able to receive the support call on my phone (extension 2204
2007 Jun 05
1
addqueuemember recording and reporting
On 6/4/07, Jordan Novak <jnovak@logisticshealth.com> wrote: > I am having a difficult time with the transition from agentcallback login... > Here are a few of the isssues, I am logging in using chan_ local > ie:local/8000 as the extension I'm not sure if this will solve any of your problems or not, but I've found it's often necessary to use the "/n" on the
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
2009 Dec 14
1
Queue still tries to ring agent when busy
When agents are on the phone, and the CLI queue show command shows their status as busy, the queue still tries to send them calls. Running Asterisk 1.6.0.17 and using AddQueueMember to dynamically add agents. ringinuse is set to no for queue. Agents are using Polycom 430s. dialplan: exten => s,n,Queue(orders,itT,,,80) queue definition in queues.conf: [orders] maxlen=20 queue-thankyou=
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 Jan 15
3
Queue and Interface time out
We are assigning interfaces directly to our customer service queue through an application running on each agent's PC using the QueueAdd Manager API command. No agents are defined in agents.conf. Does anyone have a solution to pause or remove an interface that doesn't answer after a defined period of time? Thank you, James
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
2008 Mar 17
1
update_call_counter: Call to peer '2509' rejected due to usage limit of 1?
Hi, I am using asterisk-1.4.15, My sip configs is like [2501] type=friend username=2501 secret=2501 canreinvite=no host=dynamic dtmfmode=rfc2833 context = sip disallow=all allow=ulaw incominglimit=1 nat=1 queue.conf is like [gen-enq] joinempty = yes musiconhold = default strategy = rrmemory servicelevel = 60 timeout = 60 retry = 5 wrapuptime=5 announce-frequency = 90 announce-holdtime = yes
2007 Jun 04
1
addqueuemember recording and reporting problems
I am having a difficult time with the transition from agentcallback login... Here are a few of the isssues, I am logging in using chan_ local ie:local/8000 as the extension Call Detail records no longer show agent/xxxx as the dstchannel show agents no longer shows the channels state show queues does not show the member Can anybody help? I have a ton of time invested in applications I developed
2008 Jan 17
1
AddQueueMember and Flash Operator Panel
Hello users! Recently I read that AgentCallbackLogin is going to be deprecated soon. Wanting to set up a few callback type queues, I set them up as suggested in queues-with-callback-members.txt. I was able to set the queues up completely this way, however, I'm trying to use Flash Operator Panel (aka AsterNIC) to monitor the agents' login status. FOP monitors their status if I call
2010 Dec 26
1
Asterisk 1.8 Realtime Queue not working
I have configured my mysql database by following this link http://www.voip-info.org/wiki/view/Asterisk+RealTime+Queue The only difference is that I am using ODBC instead of MySQL with Realtime. Within extensions.conf I have the following for my queue exten => 9**2**1611,1,Answer exten => 9**2**1611,2,Queue(irock.com,tT,,,300) exten => *50,1,Answer exten =>
2005 Jul 07
1
Queues and busy agents problem
Hi I have a problem with the queues on Asterisk. The setup is Asterisk@Home v1.0 with Asterisk 1.0.7. I have 1 queue (4500) set up, with leastrecent strategy. There are no agents configured in this queue. Agents log in by dialing 4500* on their phones. All incoming calls are sent to the queue. Calls wait 120 seconds in the queue, and are then sent to voicemail extension 310. My problem is