search for: queueholdtim

Displaying 4 results from an estimated 4 matches for "queueholdtim".

Did you mean: queueholdtime
2011 May 05
1
estimated queue hold time
Hello list, I'm looking for a way to have the estimated hold time on a queue prior to joining it. someone suggested to me to Queue() first for 1 sec, read variable QUEUEHOLDTIME, validade it and Queue() again. But as we're using real time configuration that would mean a event ENTERQUEUE and a LEAVEQUEUE too much in MySQL's queue_log any suggestions?? Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://...
2010 Feb 17
1
queue.conf - Set(MONITOR_FILENAME=${})
...ty of the member MEMBERDYNAMIC indicates if a member is dynamic or not MEMBERREALTIME indicates if a member is realtime or not or QUEUENAME name of the queue QUEUEMAX maxmimum number of calls allowed QUEUESTRATEGY the strategy of the queue; QUEUECALLS number of calls currently in the queue QUEUEHOLDTIME current average hold time QUEUECOMPLETED number of completed calls for the queue QUEUEABANDONED number of abandoned calls QUEUESRVLEVEL queue service level QUEUESRVLEVELPERF current service level performance My version of asterisk is: 1.4.23.1 Thanks ML -------------- next part ------------...
2009 Feb 17
1
What is the purpose of membermacro in queues.conf
Hi, There are 3 new settings (setinterfacevar, setqueueentryvar, setqueuevar) and membermacro settings in 1.6 queues.conf. What is the potential use of these settings? The variables set are useful, but there is no indication of the purpose they could be used? Any one with some light on potential use case of these new features? raj
2009 Feb 19
1
queue_variables() function
...e the QUEUE_VARIABLES() function? The built-in help says ---cut--- Return Queue information in variables [Description] Makes the following queue variables available. QUEUEMAX maxmimum number of calls allowed QUEUESTRATEGY the strategy of the queue QUEUECALLS number of calls currently in the queue QUEUEHOLDTIME current average hold time QUEUECOMPLETED number of completed calls for the queue QUEUEABANDONED number of abandoned calls QUEUESRVLEVEL queue service level QUEUESRVLEVELPERF current service level performance Returns 0 if queue is found and setqueuevar is defined, -1 otherwise ---cut--- How is it...