Displaying 20 results from an estimated 200 matches similar to: "Autologoff"
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
2007 Apr 16
2
Problem with queue
I have queue set up in realtime on Asterisk 1.4.2.
Below is the senario that is happenening ::
I have created a test queue with only one agent. Once I call the test queue the agents phone rings if the aagent is logged on. everything till here is fine.
Now if the agent does not pick up the call, the call automaticaly disconnects after 15 secs as set for the queue, till here also it is fine.
But
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
2006 Dec 06
1
Agent autologoff dynamic queue members - Brain aches please help
Hi list,
Using Asterisk 1.2.10
I am getting seriously confused by Queues and Agents.
So far I configured my queue and agents, had my agents login using
agentcallback.
Call enters queue agent gets a call, if agent doesn't answer after 20
seconds a flag is set in AstDB (thanks to: Leo Ann Boon), call is returned
to queue and the cycle continues. If the same agent doesn't
2004 Apr 23
1
Call Queues, Call groups
Is anyone successfully using call queues and call groups? If so do you have
an example configuration?
The wicki and mailing list information I found is pretty old.
Thanks!
Paul
pmahler@signate.com
2008 Dec 23
6
Dailplan code for holiday detection?
This has been on my ToDo list far too long.
I have a small call-center setup, with basic
time of day/day of week validation before putting
callers in the queues.
With the holidays upon us, I need to add check to
see if 'today' is a holiday so I do not put callers
in unmanned queues. Due to how the agents work, I have
to allow joinwhenempty.
Does anyone have a snippet of dialplan code,
2003 Aug 09
5
app_queue, fewestcalls and leastrecent logic
First of all I would like to thank Mark for getting roundrobin to go
roundrobin. Good job.
Now we have some options here for leastrecent and fewestcalls strategy. It
needs some work on the logic and Mark recommend that I ask the list and
get some input before he makes any changes to it.
fewestcalls from what I have seen would always ring the agent with the
fewestcalls first then go into
2004 Aug 24
2
call queue help
Guys I am having some serious issues with my call queue and Management
is breathing down my neck pretty bad, and I am running out of ideas.
I have a single queue for my tech support department. I originally was
using the AgentCallbackLogin for them and it tested out great on our
testing weekends, but it hasn't worked out since. It would only let one
of them take calls at a time, no matter
2005 Feb 02
8
howto answer a call in a queue
hello i need to know how to enable the feature in the agents.conf to make
the users got to press # to answer the call when is in the queue and the
agent is logged in.
at this time the call enters the queue and the agents who is logged in
only beeps once and then the call enters automatically.
can anybody help me??
TIA
Edgar
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
2006 Dec 18
1
Queue Monitor not mixing if using UNIQUEID in MONITOR_FILENAME
Hello Asterisk Users,
I guess the subject says the most of it; here goes some more
detail:
- Running Asterisk 1.2.14
- Objective: record all calls managed by a specific queue
- Name those files ${TIMESTAMP}-${CALLERIDNUM}-${UNIQUEID}
Facts:
- If the UNIQUEID chan var is used in the MONITOR_FILENAME,
before calling the Queue() application, the two legs of the call are
not
2016 Jun 17
2
Agents.conf Device_state
Hello,
I think Device State for Agents don't work correctly
My configuration:
agents.conf
[general]
[agent](!)
autologoff=15
ackcall=no
acceptdtmf=#
wrapuptime=5000
musiconhold=default
recordagentcalls=no
custom_beep=beep
[2000](agent)
fullname=Fulano
[2001](agent)
fullname=Zutano
[2002](agent)
fullname=Mengano
queue.conf (Agents Related)
member => Agent/2000
member =>
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
2009 Mar 11
2
Multiple Agent Login
Hi friends,
Do we have any way to prevent more than one Agent being logged in from the
same extension?
Also is there a way to limit an agent from logging in from more than one
extension?
I searched too much, but didn't find a solution.
Please help. Thanks in advance.
Shanavaz.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Dec 13
3
MixMonitor and Queues
Greetings, all.
I would like to record calls that are entered into queues and I'm not
quite sure how to do it. Here's how I'm currently set up:
- Call comes in and is placed into Queue #1 (which rings all phones for
15 sec).
- If call drops out of this queue, it is placed into Queue #2 (which
plays MoH until the call is picked up).
I've tinkered with MixMonitor and I have my
2007 Aug 01
1
Agent Question
Hi, All,
I have a question about agents and queues. Right now we have about 4
queues in our system. Some agents are in multiple queues. Our main
queue is for technical support and it's by far our busiest queue as
well. We have the autologoff feature set to 14 sec right now in the
agents.conf file. The problem I'm running into is we don't want people
in our sales queue (who are
2007 May 02
0
Call In queue stucks
Hello All,
I have a queue with only one agent logged in al the time, but if for some reason the agent cannot pick up the call for 2 full ring, the phone does not ring the 3rd time and all the call in the queue get stuck.
Below is my agents.conf
[general]
persistentagents=yes
multiplelogin=no
[agents]
wrapuptime=5000
musiconhold => default
updatecdr=yes
agent => 1001,4321,Agent01
While
2007 Jul 27
1
Problems with new logic being 'n' option to Queue in 1.4.9
I am experiencing a change in behaviour of my Queues in 1.4.9 vs 1.4.8.
I do not pass the 'n' option to any call to Queue() in my dialplan. Yet
since I upgraded to 1.4.9, I have occasionally seen this on my console:
-- Nobody picked up in 20000 ms
-- Exiting on time-out cycle
That log message "Exiting on time-out cycle" is exclusive to the logic in
app_queue meant to
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.
>
>
>
2006 May 23
2
Queues - Can I PAUSE an agent instead of LOGGING OUT?
Hi,
If an agent doesn't take a call.. is there some way I can PAUSE them
instead of logging them out?