An Information Item is a JavaBean that represents transient information in the telephony environment, such as a connection in a call, a party in a call, ACD Information, or Agent Information. The following Information Items are supported by this toolkit:
Represents a call at a specific Resource.
Represents the other party in a call for a specific ConnectionItem.
Represents an agent at a specific Resource.
Represents ACD information at a specific Resource.
Notes:
All properties of the Information Items (ConnectionItem, PartyItem, AgentItem, and ACDItem) have one or more of the following attributes:
All properties associated with a ConnectionItem are related to the information currently associated with a call at a specific Resource.
The ConnectionItem properties are:
Attributes: R, T
The name property indicates the name (telephone number) of the Resource that is the focus of this ConnectionItem. This property is the terminal property or address property of the Resource.
Attributes: R, T
The lineResource property indicates the Resource where this ConnectionItem exists.
Attributes: R, T
The dateCreated property indicates the time and date the ConnectionItem was created in relationship to the associated Resource. This time and date is different from the time and date the original call was created.
Attributes: R, T
The state property indicates the state of the Resource in the call.
Possible states are:
The state property is not valid when the state is DROPPED.
Attributes: R, T
The otherPartiesInCall property specifies the other parties in the call. This property returns a list of PartyItems.
Attributes: R, W, T
The applicationCallData property allows the application to specify application-specific information with the associated call.
This property is the same as the applicationCallData property for the KeyCallData Action and the applicationCallDataToUse property for an Action.
Attributes: R, T
The key property is the key associated with this connection.
This property is the same as the applicationCallData property for the KeyCallData Action and the applicationCallDataToUse property for an Action.
All properties associated with a PartyItem are related to the current information that is associated with the other parties in a call that are associated with a specific ConnectionItem.
The PartyItem properties are:
Attributes: R, T
The name property indicates the name (telephone number) of the party that is the focus of this PartyItem.
Attributes: R, T
The connectionItem property indicates the ConnectionItem where this PartyItem exists.
Attributes: R, T
The state property indicates the state of the Resource in the call.
Possible states are:
The state property is not valid when the state is DROPPED.
All properties associated with an AgentItem are related to the information currently associated with an ACD Agent at a specific Resource. The AgentItem properties are:
Attributes: R, T
The name property specifies the name (telephone number) of the Resource with which the agent is associated.
Attributes: R, T
The lineResource property specifies the Resource where this AgentItem exists.
Attributes: R, T
The state property indicates the state of the Resource in the call.
Possible states are:
The state property is not valid when the state is LOGGED_OUT.
Attributes: R, T
The ACD property specifies the ACD associated with this agent.
Attributes: R, T
The identifier property specifies the agent identifier associated with this agent.
Attributes: R, T
The timeInState property specifies the amount of time the agent has been in the current state.
Attributes: R, T
The activeSkills property is the list of currently active skills for this agent.
Attributes: R, T
The configuredSkills property is the list of configured skills for this agent.
Attributes: R, T
The numberOfACDAddresses property is the number of ACD addresses this agent is in.
Attributes: R, T
The numberOfPotentialCalls property is the number of calls that this agent might have to service.
All properties associated with an ACDItem are related to the information currently associated with an ACD at a specific Resource. The ACDItem properties are:
Attributes: R, T
The name property specifies the name of the ACD.
Attributes: R, T
The lineResource property specifies the Resource where this ACDItem exists.
Attributes: R, T
The numberOfLoggedInAgents property specifies the number of agents that are logged on to this ACD.
Attributes: R, T
The numberOfQueuedCalls property indicates the number of calls that are queued at this ACD.
Attributes: R, T
The oldestCall property specifies the ConnectionItem (call) that has been queued the longest at the ACD.
Attributes: R, T
The relativeLoad property indicates the relative load of the ACD.
Attributes: R, T
The waitTime property indicates the estimated waitTime for the next call to arrive at the ACD based on the load history.
All properties associated with a ForwardItem are related to the information currently associated with Forwarding features at a specific resource. The ForwardItem properties are:
Attributes: R, T
The callFilter property specifies the filter for this forward.
Attributes: R, W, T
The destination property specifies the destination for this forward.
Attributes: R, T
The lineResource property specifies the resource where this ForwardItem exists.
Attributes: R, T
The mode property specifies the state of this forward.
Attributes: R, W, T
The specificCaller property specifies the caller to which this forward will be applied.
Attributes: R, T
The type property specifies the type of this forward.