Displaying 20 results from an estimated 2000 matches similar to: "call center: agents, queues, sip"
2006 Apr 10
5
call center running Asterisk - sound quality - critical!
Hi,
I am using Asterisk for a call center on a Dual Xeon machine..
I currently have
109 active channels
53 active calls
Every body is complaining about quality and cpu is around 80% idle.
Is there any tuning I can do???
Besides that, Asterisk normally goes down once or twice per day...
Thank you
Dov
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 11
2
call center running Asterisk - sound quality- critical!
You got to be kidding about 53 calls being recorded at sametime is an issue. I have done at least twice as many on my dual xeon 3.4Ghz system and had no problem as clients like to record every call that goes through the system. Then again, in my system, the in and out channels are mixed first before they are written to the disk.
________________________________
From:
2006 Mar 27
1
after-queues
Hi,
I have the following requirement.. after a customer is answered by a Queue, I want him to be redirected to another extensions, where an IVR would answer and ask for his opinion about the analyst who just solved his issue.
Is there a way to redirect him automatically, or do I have to ask my agents to manually transfer the users to this IVR extension?
Thank you
Dov
-------------- next part
2006 Jan 05
1
ChanSpy via external application
Hi,
I have developped an application that monitors the status of my queues through the events triggered on the Manager Interface.
This way, I can know the status of my Agent real time.
Now, I have a new requirement that I must allow a manager to click on the Agent he wants to monitor and be able to monitor the call.
My idea was to, when the user clicks on the Agent, I would Originate a call
2005 Mar 29
5
ACD queue question
I have a simple 4 person ACD queue using the AgentCallback function. No
matter what strategy I use, anytime someone calls into the queue
asterisk dials the agents in the order that they are listed in the
agents.conf file. This doesn't seem right to me, or am I wrong.
2006 Jan 16
2
cmd Dial parameters
Hi,
For the dial application, parameter g is described as
a.. g: When the called party hangs up, exit to execute more commands in the current context.
I want the following priority (or at least a priority I can jump to) to be executed anyway, it doesn't matter which party hang up. Is there a way to do so?
Thank you
Dov
-------------- next part --------------
An HTML attachment was
2006 Feb 20
3
asterisk error
Hi,
I got this message on my Asterisk messages file and after it Asterisk went down...
2006-02-18 08:13:55 WARNING[3214] ast_expr2.fl: ast_yyerror(): syntax error: syntax error, unexpected TOK_PLUS, expecting TOK_MINUS or TOK_COMPL or TOK_LP or TOKEN; Input:
+ 1
^
2006-02-18 08:13:55 WARNING[3214] ast_expr2.fl: If you have questions, please refer to doc/README.variables in the asterisk source.
2006 Jan 16
3
asterisk down because of cdr
Hello,
After 2 weeks and 4 days without a problem, Asterisk went down.
What happened is that I am using Asterisk 1.2.1 on a machine and have a MySQL for CDR on another machine.
The machine with MySQL went down and the Asterisk box was unable to connect to MySQL. This made Asterisk to go down and it was unable to restart until MySQL was back.
I know that Asterisk displays a lot of warnings, but
2006 Jan 10
1
pattern mach doubt
Hi ALL,
Is it possible to use symbols # and * in the dialplan for pattern matching?
I am doing a "follow me" dial plan, and wanted that my users could dial everything in one shot.
But, exten => 888*XXX*XXX,1,NoOp(Follow Me from XXX to XXX)
doesn't seem to work...
Thank you
Dov
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Feb 07
2
callback agents cannot transfer calls
Hi,
my situation is: incoming call goes into the queue and is picked up by
callback agent. The agent then wants to transfer the call to another
device (another SIP phone). But 'transfer' button doesn't work and '#'
button attempts to start channel monitor. Tried with both Queue(testq)
and Queue(testq,tT).
Is it meant as a feature that agents won't transfer calls at
2009 Jan 05
3
Agents, Queues and logon/logoff
Hi all
This is my first post.
As the subject says, I need to implement on my call center the Agent
functionality, son the agents could logon and logoff to the queue
How can I do this configuration? Or where can I read some info about it
Regards
Ariel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Aug 25
2
updating display of a hardphone based on agents logging in
Greetings all,
We are settng up a fair sized call center on Asterisk, but we are
having some issues with our agents not knowing if they have logged in
and logged out. Prior to beginning our migration to VoIP the agents
logged into our nortel phones and confirmation was displayed on the
phone.
My question is has anyone out there done anything from Asterisk that
can change the display on
2004 Oct 04
2
Queue/Agents problem with 1 agent
Hello. I've got 1 queue setup with 2 possible agents. Agent 1 is logged in
and awaiting a call via AgentCallback. Agent 2 has not logged in. An
outsider (caller A) calls in and is placed in the queue, cytelcs. Agent 1's
phone rings and Agent1 and A talk.
While they are talking, caller B calls in. Caller B is correctly placed in
the queue and hears music, however this shows up in asterisk
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
2006 Apr 12
2
call center running Asterisk - sound quality-critical!
Just good old monitor with no mixing onto the scsi drive.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tamas
Sent: Wednesday, April 12, 2006 4:55 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] call center running Asterisk - sound
quality-critical!
Hi,
how do
2005 Jan 18
1
Dial Plan Agents (1 of 2) agent-dialplan.conf
Well because I had sooo may problems with chan_agent.c I wrote this. I'm
releasing it under LGPL but if you use it or anything please let me know.
It'd be interesting if anyone finds this more useful than just a pile of
junk.
I've included a (working) example extensions file. SIP phones are assumed
to have the same identifier as their extension number, but it'd be trivial
to
2004 Jun 28
2
Would this work?
I am trying to implement a rollover of extensions.
exten => 3000,1,GotoIf($[${line1} = Congestion]?3:2)
exten => 3000,2,Dial(${line1},15,rt)
exten => 3000,3,GotoIf($[${line2} = Congestion]?5:4)
exten => 3000,4,Dial(${line2},15,rt)
exten => 3000,5,GotoIf($[${line3} = Congestion]?7:6)
exten => 3000,6,Dial(${line3},15,rt)
exten => 3000,7,GotoIf($[${line4} = Congestion]?1:8)
2006 Feb 21
2
Call queue design issues and suggestions
Greetings to all.
I am currently implementing call queues for a customer and have come across
several "problems".
The customer is an airline representative, and will be using call queues for
different airline reservations. The customer requires that any agent be able
to login to any number of queues. This means that queue members have to be
dynamic, not using "member =>
2005 Sep 23
2
Problems with queue and remote agents
I all.
I have configured a pair of * servers, sip connected each other
Mi problem is the following
If on the first * i configure a queue containing phone number of the second
* (i.e with a round robin strategy)
I have non problem as far as all phones are online.
If one of the remote phone number is unavailable, when the round-robin
strategy touch that phone the call is answered
by the voicemail
2011 Mar 23
1
Asterisk Queue ACD when the queues and agents has the same priority/weight
Hello,
I have three queues (F1,F2,F3) with default queue weight and three
agents (A1,A2,A2) with default agent penalty. If the three agents are
busy and tt same time a caller (C1) enter in the queue F1, and after
20 seconds a second caller (C2) enter in the queue F2. So, few seconds
later, the agent (A1) state comes to availabe. In this case the
asterisk deliveries the caller (C2) to agent (A1),