similar to: ${QUEUESTATUS}

Displaying 20 results from an estimated 300 matches similar to: "${QUEUESTATUS}"

2008 Apr 24
1
Full queue issues
Hello everyone. I got a little problem in here: I want to set up a queue so that if anything of these happens: a) No agents logged in b) All agents busy Then the user gets diverted somewhere. I used this (for testing purposes only, of course): exten => 7080,1,Answer() exten => 7080,n,Queue(teste) exten => 7080,n,Goto(${QUEUESTATUS}) exten => 7080,n(ERROR),NoOp(${QUEUESTATUS}) exten
2006 Feb 09
4
Queue - check agent
I have defined 4 queue's. Is there any way to check is there any agent logged in any of those queue's? What I would like to do is to check if there is any agent in any of queue's and if there is, then I'll will transfer a call to that queue, it there isn't I would like to do something else with a call. Thank you for your time. -- Tomislav Par?ina Lama Computers Split
2007 Jul 16
1
Cisco 7940 log on/off
Hi All, Anyone know if theres a way to share a Cisco 7940 between hot-desk users? My phones get their setup via SIP .cnf files, that load at boot via tftp, so I'm assuming the configs a failry static. However if I want a phone to be hot-desked, I could have different users sitting there. Is there any concept of "logging on" in these environments? Cheers, Adrian
2007 Sep 28
1
Ringing Groups, SIP Forward and looping problem
I've a big problem with SIP forwarding back into 'ringing groups' creating what can only be described as call storms :-( I have a 'ringing groups' of SIP phones with an effective dialplan (much simplified) like so: ; Purchase ledger [ptsn_inbound] exten => _846061,1,Dial(Local/6061 at groups) .... [groups] exten =>
2007 May 17
1
Cascading Queues
Hey Everyone, Have a couple of questions here.. Scenario 1: We are working with a client that currently has one support queue with about 10 agents. They are starting to get pretty long hold times for their customers and they have requested three queues. Queue 1 will have a timeout of 4 minutes. After that it will move to Queue 2 which has a default timeout of 3 minutes. After that we will
2007 Jan 31
3
Queue Status
Hello all, I think Lee has given me a head start, but I'm still running in a circle (at least i'm in the lead). The problem is with my queues. The phones go to their own voicemail after 5 rings. That's about the same time I allow the phone to ring before trying another phone in the queue. Is there a way to tell asterisk....? If this call is coming from a queue, do not follow a
2009 May 07
1
Macro arguments on app_queue
hi list, i have a question about the args of queue: when we use Queue() app, there are some arguments than can use. help from CLI: Queue(queuename[,options[,URL[,announceoverride[,timeout[,AGI[,macro[,gosub[,rule]]]]]]]]) well.. i'm trying to identify who has taken the call on a queue, and, when agent conected, launch a macro with some args based on who takes the call i do: exten =>
2011 Mar 10
4
Asterisk queues : command to run when a call is being bridged
Hi, Is there any way to run a command (AGI script, whatever else) at that moment when the call that was in the queue is being bridged to a specific agent? An examples of what I would want to do with this is, for example, have Asterisk ask the caller for his 4 digit customer ID before being put in the Queue. Once I know who the caller is being connected to (which agent) I'd run a
2009 Feb 19
2
Not answering call when queue is full or has no members
Hello all, I'm trying to prevent answering a channel when a queue is either full or has no members. It seems I'm forced to answer a call before I call Queue() or else the audio is in the early media (which is unacceptable because of the short duration of early media on ISDN). Is there any way to let Queue() automatically answer a channel if the call is going to be placed in the
2007 Jul 30
1
Queues with logged in agents that are not reachable
Hello, I am using 1.4.8 and have a question about Queues. I noticed that if I have an agent logged in using AgentCallBackLogin and that agent is unreachable for some reason (SIP phone unplugged) calls to him/her will completely yack. For example: 1-Agent 500 is the only one logged into queue number 1. 2-A call comes into queue number 1 3-The call is pushed to agent 500 at extension 21 which is
2005 Jul 15
1
Manager API commands QueueStatus and Queues
Hello, I'm trying to write a php script that issues the QueueStatus and Queues manager API commands to Asterisk and records the returned event data into a MySQL table. On voip-info.org, I see that QueueStatus returns such things as Queue, Max, Calls, Holdtime, Completed, Abandoned, ServiceLevel, and ServiceLevelPerf. However, there are no descriptions for these values. I've tried
2006 May 22
1
Timeframe for QueueStatus values
Hello all, I've a question regarding the values "completed" and "abandoned" that are returned by the manager command "queuestatus". What is the timeframe for these values, are they counted since the last asterisk boot, or per day, or is the timeframe configurable? Thanks and Regards Markus
2009 Dec 16
3
About Asterisk Manager (C# Sharp)
Hi everyone, I'm having a trouble while developing monitoring tool for queues. I'm using C# Sharp & I follow the instruction on http://www.voip-info.org/wiki/view/Asterisk+manager+Example%3A+C+Sharp. My question is how can I get information about how many people are there waiting on queue with this asterisk manager? I want to make that every time there is a call come into the
2018 Sep 05
0
Asterisk 13.23.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.23.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.23.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release:
2018 Sep 05
0
Asterisk 15.6.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 15.6.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 15.6.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release:
2006 Jan 31
5
Queue() with timeout=0
Hello, i've recently switched over from 1.0.9 to 1.2.3. I've experienced some (to me) weird behaviour. This is the config for an example queue.conf: [654] wrapuptime=30 timeout=20 strategy=ringall retry=5 queue-youarenext=queue-youarenext queue-thereare=queue-thereare queue-thankyou=queue-thankyou queue-callswaiting=queue-callswaiting music=default monitor-join=yes monitor-format=
2010 Oct 20
5
Queue member status - BUSY
Hi, Is there a way to know if a member of a queue is currently engaged on a call? Or if a queue can return a busy status if all members are currently engaged in a call? QUEUESTATUS only returns FULL and TIMEOUT, and the scenario only falls into TIMEOUT, and has to finish the assigned number of seconds into the QUEUE CMD before it falls back to the next routine on the dialplan. Any ideas?
2008 Dec 22
2
Manager API - standardization?
Hi all, I know I'm probably stirring up a hornet's nest with this question/comment but I've spent the last few days working on a PHP-based class for the manager interface as we're preparing for a pretty big upgrade at our call center and I'm revamping all of the management apps I've written. I can connect to the manager interface and send query strings back and forth all
2007 May 05
2
Manager API Output
Hi, Is there any way that I can store my manager API output that is: My question is that is there any why using that I can get the QueueStatus and store the result in some text file for further processing. <?php $strHost = "127.0.0.1"; $strUser = "cron"; $strSecret = "1234";
2018 Dec 11
0
Asterisk 16.1.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 16.1.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 16.1.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: