Displaying 20 results from an estimated 1000 matches similar to: "Manager API commands QueueStatus and Queues"
2007 Apr 09
1
${QUEUESTATUS}
There are 6 different ${QUEUESTATUS} variable values defined in asterisk
1.2, I am attempting to make sure I have a full understanting of when
they would be set;
If someone could correct errors with these definitions ot would be
appreciated;
TIMEOUT - the max time specified in the queue command elapsed, only
checked between retries so may not be 100% accurate.
FULL - the number of callers
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
2005 Jun 17
0
Queue/How to get the number of incoming calls
Hi,all,
Now,I am working at make an realtime monitor for the call center based on asterisk.
and ,I had search the archive and wiki.Through the return info from the management API,
I can get the waiting calls ,abandoned calls ,hold time, etc,but I don't know how to get
the number of incoming calls.
The info like following :
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
2004 Sep 27
1
Call Center Reporting Tools
Hello! I am new to both the list and to "*". Can someone direct me to
some documentation concerning the reporting tools available for use with
"*" as a call-center system? Specifically, things like ACD offer/taken,
wrap-time, and such? Thanks very much.
This looks like an exciting project. I'm looking forward to playing
with it!
--
Michel R Vaillancourt
Avaya
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
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";
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
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
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?
2007 Mar 14
2
Manager connection problems
I am wondering how many and how often manager connections can be setup
and torn down reasonably.
here is the scenerio...
I have 10 to 20 agents on two queues
one with priority over the other
I changed this the day before
I also implemented a php program that runs every 8 seconds on an
automatic refresh
It establishes a connection to asterisk and runs a mysql query to update
the database
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
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
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
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 =>
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
2006 Feb 22
0
Realtime queues with Firebird SQL through unixodbc
Hello,
I have a partially working Realtime Queue using unixODBC and Firebird. I
followed the steps on asterisk-guru and the voip-info asterisk message
boards but have been having no success.
I say that my queue is partially working because callers can join the
queue. However the calls do not go to the agents even if the agent is
not tied up and is available for calls. So the caller is stuck
2008 Aug 01
3
Asterisk Queues problem
Hi,
I have Asterisk 1.4.18 and I have been running call center queues on it.
Today it suddenly stopped adding inbound calls to queues. I am facing
with following error: app_queue.c:3939 queue_exec:
unable to join queue "myqueue"
In extension file:
Queue(myqueue|t|||120)
And my agents are joining in following
2012 Dec 08
2
Queue joinempty, even after AddQueueMember
Hello,
I add a member to a queue with AddQueueMember, but the Queue still
indicates "joinempty" :
Add member to queue :
/-- Executing [queueadd at sub-GetParams:2]
AddQueueMember("SIP/sip17-00005c1e", "myqueue11,member3") in new stack
-- Executing [queueadd at sub-GetParams:3] NoOp("SIP/sip17-00005c1e",
"AQMSTATUS = ADDED") in new stack/
...