similar to: Agent presence

Displaying 20 results from an estimated 3000 matches similar to: "Agent presence"

2005 Oct 15
6
ACD calls to busy agents
One of my friends is facing this problems and I could not find any solution to that. Hence this post. In her Asterisk PBX, she has programmed about 10 agents, and strategy is rrmemory. Everything works fine. When an agent has received an ACD call, another call is not presented to him as long as he is on the ACD call. However when an agent has made an outgoing call, he is still presented another
2005 Aug 12
1
PauseQueueMember and UnpauseQueueMember
Hello, Does anyone know the developer(s) of the app_queue.so application? I'm looking for the PauseQueueMember and UnpauseQueueMember features of this application for the open source version that only seem to be available on the business edition of Asterisk. Thank You, Timothy Karl tkarl@imminc.com
2006 Jan 28
3
(Un)PauseQeueMamber usage
Does anyone have an example of hoe to use these two commands? I have read he documentation, and I am still unclear on where this command goes, as part of extensions.conf or where? If someone could post a working example it would be most helpful. Regards to all, Joe
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
2006 Jan 16
2
Agents getting logged off agressively
I have a group of agents logged in to a queue that is set for ringall. The agents are set to auto logoff if they don't answer in 15 seconds incase they step away without logging out. That works fine, however, if they are on a call and a new call comes in, they are getting logged out too. The phones are ATA's connected via SIP. One thought is that the phones may be allowing a second
2005 Sep 17
2
AgentCallbackLogin and calling outside
Hi, I have a small callcenter with 3 agents who login using AgentCallbackLogin. They normally receive calls, but needs to call outside also. When they call outside, though they are busy the "show agents" shows them as available, and calls gets routed to them. How can I make them busy when they call outside. Also they also need to move out for couple of minutes or to send a mails
2006 Jan 26
0
Pause/UnpauseQueueMember
Hello all. Anybody around that is utilizing the PauseQueueMember and UnpauseQueueMember applications? Or even the AddQueueMember and RemoveQueueMember applications? I'm trying to set these applications up to function in relation to the agent number, rather than the extension the agent is at. I'm not having much luck. Anybody have any pointers or suggestions on how to get these
2007 Feb 15
1
Feeding digit input to PauseQueueMember
Hello, I'm trying to figure out how to do something that I hope is pretty easy. I have a remote phone system (Definity ProLogix) connected to my Asterisk system via a T1 cable (all onsite). I'd like to get some of these users on a queue hosted on the Asterisk. I've got it setup so that it seems to work OK (calls flow normally), but I'd like the users to be able to dial one
2005 Oct 18
2
Agent recording and muxmon
I was wanting to use the new MuxMon application to record calls - it seems to be a "nicer" way of recording than the Monitor application. However, there is a slight issue with agents - we use the recordcalls option in agents.conf to record inbound agent calls - and I believe from looking at the source code that is uses the monitor application. Is there any way to get chan_agent to
2004 Jul 16
1
Patch to test: Never say goodbye to an agent :-)
http://bugs.digium.com/bug_view_page.php?bug_id=0001693 This patch adds a lot of options for AgentLogin/AgentCallbackLogin Please test and respond in the bug tracker! /O ------------------------------------------------------------------------------------- "This patch adds quite a few new features into __login_exec () of channels/chan_agent.c for AgentLogin() and AgentCallbackLogin(). Only
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?
2006 Jan 13
1
pause between queue calls for agents
Hi, I want to setup a pause/break between calls coming from a queue to an agent. If an agent is logged in only in one queue the wrapuptime parameter works. But what can I do if the same agent is in more then one queue? I found no parameter to configure a pause after a (incomeing) call and the next call (asterisk CVS-HEAD-04 / polycom ip500 sip phones) thanks a lot for help ciao, morel
2005 Aug 18
2
Updated Patch to chan_agent.c for PREACKANNOUNCE
First, many thanks to Greg Boehnlein for his patch to chan_agent.c for adding a "preackannounce" option. I am running CVS HEAD from 2005/07/31, and the patch failed in a few hunks, since the code was refactored to add in some CASE statements where there were compound if statements before. Anyway, I have successfully updated the patch to work against head as of 3 weeks ago, and would
2006 May 22
1
A few queue questions
#1 - Is there anyway to 'cancel a wrap'? That is.. when an agent is waiting their 45 seconds or so for the next call, is there anyway to cancel that and continue taking calls? #2 - I have agents who log into multiple queues. I have them staticly assigned to all queues, but they log in with their agent ids (defined in agents.conf). It seems that they will be wrapping on queue
2003 Jun 18
1
Errors when compiling from CVS this morning
O -fPIC -c -o chan_agent.o chan_agent.c chan_agent.c: In function `login_exec': chan_agent.c:595: parse error before '<<' token chan_agent.c:602: parse error before '>>' token make[1]: *** [chan_agent.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/channels'
2010 Jan 12
2
is roundrobin and rrmemory the same meaning?
Dear all, I can't understand the diff between roundrobin and rrmemory strategy. Could you explain for me ? and is roundrobin means each available interface ring once or several times and ring another? ; A strategy may be specified. Valid strategies include: ; ; ringall - ring all available channels until one answers (default) ; roundrobin - take turns ringing each available interface ;
2005 Jun 15
1
app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)
Hi, Ive been struggling with asterisk for a few days now. I understand pretty much how it works and how to tie things together (SIP -> SIP internally works fine etc), but just cannot get asterisk to work with an X100P clone (its a Ambient MD3200, if that means anything to you guys). I have tried (initially) asterisk 1.07 with zaptel 1.07, and now Asterisk CVS-HEAD with zaptel cvs. Both give
2006 Apr 06
1
pause / unpausequeuemember
Hi, I wanted to use the same extensions for Pausing and UnPausing queue members. Is that a variable that is set up with the agent status (on call, available, not logged, paused) so that I could use it to make some logic in this extension? exten => 111,1,Set(AGENTEPARADESLOGAR=${$[AGENTBYCALLERID_${CALLERIDNUM}]}) exten => 111,2,PauseQueueMember(|Agent/${AGENTEPARADESLOGAR}) exten =>
2003 Jun 18
1
CVS Error 2003-06-19
chan_agent.c: In function `login_exec': chan_agent.c:595: parse error before '<<' token chan_agent.c:602: parse error before '>>' token make[1]: *** [chan_agent.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/channels' make: *** [subdirs] Error 1
2007 Sep 19
1
AgentCalbackLogin not loging in race condition ?
Previous mail did not go through. Following up... Carlos G Mendioroz @ 16/09/2007 13:27 -0300 dixit: > Hi, > I'm seeing a problem using AgentCallbackLogin (Asterisk 1.2.16) where > a call in queue while an agent is logging in results in the agent > getting the call without properly being logged in. > > This seems to be a race, although I've not (yet) pinpointed the code