This page last changed on Sep 26, 2012 by wikibot.

QueueMemberStatus

Synopsis

Raised when a Queue member's status has changed.

Syntax

Event: QueueMemberStatus
Queue: <value>
Location: <value>
MemberName: <value>
StateInterface: <value>
Membership: <value>
Penalty: <value>
CallsTaken: <value>
LastCall: <value>
Status: <value>
Paused: <value>
Arguments
  • Queue - The name of the queue.
  • Location - The queue member's channel technology or location.
  • MemberName - The name of the queue member.
  • StateInterface - Channel technology or location from which to read device state changes.
  • Membership
    • dynamic
    • realtime
    • static
  • Penalty - The penalty associated with the queue member.
  • CallsTaken - The number of calls this queue member has serviced.
  • LastCall - The time this member last took call, expressed in seconds since 00:00, Jan 1, 1970 UTC.
  • Status - The numeric device state status of the queue member.
    • 0 - AST_DEVICE_UNKNOWN
    • 1 - AST_DEVICE_NOT_INUSE
    • 2 - AST_DEVICE_INUSE
    • 3 - AST_DEVICE_BUSY
    • 4 - AST_DEVICE_INVALID
    • 5 - AST_DEVICE_UNAVAILABLE
    • 6 - AST_DEVICE_RINGING
    • 7 - AST_DEVICE_RINGINUSE
    • 8 - AST_DEVICE_ONHOLD
  • Paused
    • 0
    • 1

Import Version

This documentation was imported from Asterisk Version SVN-branch-11-r373804

Instead of "this will be a device state value" it might pay to either link to the page or provide the values.

Posted by zx81 at Aug 16, 2012 09:36

Listing the values makes sense. Since this is generated from the source, I'll make a JIRA issue to do that.

Posted by mjordan at Aug 16, 2012 10:36
Document generated by Confluence on Nov 02, 2012 17:42