Displaying 20 results from an estimated 90000 matches similar to: "Agent Wrap-up status"
2006 Feb 13
1
Asterisk: Agent logs into queue, and there are calls in the queue, but calls don't go to agent
Here is some dialog from the Console:
-- Starting simple switch on 'Zap/13-1'
Feb 10 07:22:36 NOTICE[21105]: chan_zap.c:6063 ss_thread: Got event 18 (Ring
Begin)...
-- Executing Goto("Zap/13-1", "mainmenu|s|1") in new stack
-- Goto (mainmenu,s,1)
-- Executing BackGround("Zap/13-1", "thank-you-for-calling-poker -support")
in new stack
2005 Jul 21
1
Queue agent wrap up time.. .any ideas?
Hello,
I'm wondering if there is any "tried and true" way of creating an agent
initiated "wrap up time". Any ideas?
Thank You,
Timothy Karl
2002 Jun 22
2
ssh-agent build failure on AIX
Hello All,
I've just attempted to build from -cvs on AIX and get the following:
$ gcc [snip] -c ssh-agent.c
ssh-agent.c: In function `main':
ssh-agent.c:975: `BSDoptarg' undeclared (first use in this function)
ssh-agent.c:975: (Each undeclared identifier is reported only once
ssh-agent.c:975: for each function it appears in.)
make: 1254-004 The error code from the last command is 1.
2005 Jan 03
2
agent with queues remain unavailable during transferred call
Hi,
I'm seeing something I'd like suggestions on:
I have a queue with agents that log in using agentcallbacklogin. The
extension that is logged in with is a Local channel. Now, if a call
comes in to the queue and is handled by an agent (in our case using
Cisco 7960 SIP phones) and transferred (attended) to another extension,
the agent remains unavailable during the remains of the call.
2009 Apr 17
2
Issues with ssh-agent connecting to a large number of hosts at once
Hi,
I'm having problems with ssh-agent when I am connecting to a large (several
hundred) hosts at once. I'm using a kanif (
http://taktuk.gforge.inria.fr/kanif/) which is a very nice package that
distributes ssh connections across the hosts you are connecting to (a
fan-out sort of approach, so all connections are not coming from one host).
However, all hosts have to authenticate, so all
2000 Oct 30
3
ssh-agent and ssh-add with openssh-2.2.0p1 on Redhat 7
Hi all,
i'm trying to figure out if i'm being silly or if there is a genuine problem.
Running on the notorious Redhat 7, 2.2.16-22 #1, X86.
[user at host]$ ssh-agent -s
SSH_AUTH_SOCK=/tmp/ssh-XXYFcFR6/agent.2101; export SSH_AUTH_SOCK;
SSH_AGENT_PID=2102; export SSH_AGENT_PID;
echo Agent pid 2102;
[user at host]$ echo $SSH_AUTH_SOCK
[user at host]$ echo $SSH_AGENT_PID
[user at host]$
2011 Feb 03
2
Queues and Agent penalty - how to go to second best agent when the first does not answer
Hi,
I've been playing with agent penalties (Asterisk 1.6.2.16). I've set up
multiple agents, and as documented agents with the lowest penalty value get
called first. The issue I have is that if the agent with the very lowest
penalty does not answer, instead of going with to the second best agent the
queue rings the same agent over and over and over again.
I've realized that
2008 Jun 13
0
[Bug 1288] ssh-add on Cygwin -- can't access ssh-agent socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1288
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> 2008-06-14 09:20:37
2020 Feb 12
1
Predictive call - agent talking to a customer, then suddenly talking to another customer
Hi all
Asterisk 13 instance - I've got a situation in an agent queue that an agent
will be talking to one person, then suddenly the same agent will be talking
to another person who was talking to another agent.
The calls do not switch around between the two agents, the "losing" agent
will just suddenly have silence in his handset and the other agent will now
be talking to
2006 Dec 26
2
Agent presence
Hi guys!
We have a call centre that has been moved across from an old Ericsson
MD110 PABX to an Asterisk server with those in the call centre using
X-Lite as their softphone.
I'm trying to get Agent presence configured so that X-Lite gives the
operators a visual indicator of their status - logged on, off and on
"pause". I'm using chan_agent for the agents, so agents are
2005 Mar 16
0
Agent groups broken in queues? (do not follow strategy)
I attempted setting up a queue with agents that log in, and
get called with incoming calls:
Agents log in using:
exten => *88,1,AgentCallbackLogin(${CALLERIDNUM}|${CALLERIDNUM}@test-sip)
Calls get into the queue with:
exten => 6029995654,1,Queue(test-noc|t|||60)
queues.conf:
[test-noc]
strategy = rrmemory
context = test-sip
timeout = 10
retry = 4
member => Agent/@2
2020 Feb 14
1
Predictive call - agent talking to a customer, then suddenly talking to another customer
Hi, do you have NAT between Asterisk and agent phones?
S pozdravem
Tomáš Holý
Hi Tomas
Thanks for replying.
Yes, the phones are in one location in a LAN and are then NATed to enable them to contact the Asterisk which is hosted in the cloud.
A typical sip.conf phone configuration on the remote server for the site is
[general]
session-timers=refuse
disallow=all
allow=g729:20
allow=ulaw
2006 Mar 01
1
Agents, queues and Pentalties
List,
I've got 2 queues with 10 agents in both queues. One of the agents is mainly responsible for queue_1, and the others mainly for queue_2 so i've
defined the following in my queues.conf
[queue_1]
strategy=ringall
member=>Agent/1,2
member=>Agent/2,1
member=>Agent/3,1
member=>Agent/4,1
[queue_2]
strategy=ringall
member=>Agent/1,1
member=>Agent/2,2
2018 Jul 12
2
SSH Agent Forwarding Not Working
Hi,
I know this might be the most asked question, so I've done anything
possible to troubleshoot the problem myself, but still, my SSH Agent
Forwarding is not working for me.
The best troubleshooting guide that I found, and also the one I've
been using, is the ssh forwarding guide on github -
https://help.github.com/articles/using-ssh-agent-forwarding
I've checked all things there,
2005 Jul 27
0
Agent penalties and busy status
Hi all,
When implementing a queue using members like this:
[queue]
strategy => rrmemory
member => Agent/1000,1
member => Agent/1001,1
member => Agent/1002,2
member => Agent/1003,2
member => Agent/1004,2
And you call into the queue, agents 1000 and 1001 will ring in an alternating
fashion until one of them answers it. You might have seen my question coming
already, so I
2011 May 13
0
Unknown Agent Status on DAHDI
Hi Guys:
I am very new in Asterisk Queue, so may be i'm doing wrong somewhere.
I have Asterisk 1.8.3.3 and Dahdi 2.4.1.2.
I defined some agent's on Asterisk Queue, and the problem is that the agent
is allways on UNKNOWN status, so Asterisk can dial to the agent even if the
agent is allready busy.
No matter if the agent is dynamic, realtime or static.
I tried with sip channels and there
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
2020 Jun 14
12
[Bug 3181] New: ssh-agent doesn't exit automatically after child program exits
https://bugzilla.mindrot.org/show_bug.cgi?id=3181
Bug ID: 3181
Summary: ssh-agent doesn't exit automatically after child
program exits
Product: Portable OpenSSH
Version: 8.0p1
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: ssh-agent
2015 Dec 16
0
vdsm / qemu agent Windows sources
Hi,
Where may I find vdsm or qemu guest agent Windows sources since I want to check how they retrieve and open their relevant channel devices ?
Thx for help.
Regards,
J.P. Ribeauville
P: +33.(0).1.47.17.20.49
.
Puteaux 3 Etage 5 Bureau 4
jpribeauville@axway.com<mailto:jpribeauville@axway.com>
http://www.axway.com<http://www.axway.com/>
P Pensez à l'environnement avant
2020 Oct 02
0
[Bug 831] Allow agent forwarding in sftp & scp
https://bugzilla.mindrot.org/show_bug.cgi?id=831
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Darren Tucker <dtucker at dtucker.net> ---
Mass close of all bugs fixed in 8.4