Polycom 3725-70003-009F 사용자 설명서

다운로드
페이지 300
ReadiVoice Administration & Maintenance Guide
252
Proprietary & Confidential
  
Informix CDR Tables 
Five Informix tables hold information from completed conferences: 
• Conference Information (cdr_post_conf) 
• Participant Information (cdr_post_part) 
• Feature Information (cdr_post_state) 
• Conference End Verification (cdr_end_conf) 
• ACM Data (cdr_acm_data) 
The tables that follow describe the contents of each Informix table. Fields in 
bold type have indexes. 
Table B-1
Conference Information (cdr_post_conf) 
Field Name
Field Type
Description
customer_id 
INTEGER 
Unique billing ID or customer reference 
number. In the CNOW database, this is 
SUBSCRIBERID from the SUBSCRIBERINFO 
table. 
conf_id
INTEGER 
Unique conference ID number. 
sub_id
SMALLINT 
Forced to zero (0). 
resv_id
INTEGER 
In the CNOW database, this is GROUPID from 
the SUBSCRIBERINFO table. 
chairperson_name
CHAR(30) 
Not applicable. 
conf_actual_start
INTEGER 
Start time of conference in UNIX seconds. 
conf_actual_end
INTEGER 
End time of conference in UNIX seconds. 
service_provider
CHAR(20) 
In the CNOW database, this is 
CARRIERNAME from the CARRIERS table. 
reservation_op_id
CHAR(6) 
Not applicable. 
participant_num
SMALLINT 
Number of actual participants who called into 
the conference. 
voting_duration
SMALLINT 
Forced to zero (0). 
q_a_duration
SMALLINT 
Forced to zero (0). 
processed
SMALLINT 
ReadiVoice sets this flag to zero (0). The 
ReadiVoice CDR purge program will delete 
CDRs that have this flag set to 1 by CDR 
fetching programs.