Polycom 3725-70003-009F Sewing Machine User Manual


 
CDR Data Reference
Proprietary & Confidential 259
The ACM Data table is available for storing additional data collected by ACM
(Application Control Mode) applications that you develop. The ACM
application is responsible for sending the collected data to the ACM manager
in the form
key:value
. See the ReadiVoice SDK for information about
developing ACM applications that can write to or read from this table.
oper_id INTEGER
Participant ID of the operator answering the
request. Set for duration events 8 and 9;
otherwise N/A.
start_time INTEGER
Start timestamp of feature in UNIX seconds.
end_time INTEGER
End timestamp of feature in UNIX seconds (set
to 0 for common events).
a. Duration events have both a start_time and end_time.
b. Common events require a start_time; end_time is always zero (0).
Table B-3 Feature Information (cdr_post_state) (continued)
Field Name Field Type Description
Table B-4 Conference End Verification (cdr_end_conf)
Field Name Field Type Description
conf_id INTEGER
Conference ID of conference that has all of its
CDRs stored in the database.
water_mark SERIAL
Available for use as a water mark for
processing.
Table B-5 ACM Data (cdr_acm_data)
Field Name Field Type Description
acm_index SERIAL Record index. Available for use as a water
mark for processing.
conf_id INTEGER Conference ID of conference from which this
ACM data was collected (indexed alone and
with part_id).
part_id INTEGER Participant ID of the participant associated with
this ACM data, if any.
start_time INTEGER Start timestamp in UNIX seconds when the
ACM data was collected.
acm_name CHAR(50) Name of ACM data. This is the
key
sent by the
ACM application.
acm_value CHAR(50) Collected ACM data. This is the
value
sent by
the ACM application.Can be blank if no data
was collected.