QueueMemberRemovedEvent Properties |
The QueueMemberRemovedEvent type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Store all unknown (without setter) keys from manager event. (Inherited from ManagerEvent.)Use in default Parse method Parse(String, String) | |
CallsTaken |
The number of calls this queue member has serviced. (Inherited from AbstractQueueMemberEvent.)Available since : Asterisk 12. | |
Channel |
Get/Set the name of the channel.
(Inherited from ManagerEvent.) | |
DateReceived |
Get/Set the point in time this event was received from the Asterisk server. (Inherited from ManagerEvent.)Pseudo events that are not directly received from the asterisk server (for example ConnectEvent and DisconnectEvent) may return null. | |
InCall | (Inherited from AbstractQueueMemberEvent.) | |
Interface |
The queue member's channel technology or location. (Inherited from AbstractQueueMemberEvent.)Available since : Asterisk 12. | |
LastCall |
The time this member last took a call, expressed in seconds since 00:00, Jan 1, 1970 UTC. (Inherited from AbstractQueueMemberEvent.)Available since : Asterisk 12. | |
Location |
Returns the name of the member's interface. (Inherited from AbstractQueueMemberEvent.)E.g. the channel name or agent group. Removed since : Asterisk 12. Replaced by : Interface since Asterisk 12. | |
MemberName |
Returns the name of the member's interface. E.g. the channel name or agent group. | |
Membership |
"dynamic" if the added member is a dynamic queue member, (Inherited from AbstractQueueMemberEvent.)"realtime" if the added member is a realtime queue member, "static" if the added member is a static queue member. Available since : Asterisk 12. | |
Paused |
When queue member is paused (not accepting calls). (Inherited from AbstractQueueMemberEvent.)Evaluates if this member has been paused, if not. Available since : Asterisk 12. | |
PausedReason |
If set when paused, the reason the queue member was paused. (Inherited from AbstractQueueMemberEvent.)Available since : Asterisk 13. | |
Penalty |
The penalty associated with the queue member. When calls are distributed members with higher penalties are considered last. (Inherited from AbstractQueueMemberEvent.)Available since : Asterisk 12. | |
Privilege |
Get/Set the AMI authorization class of this event. (Inherited from ManagerEvent.)This is one or more of system, call, log, verbose, command, agent or user. Multiple privileges are separated by comma. Note: This property is not available from Asterisk 1.0 servers. | |
Queue |
The name of the queue.
(Inherited from AbstractQueueMemberEvent.) | |
Ringinuse | (Inherited from AbstractQueueMemberEvent.) | |
Server |
Specify a server to which to send your commands (x.x.x.x or hostname). (Inherited from ManagerEvent.)This should match the server name specified in your config file's "host" entry. If you do not specify a server, the proxy will pick the first one it finds -- fine in single-server configurations. | |
Source |
The ManagerConnection the Event was sourced from.
(Inherited from ManagerEvent.) | |
StateInterface |
Channel technology or location from which to read device state changes. (Inherited from AbstractQueueMemberEvent.)Available since : Asterisk 12. | |
Status |
The numeric device state status of the queue member. (Inherited from AbstractQueueMemberEvent.)
Valid status codes are:
| |
Timestamp |
Returns the timestamp for this event. (Inherited from ManagerEvent.)The timestamp property is available in Asterisk since 1.4 if enabled in manager.conf by setting timestampevents = yes. In contains the time the event was generated in seconds since the epoch. | |
UniqueId |
Get/Set the unique id of the channel.
(Inherited from ManagerEvent.) |