<div dir="ltr">Hello List, <br><br>I have a sample queue with two dynamic agents. When the first caller calls in to the system, the first agents phone starts to ring. Then another caller calls in to the queue, but the other phone doesn&#39;t start to ring until the first agents pick up his queued call. <br>

<br>I want the second call to start ringing on the second agents phone right away, since he&#39;s available. <br><br>Here&#39;s the output from the queue from the CLI: <br>kursk*CLI&gt; queue show sales<br>sales&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; has 0 calls (max unlimited) in &#39;leastrecent&#39; strategy (0s holdtime), W:0, C:0, A:0, SL:0.0% within 0s<br>

&nbsp;&nbsp; Members:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIP/1203 (dynamic) (Not in use) has taken no calls yet<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIP/1003 (dynamic) (Not in use) has taken no calls yet<br>&nbsp;&nbsp; No Callers<br><br>And here&#39;s the output from the CLI when the calls come in: <br>

&nbsp;&nbsp;&nbsp; -- Executing [726@default:1] NoOp(&quot;SIP/1303-092637d0&quot;, &quot;Sales Queue&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [726@default:2] Queue(&quot;SIP/1303-092637d0&quot;, &quot;sales|t|||1800|&quot;) in new stack<br>

&nbsp;&nbsp;&nbsp; -- Started music on hold, class &#39;default&#39;, on SIP/1303-092637d0<br>&nbsp;&nbsp;&nbsp; -- SIP/1003-0926ae50 is ringing<br>&nbsp;&nbsp;&nbsp; -- Executing [726@default:1] NoOp(&quot;SIP/1103-09279020&quot;, &quot;Sales Queue&quot;) in new stack<br>

&nbsp;&nbsp;&nbsp; -- Executing [726@default:2] Queue(&quot;SIP/1103-09279020&quot;, &quot;sales|t|||1800|&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Started music on hold, class &#39;default&#39;, on SIP/1103-09279020<br>&nbsp;&nbsp;&nbsp; -- SIP/1003-0926ae50 answered SIP/1303-092637d0<br>

&nbsp;&nbsp;&nbsp; -- Stopped music on hold on SIP/1303-092637d0<br>[Aug 15 14:01:04] ERROR[20347]: chan_sip.c:3192 update_call_counter: Call to peer &#39;1003&#39; rejected due to usage limit of 1<br>&nbsp;&nbsp;&nbsp; -- Couldn&#39;t call SIP/1003<br>

[Aug 15 14:01:04] NOTICE[20347]: cdr.c:434 ast_cdr_free: CDR on channel &#39;SIP/1003-09276ef8&#39; not posted<br>&nbsp;&nbsp;&nbsp; -- SIP/1203-09290100 is ringing<br>&nbsp; == Spawn extension (default, 726, 2) exited non-zero on &#39;SIP/1303-092637d0&#39;<br>

&nbsp;&nbsp;&nbsp; -- SIP/1203-09290100 answered SIP/1103-09279020<br>&nbsp;&nbsp;&nbsp; -- Stopped music on hold on SIP/1103-09279020<br>&nbsp; == Spawn extension (default, 726, 2) exited non-zero on &#39;SIP/1103-09279020&#39;<br><br>Has anyone seen this problem before or have a solution on it? Is it possible somehow to tell Asterisk to only send one queue&#39;d call to the Agent at the time?&nbsp; <br>

<br>Thanks,<br>Best regards, <br>Tobias<br></div>