Click or drag to resize
QueueParamsEvent Properties

The QueueParamsEvent type exposes the following members.

Properties
  NameDescription
Public propertyAbandoned
Returns the number of abandoned calls.
Public propertyActionId
Get/Set the action id of the ManagerAction that caused this event.
(Inherited from ResponseEvent.)
Public propertyAttributes
Store all unknown (without setter) keys from manager event.
Use in default Parse method Parse(String, String)
(Inherited from ManagerEvent.)
Public propertyCalls
Returns the number of calls currently waiting in the queue.
Public propertyChannel
Get/Set the name of the channel.
(Inherited from ManagerEvent.)
Public propertyCompleted
Returns the number of completed calls.
Public propertyDateReceived
Get/Set the point in time this event was received from the Asterisk server.
Pseudo events that are not directly received from the asterisk server (for example ConnectEvent and DisconnectEvent) may return null.
(Inherited from ManagerEvent.)
Public propertyHoldtime
Returns the current average holdtime for this queue (in seconds).
Public propertyInternalActionId
Get/Set the internal action id of the ManagerAction that caused this event.
(Inherited from ResponseEvent.)
Public propertyMax
Returns the maximum number of people waiting in the queue or 0 for unlimited.
This corresponds to the maxlen setting in queues.conf.
Public propertyPrivilege
Get/Set the AMI authorization class of this event.
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.
(Inherited from ManagerEvent.)
Public propertyQueue
Get/Set the name of the queue.
Public propertyServer
Specify a server to which to send your commands (x.x.x.x or hostname).
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.
(Inherited from ManagerEvent.)
Public propertyServiceLevel
Returns the service level (in seconds) as defined by the servicelevel setting in queues.conf.
Public propertyServiceLevelPerf
Returns the ratio of calls answered within the specified service level per total completed calls (in percent).
Public propertySource
The ManagerConnection the Event was sourced from.
(Inherited from ManagerEvent.)
Public propertyStrategy
Get/Set queue strategy.
Public propertyTimestamp
Returns the timestamp for this event.
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.
(Inherited from ManagerEvent.)
Public propertyUniqueId
Get/Set the unique id of the channel.
(Inherited from ManagerEvent.)
Public propertyWeight
Returns the weight of this queue.
A queues can be assigned a 'weight' to ensure calls waiting in a higher priority queue will deliver its calls first. Only delays the lower weight queue's call if the member is also in the higher weight queue.
Top
See Also