2 Agents statically entered using local channel – See configs
[Demo]
strategy=rrmemory
timeout=8
autofill=no
member => Local/1003@Demo/n
member => Local/1004@Demo/n
Extension dialing context
[Demo]
exten => _1004,1,Set(Group(…)
exten => _1004,n,Dial(SIP/GWLB_OUT/11234567890)
Asterisk 1.8.8.1
Sample of issue:
-- Executing [1004@Demo:3] Dial("Local/1004@Demo....)
-- Nobody picked up in 8000 ms
-- Executing [1004@Demo:3] Dial("Local/1004@Demo....)
-- Nobody picked up in 8000 ms
-- Executing [1003@Demo:3] Dial("Local/1003@Demo....)
When it is dialing the same agent the second time, Agent 1003 status shows Not In Use so its not because the agent is busy on another call. This is all in a controlled testing so there were no other random events confusing things.