Click or drag to resize
AbstractQueueMemberEventStatus Property
The numeric device state status of the queue member.

Valid status codes are:

  1. AST_DEVICE_UNKNOWN
  2. AST_DEVICE_NOT_INUSE
  3. AST_DEVICE_INUSE
  4. AST_DEVICE_BUSY
  5. AST_DEVICE_INVALID
  6. AST_DEVICE_UNAVAILABLE
  7. AST_DEVICE_RINGING
  8. AST_DEVICE_RINGINUSE
  9. AST_DEVICE_ONHOLD

Available since : Asterisk 12.

Namespace: AsterNET.Manager.Event
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Status { get; set; }

Property Value

Type: Int32
See Also