<div>Hi All,</div>
<div> </div>
<div>We are using Asterisk 1.2.18 in a CentOS box. Implemented a queue (maqueue) structure for handling customer calls. There are 4 queue members (85744,85766,85511,84888). These 4 members are logged in using AgentCallbackLogin application. But at some point, one of the agent&#39;s SIP phone does not ring for an incoming call to this queue. I checked the agent status and it is not in paused state. When I looked in the CLI, I couldn&#39;t see any attempt by the Asterisk to dial that particular agent. What are the possiblities for a queue member not dialed by Asterisk? This agent is defined in agents.conf, member of the queue defined in queues.conf and is not paused. The output of show agents from CLI is shown below:</div>

<div> </div>
<div>8557         (Name1) available at <a href="mailto:&#39;8557@specagentdial&#39;">&#39;8557@specagentdial&#39;</a> (musiconhold is &#39;default&#39;)<br>8545         (Name2) not logged in (musiconhold is &#39;default&#39;)<br>
8555         (Name3) available at <a href="mailto:&#39;8555@specagentdial&#39;">&#39;8555@specagentdial&#39;</a> (musiconhold is &#39;default&#39;)<br>8552         (Name4) not logged in (musiconhold is &#39;default&#39;)<br>
8551         (Name5) not logged in (musiconhold is &#39;default&#39;)<br>8541         (Name6) not logged in (musiconhold is &#39;default&#39;)<br>8444         (Name7) not logged in (musiconhold is &#39;default&#39;)<br>85577        (Name8) not logged in (musiconhold is &#39;default&#39;)<br>
85744        (Name9) available at <a href="mailto:&#39;85744@specagentdial&#39;">&#39;85744@specagentdial&#39;</a> (musiconhold is &#39;default&#39;)<br>85766        (Name10) available at <a href="mailto:&#39;85766@specagentdial&#39;">&#39;85766@specagentdial&#39;</a> (musiconhold is &#39;default&#39;)<br>
84888        (Name11) available at <a href="mailto:&#39;84888@specagentdial&#39;">&#39;84888@specagentdial&#39;</a> (musiconhold is &#39;default&#39;)<br>85511        (Name12) available at <a href="mailto:&#39;85511@specagentdial&#39;">&#39;85511@specagentdial&#39;</a> (musiconhold is &#39;default&#39;)</div>

<div> </div>
<div>The CLI message is given below:</div>
<div> </div>
<div>    -- Executing Wait(&quot;Zap/1-1&quot;, &quot;2&quot;) in new stack<br>    -- Executing Answer(&quot;Zap/1-1&quot;, &quot;&quot;) in new stack<br>    -- Executing Playback(&quot;Zap/1-1&quot;, &quot;Thankyou9800&quot;) in new stack<br>
    -- Executing Set(&quot;Zap/1-1&quot;, &quot;editeduid1=1247824046&quot;) in new stack<br>    -- Executing Set(&quot;Zap/1-1&quot;, &quot;editeduid2=897&quot;) in new stack<br>    -- Executing Set(&quot;Zap/1-1&quot;, &quot;editeduid=1247824046-897&quot;) in new stack<br>
    -- Executing Set(&quot;Zap/1-1&quot;, &quot;MONITOR_FILENAME=QMA_20090717-054744_1247824046-897&quot;) in new stack<br>    -- Executing AGI(&quot;Zap/1-1&quot;, &quot;agi_queue.sh|QMA_20090717-054744_1247824046-897|MAQ&quot;) in new stack<br>
    -- Executing Queue(&quot;Zap/1-1&quot;, &quot;maqueue|t|||180&quot;) in new stack<br>    -- Executing AGI(&quot;<a href="mailto:Local/84888@specagentdial-14bb,2">Local/84888@specagentdial-14bb,2</a>&quot;, &quot;agi_qdial.sh|84888|315362XXXX&quot;) in new stack<br>
    -- Executing AGI(&quot;<a href="mailto:Local/85744@specagentdial-beba,2">Local/85744@specagentdial-beba,2</a>&quot;, &quot;agi_qdial.sh|85744|315362XXXX&quot;) in new stack<br>    -- Executing AGI(&quot;<a href="mailto:Local/85511@specagentdial-67be,2">Local/85511@specagentdial-67be,2</a>&quot;, &quot;agi_qdial.sh|85511|315362XXXX&quot;) in new stack</div>

<div> </div>
<div>Here, from above, AGI program agi_qdial.sh which handles the dial operation does not make any attempt to dial 85766. Wondering why this is happening. The issue gets resolved only when asterisk service is restarted which is not a pretty good workaround. Any clue on this?</div>

<div> </div>
<div>Regards,</div>
<div> </div>
<div>Kurian Thayil.</div>