Displaying 20 results from an estimated 3000 matches similar to: "(no subject)"
2009 Oct 09
0
Asterisk Queue & Agent
Hi all,
I have 2 question.
I have a call center queue with 5 agent; the following are the configuration
files:
*queue.conf*
[name_of_queue]
musicclass = default
announce = queue-name_of_queue
strategy = ringall
servicelevel = 60
context = callcenter
timeout = 60
retry = 5
wrapuptime=15
autopause=no
maxlen = 0
announce-frequency = 60
periodic-announce-frequency=30
announce-holdtime = yes
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
2010 Jan 04
1
Some minor configuration issues with queues
Hello list !
I have some configuration issues with queues, but I'm sure they are
minor and for someone who has already configured queues it could be
trivial.
This is my queue configuration :
[VC_support_queue]
musicclass = default
strategy = ringall
timeout = 20
retry = 5
wrapuptime=15
autofill=yes
autopause=no
maxlen = 0
setinterfacevar=yes
announce-frequency = 0
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
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 15
0
queue always hangs up/skip the next agent after ringing a agent -- help!!!
Hi,
I have 1.2.9.1 installed. It always rings first available agents for 15
seconds, then rings and hangs up the next agents straight away, then
ring the next agents for 15 seconds. It goes as a loop. Any one has the
following same problem? Thanks.
Agents.conf
[general]
persistentagents=yes
[agents]
autologoff=60
wrapuptime=15000
ackcall=no
group=1
agent => 7130,7130,agent1
agent =>
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
2005 Feb 24
0
Queue Questions
I am having a problem with the Call Queue Feature.
If I let a user into the Queue prior to an agent being available for
them to take the call, they experience the following:
1) they hear that they are the first in line
2) when the agent finally logs in (the caller on hold in the
queue is sent to the users phone)
3) the AGENT is still in the login phase hearing that they are
"successfully
2010 Jul 20
0
Got SIP response 603 decline, then the call hang up
Hi to all, I have a strange behavior in my asterisk server.
I have a queue for 5 agents, the calls enter the queue an go to the agents
normally, but if I need to transfer or dial directly to an agent extension
that is already in a call, the pbx hung up the actual call (not the
transferred call).
This is what I see in the log.
Called 103
-- Agent/103 is ringing
--
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
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.
>
>
>
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 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 20
1
Agent Penalty
Can anyone shed any light on an issue with agent penalties?
I have 2 queues set up with agents working both queues, but where agent
1 should have a penalty for queue 2 and agent 2 should have a penalty
for queue 1. When a call is sent to either queue, it rings agents with
and without penalties at the same time.
I set up a second system and cannot replicate the issue on the test
system. I
2013 Jul 17
0
2 pretty irritating issues....
Hey All ~
1, queue records on fairly unreliable. I would say about 40 - 60 percent
of the queue calls are not being recorded and I'm not sure why. I don't
seem to see any kind of pattern to the failure. I've added a sample of
our queue config at the bottom.
2, cel_pgsql module seems to crash regularly. It seems every time I look
at our asterisk server, the cel_pgsql module is
2005 Jun 04
2
Zap channel not hangingup
Hi,
I am setting up a test call center using *. I am using one Zap channel
(Wildcard TDM400P REV E/F -- 4 FXO modules) for incoming call and sip
phones (SjPhone) for call agents. I have setup queues and agents. While
testing I found that if the agent presses * key in soft phone while
attending calls Zap channel gets hung up, and another customer can call.
But if the caller hangs up (for example
2006 Feb 22
0
Realtime queues with Firebird SQL through unixodbc
Hello,
I have a partially working Realtime Queue using unixODBC and Firebird. I
followed the steps on asterisk-guru and the voip-info asterisk message
boards but have been having no success.
I say that my queue is partially working because callers can join the
queue. However the calls do not go to the agents even if the agent is
not tied up and is available for calls. So the caller is stuck
2005 Feb 18
1
wrapuptime + agents.conf
hello list,
i have problem when i am useing wrapuptime with
agents.conf
my agents.conf looks like this
[agents]
autologoff=15
musiconhold => default
wrapuptime=50000
group=1
agent => 1001,4321,Mark Spencer
recordagentcalls=yes
my aim is every call needs have wrapuptime of 5000 ms
but when ever a call comes its directly connecting not
wating any more.
your views will be highly
2009 Jun 29
0
asterisk 1.4.21.2 a caller waited in queue, after connect to agent hears silence
Hi all!
My problem is that calls being placed in the queue, and are waiting
while the agents are busy, when an
agents is then free they gets connected to the agent but there is
silence (no voice).
If a caller has not to wait in the queue, there is no problem.
My agents have an iax2 client, and imcoming calls are over SIP.
queue.conf:
persistentmembers=yes
autofill=yes
ringinuse=no
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