Hello,
I have an Asterisk 20.7.0 installion with 9 agents and only one queue.
The calls coming from external numbers and getting into the queue.
The problem is that there are calls in the queue waiting for minutes (I have seen calls waiting 22 minute), but no agent is ringing, even they are not in use, so there are more than one available agent to receive the call, but notthin happens.
Sometimes the operators rings normally and no call waits in the queue when an operator is available, but in the late days, the problem occurs almost every day: there are available operators to take the call, but none is ringing.
What setting might be wrong in the queue settings?
queues.conf :
[general]
monitor-type = MixMonitor
[7077]
ringinuse = no
retry=2
timeout=25
strategy=leastrecent
wrapuptime=30
announce=/var/lib/asterisk/sounds/old_service_sounds/custom/unidentified-user
autofill=yes
extensions.conf:
[7077queue]
exten =>s,1,NoOp(${CONTEXT} enter)
same =>n,agi(${SCRIPTS-DIR}/enter-queue.py)
same =>n,MixMonitor(${RECORDING-FILENAME},b)
same =>n,queue(7077,,,,,,,"operator-datas,${original_call_id}")
[operator-datas]
exten =>s,1,NoOp(${CONTEXT} enter )
same =>n,noop(channel name: ${CHANNEL} )
same =>n,noop(global call id: ${ARG1})
same =>n,agi(${SCRIPTS-DIR}/queue-agentnumber-enter.py,${ARG1})
same =>n,return()
Thank you for your help!
Edit: mistyped the queue app parameter