Thanks Warren. That should do.<div><br></div><div>Regards,</div><div>Bruce<br><br><div class="gmail_quote">On Thu, Nov 4, 2010 at 2:54 PM, Warren Selby <span dir="ltr">&lt;<a href="mailto:wcselby@selbytech.com">wcselby@selbytech.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote"><div class="im">On Thu, Nov 4, 2010 at 12:56 PM, Bruce B <span dir="ltr">&lt;<a href="mailto:bruceb444@gmail.com" target="_blank">bruceb444@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
Hi Everyone,<div><br></div><div>I am doing a queue show and I can&#39;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 style="font-family:&#39;Lucida Grande&#39;,&#39;Lucida Sans Unicode&#39;,Helvetica,Verdana,Arial,Tahoma,sans-serif;font-size:12px;color:rgb(51, 51, 51);line-height:17px"><br>




</span></div><div><span style="font-family:&#39;Lucida Grande&#39;,&#39;Lucida Sans Unicode&#39;,Helvetica,Verdana,Arial,Tahoma,sans-serif;font-size:12px;color:rgb(51, 51, 51);line-height:17px">exten =&gt; 123,Answer()</span></div>




<div><span style="font-family:&#39;Lucida Grande&#39;,&#39;Lucida Sans Unicode&#39;,Helvetica,Verdana,Arial,Tahoma,sans-serif;font-size:12px;color:rgb(51, 51, 51);line-height:17px">exten =&gt; 123,n,AddQueueMember(500|Local/${CALLERID(num)}@from-internal/n)</span></div>




<div><span style="font-family:&#39;Lucida Grande&#39;,&#39;Lucida Sans Unicode&#39;,Helvetica,Verdana,Arial,Tahoma,sans-serif;font-size:12px;color:rgb(51, 51, 51);line-height:17px">exten =&gt; 123,Hangup()</span></div>
</blockquote></div><div><br>You mean the penalty?<br><br>~]# asterisk -rx &quot;core show application AddQueueMember&quot;<br><br>  -= Info about application &#39;AddQueueMember&#39; =-<br><br>[Synopsis]<br>Dynamically adds queue members<br>


<br>[Description]<br>   AddQueueMember(queuename[|interface[|penalty[|options[|membername[|state_interface]]]]]):<br>Dynamically adds interface to an existing queue.<br>If the interface is already in the queue and there exists an n+101 priority<br>


then it will then jump to this priority.  Otherwise it will return an error<br>The option string may contain zero or more of the following characters:<br>       &#39;j&#39; -- jump to +101 priority when appropriate.<br>  This application sets the following channel variable upon completion:<br>


     AQMSTATUS    The status of the attempt to add a queue member as a<br>                     text string, one of<br>           ADDED | MEMBERALREADY | NOSUCHQUEUE<br>If a device is provided in the state_interface parameter, then this will<br>


be the device which will be used to determine the device state of the<br>added queue member.<br>Example: AddQueueMember(techsupport|SIP/3000)<br> <br><br><br></div></div>Thanks,<br><font color="#888888">--Warren Selby, dCAP<br>

<a href="http://www.selbytech.com" target="_blank">http://www.selbytech.com</a><br>

<div style="display:inline"></div>
</font><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>