Displaying 20 results from an estimated 6000 matches similar to: "Restricting membership to a queue?"
2010 Sep 15
1
Queue member status not changing
I have an Asterisk 1.6.0.28 system, with a queue called 'marketing'. Everything appears normal, but the status of the members never changes from 'not in use', even if they are being rang or are in a call.
Members are added like so:
queue add member SIP/1406 to marketing penalty 0 as SIP/1406 state_interface SIP/1406
And they are present as a hint:
exten =>
2010 Nov 01
0
Queue Group not forwaring calls to agents
I am trying to set up Hunt Groups and I am having some issues. Here is what
I am trying to do. All my users actually register with OpenSIPS. Asterisk
is using Realtime and I have set up a MySQL View Table so that Asterisk
see's all the SIP users info that OpenSIPS has. This is what I have
configured
queues.conf
----------------------------------
[irock.com]
strategy=leastrecent
2013 May 01
1
Call "stuck" in queue
Asterisk 11.1.0
One queue with strategy=leastrecent. (Full queues.conf below.)
Occasionally (several times today), a caller will get "stuck" in the
queue - there are operators available to take the call, but the caller
stays in the queue for a long time. Any idea what might cause this, or
where I can start looking to debug it? I'm going to start digging
through the queue log
2005 Oct 10
0
Queue delay
Hi,
* queue application delays about 10 seconds to connect
to the agents.
queue.conf
-----------------------------------------------------
[general]
;monitor-format = gsm
[default]
timeout = 4
; How long do we wait before trying all the members
again?
retry=1
; Maximum number of people waiting in the queue (0 for
unlimited)
maxlen = 0
music=default
[que1]
leavewhenempty=no
music=default
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
2010 Feb 09
3
disk I/O problems with LSI Logic RAID controller
we're having a weird disk I/O problem on a 5.4 server connected to an external SAS storage with an LSI logic megaraid sas 1078.
The server is used as a samba file server.
Every time we try to copy some large file to the storage-based file system, the disk utilization see-saws up to 100% to several seconds of inactivity, to climb up again to 100% and so forth.
Here are a snip from the iostat
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
2007 Feb 23
1
SLA more than 100% ?
How does one answer more than 100% of the calls in less than 60 seconds?
techsupp has 0 calls (max 20) in 'leastrecent' strategy (104s
holdtime),
W:0, C:3, A:2, SL:166.7% within 60s
2006 May 19
1
Not joining queue when empty
Hi,
I have the following configured for my queue. However, it seems that
because I have 'memberAgents' setup people still join the queue even
when no one is logged in! How can I have agents assigned like this,
yet still not allow joining the queue if they are not logged in?
[201]
wrapuptime=60
timeout=30
strategy=leastrecent
retry=15
queue-youarenext=queue-youarenext
2010 Feb 02
0
Queue problem, ringing agents.
I'm running Asterisk 1.6.0.21 and Aastra 57i phones. I'm having an issue
with the agent phones ringing when someone is in our queue.
The first phone will ring 3 to 4 times then the call will roll over to
the next phone as expected. However, any phone after the first one will
only ring once and the wait between that phone and the next will be as
if it if ringing 3 to 4 times.
My
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 =>
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
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 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 Mar 07
0
Agents and agent counts
Hey everyone,
I have noticed a few questions close to the issue I am having but I
haven't seen any that quite match the problem I am seeing.
I have 3 queues. Some members share one queue and some are completely
separate. Some members have a higher penalty then others. I am using
addqueuememeber and removequeuemember for the login and log out and I
verify members with their password for
2008 Oct 02
1
Asterisk Queue question
When the asterisk a queue reset their counters?
I 'm talking about this kind of info in asterisk console.
>show queue 600
600 has 0 calls (max unlimited) in 'ringall' strategy (4s
holdtime), W:0, C:14, A:8, SL:0.0% within 0s
I just say that because I have a queue with strategy "Fewest Calls"
working for a couple of mouths, and a new agent has been added this
2009 Aug 27
1
how does "wrapuptime" work in queue.conf
Hi list,
I'd like to have the callers to listen to the advertisement (music on
hold) before the agents answer them. So, I have wrapuptime=10 in
queue.conf, but the call still goes straight to the agents without
delay.
Here's my queue.conf:
[general]
persistentmembers = yes
[738]
musiconhold = empty
;musiconhold = default
;announce = q-738
;strategy = ringall
strategy = rrmemory
2005 Aug 08
0
queue-hold time + weight in astersk+acd
Hello list,
There seem to be some problem with the ACD of asterisk
where when we use this parameter in queues.conf .
We could not get any announcement as expected.
Iam useing the latest CVS-head
Even weight also doesnot seem to work properly
I tried like this where we have two queues one with
100
weight and another with 200 as weight when both enter
into the queue when queue is empty when
2010 Nov 05
3
Short rings for extensions when part of the Queue
Hi Everyone,
We have three different Queues set to "leastrecent" strategy and from time
to time I hear someone complain that they receive short rings (partial ring
cycle) and since it's not their turn even if they pickup the phone the call
is not given to them since the Queue is actually hitting someone else at the
same time.
Is this short ring an indication of some sort for
2006 Feb 28
0
playing hold time announcement without queue position announcement
Greetings fellow list members,
I have what I think is a relatively simple question, but it did not
appear to be addressed on the wiki. I am trying to setup a queue so
that it plays an estimated holdtime announcement, but not a queue
position announcement. Currently my dialplan does both, and while I
know how to take out the estimated holdtime without affecting the queue
position