Interviewer - Server Admin > UNICOM Intelligence Interviewer - Server Admin architecture > UNICOM Intelligence Interviewer - Server Admin audit trail > Auditing telephone interviews
 
Auditing telephone interviews
The CatiInterviewSession and CatiInterviewSessionHistory tables record information about telephone interviews and are defined as follows:
CREATE TABLE (
ApplicationSessionId nvarchar(128) NOT NULL
CatiInterviewSessionStart datetime(8) NOT NULL
CatiInterviewSessionEnd datetime(8) NULL CatiInterviewSessionHistory table only
RespondentAllowsMonitoring bit(1) NOT NULL DEFAULT (1)
InterviewSessionId nvarchar(128) NULL
LastUpdated datetime(8) NOT NULL CatiInterviewSession table only
)
Columns
ApplicationSessionId
The ID for this interviewing session.
CatiInterviewSessionStart
The date and time at which this interview started.
CatiInterviewSessionEnd
The date and time at which this interview ended.
RespondentAllowsMonitoring
Whether the respondent is willing for the interview to be monitored.
InterviewSessionId
The session ID for this interview.
LastUpdated
The date and time that the record was last updated (records are updated periodically while interviews are in progress).
Flowchart showing interaction of session monitoring object model with the interview process
This flowchart shows the actions that happen during an interview and the points at which the session monitoring object modelobtains information for the audit trail.
See also
UNICOM Intelligence Interviewer - Server Admin audit trail