[Home]

Summary:ASTERISK-24268: ${QUEUE_MEMBER(uut_queue,free)} still = 0 when agent logged in
Reporter:Steve Pitts (spitts)Labels:
Date Opened:2014-08-25 12:21:26Date Closed:2014-08-25 16:44:36
Priority:MinorRegression?
Status:Closed/CompleteComponents:Applications/app_agent_pool Applications/app_queue
Versions:12.4.0 Frequency of
Occurrence
Constant
Related
Issues:
duplicatesASTERISK-23259 Local channel agent is unavailable for 5 seconds after login
Environment:Asterisk 12.4.0-rc1 Attachments:
Description:use agentlogin dialpan app to log in an agent. Next, check variable:
{noformat}
${QUEUE_MEMBER(uut_queue,free)}
{noformat}
It is = 0. Should be 1
Comments:By: Richard Mudgett (rmudgett) 2014-08-25 12:52:29.629-0500

This appears to be a duplicate of ASTERISK-23259 unless you waited for the 5 second probation period to end.

By: Steve Pitts (spitts) 2014-08-25 16:40:28.743-0500

I think it is the same issue. When the agent state changes from UNAVAILABLE to "not in use"  ,${QUEUE_MEMBER(uut_queue,free)} = 1. This can be closed