Re: [asterisk-users] Is queue Members priority supposed to show in the queue show command

2010-11-04 Thread Warren Selby
On Thu, Nov 4, 2010 at 12:56 PM, Bruce B bruceb...@gmail.com wrote:

 Hi Everyone,

 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?

 We are using this format of dialplan to login agents:

 exten = 123,Answer()
 exten = 123,n,AddQueueMember(500|Local/${CALLERID(num)}...@from-internal/n)
 exten = 123,Hangup()


You mean the penalty?

~]# asterisk -rx core show application AddQueueMember

  -= Info about application 'AddQueueMember' =-

[Synopsis]
Dynamically adds queue members

[Description]

AddQueueMember(queuename[|interface[|penalty[|options[|membername[|state_interface]):
Dynamically adds interface to an existing queue.
If the interface is already in the queue and there exists an n+101 priority
then it will then jump to this priority.  Otherwise it will return an error
The option string may contain zero or more of the following characters:
   'j' -- jump to +101 priority when appropriate.
  This application sets the following channel variable upon completion:
 AQMSTATUSThe status of the attempt to add a queue member as a
 text string, one of
   ADDED | MEMBERALREADY | NOSUCHQUEUE
If a device is provided in the state_interface parameter, then this will
be the device which will be used to determine the device state of the
added queue member.
Example: AddQueueMember(techsupport|SIP/3000)



Thanks,
--Warren Selby, dCAP
http://www.selbytech.com
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Is queue Members priority supposed to show in the queue show command

2010-11-04 Thread Bruce B
Thanks Warren. That should do.

Regards,
Bruce

On Thu, Nov 4, 2010 at 2:54 PM, Warren Selby wcse...@selbytech.com wrote:

 On Thu, Nov 4, 2010 at 12:56 PM, Bruce B bruceb...@gmail.com wrote:

 Hi Everyone,

 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?

 We are using this format of dialplan to login agents:

 exten = 123,Answer()
 exten = 123,n,AddQueueMember(500|Local/${CALLERID(num)}...@from-internal/n)
 exten = 123,Hangup()


 You mean the penalty?

 ~]# asterisk -rx core show application AddQueueMember

   -= Info about application 'AddQueueMember' =-

 [Synopsis]
 Dynamically adds queue members

 [Description]

 AddQueueMember(queuename[|interface[|penalty[|options[|membername[|state_interface]):
 Dynamically adds interface to an existing queue.
 If the interface is already in the queue and there exists an n+101 priority
 then it will then jump to this priority.  Otherwise it will return an error
 The option string may contain zero or more of the following characters:
'j' -- jump to +101 priority when appropriate.
   This application sets the following channel variable upon completion:
  AQMSTATUSThe status of the attempt to add a queue member as a
  text string, one of
ADDED | MEMBERALREADY | NOSUCHQUEUE
 If a device is provided in the state_interface parameter, then this will
 be the device which will be used to determine the device state of the
 added queue member.
 Example: AddQueueMember(techsupport|SIP/3000)



 Thanks,
 --Warren Selby, dCAP
 http://www.selbytech.com

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users