This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!
In the Column List:
This table contains records that reflect the associations between endpoints and the login session. Whether ICON writes to this table is determined by the setting of one or more configuration options in the [filter-data] section.
Column | Data Type | P | M | F | Description |
---|---|---|---|---|---|
ID | numeric(16) | X | X | The unique, autonumbered ID of the record. This is the primary key. | |
AgentID | int | X | The DBID of the agent (Person) configuration object. This always has the same value as in the related record in the G_LOGIN_SESSION table. | ||
EndPointID | int | X | The DBID of the agent's endpoint (DN) configuration object in Configuration Server. This value is 0 for interactions originating from Interaction Server. In a SIP Cluster environment, the value for this field is 0. | ||
EndPointType | int | The type of the endpoint (DN), as specified in Configuration Server. This value is 0 for interactions originating from Interaction Server. In a SIP Cluster environment, the value for this field is 1. | |||
QueueID | int | If the association between the agent's DN and a particular queue (ACDQ) is detected, then this field contains the DBID of the Queue (DN with type ACDQ) configuration object in Configuration Server. A value of NULL indicates that no association was detected. | |||
QueueType | int | The type of the Queue (DN), as specified in Configuration Server. This field is not applicable (NULL) for interactions originating from Interaction Server. | |||
PlaceID | int | The DBID of the Place configuration object in Configuration Server, if a Place object is configured.
| |||
LoginSessionID | varchar(50) | X | The agent's login session ID (GUID). The same value as stored in G_LOGIN_SESSION.LOGINSESSIONID. | ||
State | int | X | The state of the association between the Endpoint and the Queue, in the agent's login session. May be active or terminated. If the agent logs out from a queue, with the login session not yet finished, then just the record related to the queue will be marked as terminated. One of the following values:
| ||
Type | int | X | The type of the record. One of the following values:
| ||
Created | datetime | X | The GMT-equivalent date and time when the association between endpoint (or endpoint and queue) and the agent's login session is detected. | ||
Created_ts | int | The UTC-equivalent value of the CREATED field. | |||
Created_tcode | int | A reference, derived from the value of the CREATED_TS field, to a record in the G_TIMECODE table. | |||
Terminated | datetime | The GMT-equivalent date and time when the record was terminated; that is, the date and time when the association no longer exists. | |||
Terminated_ts | int | The UTC-equivalent value of the TERMINATED field. | |||
Terminated_tcode | int | A reference, derived from the value of the TERMINATED_TS field, to a record in the G_TIMECODE table. | |||
GSYS_DOMAIN | int | Contains the data source session ID (DSS_ID) for the session that was active when the data was processed by ICON. For more information, see the description in System Fields (for DB2, Microsoft SQL Server, Oracle, or PostgreSQL, respectively). | |||
GSYS_PARTITION | int | A key that is used for partitioning. | |||
GSYS_SYS_ID | int | System ID. Reserved for future use. | |||
GSYS_SEQ | bigint | Insert Sequence. Not unique. | |||
GSYS_USEQ | bigint | Update Sequence. Not unique. | |||
GSYS_TS | datetime | Reserved | |||
GSYS_TC | int | Reserved | |||
GSYS_EXT_VCH1 | varchar(255) | A string value with the name of the media type for a 3rd Party Media interaction, as reported by Interaction Server.
| |||
GSYS_EXT_VCH2 | varchar(255) | Reserved | |||
GSYS_EXT_INT1 | int | The media type of this interaction. One of the following values:
#DICTIONARY TYPE 6 | |||
GSYS_EXT_INT2 | int | Reserved |