similar to: Automatically unpause a paused queue memeber - bad idea?

Displaying 20 results from an estimated 1000 matches similar to: "Automatically unpause a paused queue memeber - bad idea?"

2011 May 05
1
Why is PQMSTATUS empty?
Hey all! I'm trying to do a bit of logic here so that a user only has to dial one code to pause/unpause in a queue (e.g. *0 will (un)pause depending on the users's state). My logic looks fine to me but every time ${PQMSTATUS} shows up empty. Here's the extensions.conf part.... exten => *0,1,NoOp(${PQMSTATUS}) exten => *0,n,Macro(user-callerid,SKIPTTL,) exten =>
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 =>
2007 Jul 05
1
Missing TRANSFER event in queue log when using Local Channels
Has anyone observed a problem where using Local channels with AddQueueMember results in missing TRANSFER events? Right now I'm using straight SIP channels when I call AddQueueMember(). I'm contemplating moving to Local channels because the non-state-based wrapuptime blows when you have a channel in multiple queues (they can hang up and get a call immediately so long as it's from a
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?
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
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
2009 Aug 20
1
Pause/Unpause agent based on devstate
Hi, I dont know if this is possible, but I want to pause a queue member if another member are busy in the phone. We have agents that has 2 phones and both are logged in to the same queue. I don't want the second phone to call if the first are in use. Any ideas? Magnus -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
2006 Jul 09
0
[PATCH] Fix error message of xm pause/unpause command
Hi, When I tested the xm pause/unpause command, I found poor error messages. The following is the error messages. # xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 492 1 r----- 394.6 vm1 1 512 1 r----- 3.0 # xm pause 0 Error: (22, ''Invalid argument'') # xm pause
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
2008 Jun 01
9
[Bug 16180] New: YouTube works if I occasionally pause/unpause
http://bugs.freedesktop.org/show_bug.cgi?id=16180 Summary: YouTube works if I occasionally pause/unpause Product: swfdec Version: 0.6.6 Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
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
2018 Jan 08
4
All VMs permanently 'paused'
I set up Alpine Linux as a libvirt-based KVM hypervisor last week. Everything was working beautifully on Friday. I left two Windows VMs up and running and two 'Saved' on Friday afternoon. When I go in this morning the two running ones were 'Paused' and I can't unpause them with virt-manager or with virsh. The other two saved ones I can start, but they are immediately paused
2006 Dec 14
1
Show agent queue status on the phone?
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061214/0b08bc12/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3082 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20061214/0b08bc12/smime.bin
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
2016 May 19
0
linux server a memeber of AD (with use of realm) - and samba?
On 19/05/16 17:37, lejeczek wrote: > > > On 19/05/16 16:49, Rowland penny wrote: >> On 19/05/16 15:50, lejeczek wrote: >>> fellow users >>> >>> I'd like to ask is it possible, and if yes what's the correct way to >>> configure, to have local samba (where box has joined AD with realm) >>> use that memebership in a way to have
2016 May 19
2
linux server a memeber of AD (with use of realm) - and samba?
fellow users I'd like to ask is it possible, and if yes what's the correct way to configure, to have local samba (where box has joined AD with realm) use that memebership in a way to have users from AD user catalog. I guess what I'm thinking is - how do I get those AD users that linux now being a member sees, to samba and without windbinding & whole full AD config? Kind of a:
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 ;
2013 Jul 08
1
Centos 6 + Samba 4 + Memeber server of AD 2008
Hi, I am trying to add a fresh install Centos 6 to a Windows 2008 AD like a member I follow this steps: Yum install samba 4* Then I modify smb.conf, krb5.conf and nsswitch.conf like this Smb.conf [global] workgroup = ESPECTADOR security = ADS realm = ESPECTADOR.COM.UY encrypt passwords = yes password server = serv1 idmap config *:backend = tdb idmap config *:range =
2009 Apr 13
2
Agents on asterisk
Hi! I have a question about agents in asterisk. In first place, agent login to asterisk (from the telephone) The question is: Can an agent take a break (using a function *(some number)) from the phone? Thanks to all Regards -- Ing Francisco Roqu? 3Tech SRL Plaza Paso N?92, EP B Buenos Aires, Argentina. www.3tech.com.ar