QueueParamsEvent Class |
Namespace: AsterNET.Manager.Event
The QueueParamsEvent type exposes the following members.
Name | Description | |
---|---|---|
QueueParamsEvent | Initializes a new instance of the QueueParamsEvent class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse |
Unknown properties parser
(Inherited from ManagerEvent.) | |
ParseSpecial |
Unknown properties parser.
(Inherited from ManagerEvent.) | |
ToString |
Convert all properties to string
(Inherited from ManagerEvent.) |
Name | Description | |
---|---|---|
Abandoned | Returns the number of abandoned calls. | |
ActionId |
Get/Set the action id of the ManagerAction that caused this event.
(Inherited from ResponseEvent.) | |
Attributes |
Store all unknown (without setter) keys from manager event. (Inherited from ManagerEvent.)Use in default Parse method Parse(String, String) | |
Calls | Returns the number of calls currently waiting in the queue. | |
Channel |
Get/Set the name of the channel.
(Inherited from ManagerEvent.) | |
Completed | Returns the number of completed calls. | |
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. | |
Holdtime | Returns the current average holdtime for this queue (in seconds). | |
InternalActionId |
Get/Set the internal action id of the ManagerAction that caused this event.
(Inherited from ResponseEvent.) | |
Max | Returns the maximum number of people waiting in the queue or 0 for unlimited. This corresponds to the maxlen setting in queues.conf. | |
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 |
Get/Set the name of the queue.
| |
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. | |
ServiceLevel | Returns the service level (in seconds) as defined by the servicelevel setting
in queues.conf.
| |
ServiceLevelPerf | Returns the ratio of calls answered within the specified service level per total completed
calls (in percent).
| |
Source |
The ManagerConnection the Event was sourced from.
(Inherited from ManagerEvent.) | |
Strategy |
Get/Set queue strategy.
| |
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.) | |
Weight |
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. |