Displaying 20 results from an estimated 10000 matches similar to: "3 Q's about queues and agents"
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
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
2004 Apr 27
1
Queue() with H option
Has anyone used the H option for Queue() with Callback queues? I want
customers in my queues to be able to jump out to voicemail when they get
tired of waiting, but in my setup when I pretend to be a customer and
press '*' [when I am waiting in the queue] I see the message 'User hit *
to disconnect call.' but then just jump out to the outer loop where
queued callers wait to
2012 Aug 23
1
RemoveQueueMember and realtime queues
Hello,
using asterisk 1.8.11.1
using realtime queues
When trying to remove a queue member, I get the following :
-- Executing [122 at from-TESTCORP:2]
RemoveQueueMember("SIP/testcorp5-0000000c", "testcorpq1,SIP/testcorp7")
in new stack
WARNING[18788]: app_queue.c:5653 rqm_exec: Unable to remove interface
from queue 'testcorpq1': 'SIP/testcorp7' is not a
2006 Mar 31
1
Confused on Agents and Queues
Hi,
I'm confused with agents and queues in Asterisk. If I use
AddQueueMember() then "show queues" shows the agents that I have
logged into the queue... however the agent ID has to be the extension
the agent is sitting at ... kinda useless for stats tracking.
If I use AgentCallbackLogin() then "show queues" shows no agents
logged in, but it works and "show
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
2008 Jan 13
2
Question about queues and the definition and agents
Paul wrote
>
>;Pause/unpause Queue
>exten => 424,1,PauseQueueMember(|SIP/${CALLERID(num)})
>exten => 424,2,Playback(unavailable)
>exten => 424,3,Hangup
>exten => 425,1,UnPauseQueueMember(|SIP/${CALLERID(num)})
>exten => 425,2,Playback(available)
>exten => 425,3,Hangup
>
Following your suggestion and a number of postings and articles I have
2008 Mar 17
2
Order of queue member list
We just recently upgraded from Asterisk 1.2 to 1.4, and quickly noticed
a change in the behaviour of the queues--a change that we cannot live with.
We've used AddQueueMember/RemoveQueueMember to manage logging into and
out of our queues for over a year now with Asterisk 1.2, and in that
version the queue members were sorted in such a way that the person who
had been logged in the longest
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
2009 Aug 21
1
Queue Question
First off this is not my work for extensions.conf it is modified from
http://leifmadsen.wordpress.com/2009/07/15/migrating-from-agentcallbackl
ogin-to-standard-dialplan-methods-part-1/
So credit to Leif Madsen <http://www.leifmadsen.com>
But as to my question
[AgentLogin]
;A replaced version of AgentCallbackLogin() using a GoSub()
;
exten =>
2006 Jun 13
3
Queues and macros and agents
When a caller in the queue is connected to an agent, the call is placed
to the extension and context specified using Agentcallbacklogin. This
allows for me to add extra things to the diaplan *before* calling the agent.
Now, I want to be able to use a device, rather than agents. So I can use
addQueueMember and add my SIP device. However, I still want to do a
couple of things before the device
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
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
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
2008 Jan 11
2
Question about queues and the definition of agents
Hi,
I have a question about the definition of agents.
The agents.conf file looks like this:
[general]
persistentagents=yes
[agents]
maxlogintries=5
ackcall=no
wrapuptime=500
musiconhold => default
group = 1
agent => 1311,1311,Tom
agent => 1531,1531,Tim
and here is the queues.conf:
[general]
persistentmembers = yes
[queue1]
musiconhold = default
strategy = rrmemory
servicelevel = 60
2004 Jul 07
1
RE: What is the difference between queeu members and queue agents
greetings
> > I've read a lot on http://www.voip-info.org/wiki-Asterisk, but I cannot
> > understand what the difference between a queue member and queue agent is.
> Agents would be people who's job it is to answer calls. An agent logs in=20
> indicating that he's now available to take calls. Asterisk then sends calls=
> to each agent as they are free to take a
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 Nov 16
3
Queues
Hello Everyone,
I'm looking for help/ideas on how to do the following:
I have a couple of people out of many (the couple of people randomly change) who log into an "on-call" queue. A call comes in and it rings the "on-call" extensions, but no one answers. I would like the call to then try the cell-phones of just the people that are logged into the "on-call"
2006 Mar 03
1
login/logout agents in a specific queue
hi
if i have an agents that figure as a member in more than one queue,
how can i login / logout him in a specific queue an not in all queues?
2003 Sep 11
1
autologoff dynamic agents
I use a single queue for all incoming calls, and different people login at
different times to handle the calls, however, quite often, people forget to
logout again (incl me). This causes problems because eventually everyone has
gone home, and people end up sitting in the queue in-definitely...
I use this in extensions.conf
exten => 691,1,AddQueueMember(queue,${CHANNEL})
So, how can I have