Jump to: navigation, search

In the Column List:

  • P = Primary key
  • M = Mandatory field
  • F = Foreign key

Table G_CALL


This table contains information regarding the latest state of the interaction, according to information received from either the T-Server or Interaction Server applications.

Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.

Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.

Column List

Legend

Column Data Type P M F Description
ID NUMBER(16) X X The unique, autonumbered ID of this record. This is the primary key.
CallID VARCHAR2(50) X The unique ID of the interaction. The lxnGUID.
ParentCallID VARCHAR2(50) X The ID of the parent interaction. This is primary call UUID for consultation call interactions.
MergeCallID VARCHAR2(50) X The actual call UUID of a target call, in a conference or a transfer interaction. This value may differ from that in the ParentCallID field. This value will be unspecified for multimedia interactions.
MergeType INTEGER The type of the link between this interaction and the parent interaction. This value will be unspecified for multimedia interactions. Refer to G_Dictionary Values for a listing of permissible values.


#DICTIONARY TYPE 86

ConnID VARCHAR2(50) The current connection ID. This value will be unspecified for multimedia interactions.
ConnIDnum NUMBER(20) The numeric representation of the connection ID. This value will be unspecified for multimedia interactions.
SwitchCallID INTEGER The switch-specific call ID. This value will be unspecified for multimedia interactions.
IRID VARCHAR2(50) X The reference to the entry in the interaction segments hierarchy (G_IR table).
RootIRID VARCHAR2(50) A reference to the first interaction segment in the interaction hierarchy (G_IR table).
State INTEGER The call state. One of the following values:
  • 0—unknown–Reserved.
  • 1—active–The interaction is active.
  • 2—terminated–The interaction has been terminated.


#DICTIONARY TYPE 4

CallType INTEGER The interaction's type. One of the following values:
  • 0—unknown–Reserved for cases when ICON is unable to determine the interaction's type.
  • 1—internal
  • 2—inbound
  • 3—outbound
  • 4—consult


#DICTIONARY TYPE 5

MediaType INTEGER The media type of this interaction. One of the following values:
  • 0—Unknown. Reserved for when ICON is unable to determine media type.
  • 1—Voice.
  • 2—Email.
  • 3—Chat.
  • 1000—Open Media.


#DICTIONARY TYPE 6

SwitchID INTEGER The DBID of the Switch. This value will be unspecified for interactions originating from Interaction Server.
TenantID INTEGER The DBID of the Tenant.
CallANI VARCHAR2(50) The Automatic Number Identification, as reported by the T-Server.
CallDNIS VARCHAR2(50) The directory number to which the call was made, the DNIS, as reported by the T-Server. This value will be empty for multimedia interactions.
Created TIMESTAMP(3) X The GMT-equivalent date and time when the interaction was initiated, as reported by T-Server or Interaction Server.
Created_ts INTEGER The UTC-equivalent value of the CREATED field.
Created_tcode INTEGER A reference, derived from the value of the CREATED_TS field, to a record in the G_TIMECODE table.
Terminated TIMESTAMP(3) The GMT-equivalent date and time when the interaction was terminated.
Terminated_ts INTEGER The UTC-equivalent value of the TERMINATED field.
Terminated_tcode INTEGER A reference, derived from the value of the TERMINATED_TS field, to a record in the G_TIMECODE table.
GSYS_DOMAIN INTEGER 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.
GSYS_PARTITION INTEGER A key that is used for partitioning.
GSYS_SYS_ID INTEGER System ID. Reserved for future use.
GSYS_SEQ INTEGER Insert Sequence. Not unique.
GSYS_USEQ INTEGER Update Sequence. Not unique.
GSYS_TS TIMESTAMP(3) Reserved
GSYS_TC INTEGER Reserved
GSYS_EXT_VCH1 VARCHAR2(255) A string value with the name of the media type for a 3rd Party Media interaction, as reported by Interaction Server.


When the field GSYS_EXT_INT1 indicates that this is a 3rd Party Media interaction (1000—Open Media), the stored string is the name of the media type. For example, "fax".

GSYS_EXT_VCH2 VARCHAR2(255) Reserved
GSYS_EXT_INT1 INTEGER Reserved
GSYS_EXT_INT2 INTEGER A flag indicating stuck calls:
  • 0—Indicates that the interaction should not be marked as stuck. ICON records this value upon start of call termination to prevent marking calls as stuck and to complete the processing of the interaction following the recording of related userdata in IDB.
  • 1—Indicates an interaction that has been determined as stuck.
  • NULL—The value before the processing of call termination begins.
This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!