Hi Everyone,<div><br></div><div>I am doing a queue show and I can't see any column that shows a queue member priority. Is there any other command that can show the member priority on the Asterisk 1.4x CLI?</div><div><br>
</div><div>We are using this format of dialplan to login agents:</div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif; font-size: 12px; color: rgb(51, 51, 51); line-height: 17px; "><br>
</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif; font-size: 12px; color: rgb(51, 51, 51); line-height: 17px; ">exten => 123,Answer()</span></div>
<div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif; font-size: 12px; color: rgb(51, 51, 51); line-height: 17px; ">exten => 123,n,AddQueueMember(500|Local/${CALLERID(num)}@from-internal/n)</span></div>
<div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif; font-size: 12px; color: rgb(51, 51, 51); line-height: 17px; ">exten => 123,Hangup()</span></div>
<div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif; font-size: 12px; color: rgb(51, 51, 51); line-height: 17px; "><br>
</span></div><div><font class="Apple-style-span" color="#333333" face="'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 12px; line-height: 17px;">^^^^ Where 500 is the English queue number and extension 123 is dial to login into Q-500</span></font></div>
<div><font class="Apple-style-span" color="#333333" face="'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 12px; line-height: 17px;"><br>
</span></font></div><div><font class="Apple-style-span" color="#333333" face="'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 12px; line-height: 17px;">The priorities don't seem to work when we use the LEASTRECENT strategy so I am suspecting my dialplan above or maybe even the priorities are not supposed to work with LEASTRECENT strategy at all?</span></font></div>
<div><font class="Apple-style-span" color="#333333" face="'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 12px; line-height: 17px;"><br>
</span></font></div><div><font class="Apple-style-span" color="#333333" face="'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 12px; line-height: 17px;">Thanks</span></font></div>