This page last changed on Sep 26, 2012 by wikibot.
QueueMemberAdded
Synopsis
Raised when a member is added to the queue.
Syntax
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
- 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
- Queue
- Location
- MemberName
- StateInterface
- Membership
- Penalty
- CallsTaken
- LastCall
- Status
- Paused
See Also
Import Version
This documentation was imported from Asterisk Version SVN-branch-11-r373804
|