Displaying 20 results from an estimated 10000 matches similar to: "Queue problems"
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
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
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
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
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
2011 Jun 10
1
Queue not sending call to Agent
Queue not sending call to Agent
I am having an issue and i am not sure if it is a bug or a config issue. I
was originally running Asterisk 1.8.1.1 when I noticed this issue. I
upgraded to 1.8.4.2 to see if that would fix it but it didn't.
The issue is that I have a call queue and the agent dials a number to log
into the queue. When someone calls the queue the first time the call is
2003 Jun 23
5
dynamic queue channels
Hi, I'm trying to build a call center application that allows attendants
to come in the morning and dial a certain extension to make their
extension available.
I wouldn't like to use the AgentLogin app because their line would need
to stay off-hook (is this correct?)
Is there any SET channel status command that would allow me to do
something like this?
PauloHM
-------------- next
2007 Apr 11
10
Nagios asterisk monitoring
Dear list,
I am trying to configure the nagios plugin called check_sip. I just read the
README file included with the plugin. I follow the readme steps to configure
the plugin, without success. In the nagios web interface I can see (No
output!) In the status information column. If I run the chech_sip plugin
from a linux console, I get
/usr/local/nagios/libexec# ./check_sip -u
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
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 Feb 02
4
agent autologoff
Can anyone confirm that the feature listed below works? I'm using
AgentCallbackLogin and it never seems to log the agent off if they don't
answer.
/etc/asterisk/agents.conf
; Define autologoff times if appropriate. This is how long
; the phone has to ring with no answer before the agent is
; automatically logged off (in seconds)
;
autologoff=15
--
Go to
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 =>
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
2011 Nov 21
1
queue ring delay
Hi,
Does a parameter exist for a queue to delay ringing/sending a caller to all agent phones after the previous call is answered by an agent? My queue ring strategy is set to ringall. I am using Polycom KIRK wireless DECT SIP phones. And it looks like the KIRK wireless server may need a split send to realize all wireless phones are no longer ringing (busy) after 1 call rings & is unanswered,
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?
2010 Dec 25
2
Agents login
Greetings and Merry Christmas,
We're trying to implements a queue and agents login mechanism on our
Asterisk.
After going over the documentation, we're unsure if we got it right.
We wish to setup a "hotdesk" mechanism, where an agent comes to a station
with a PC & IP phone (that is defined as a sip friend user in sip.conf),
dials a certain number (agent login extension),
2007 Nov 05
2
Dynamic Queue Members - Auto Logoff
Another quick question (Spending the day trying to get this project sorted
and tucked away) If I am dynamically adding queue members, they will not
abide to settings within agents.conf will they?
Ie. I need the equivalent of Autologoff however want my agents to receive
calls when someone joins the queue, not have to sit on hold all day. I see
AgentCallbackLogin has finally been removed.
Has
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
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
2004 Aug 29
1
Empty Queues
Hi,
Is there a way to detect if the caller will be entering an agentless
queue? I'd like to be able to redirect any caller who tried to join a
queue with no logged in agents, to be redirected to the groups
voicemail. Is this possible? I know I could create a menu and an
announcement for voicemail (should the user wish to drop from the
queue); but they wouldn't know no one was taking