The User Guide contains the word call_key, which seems to be a typo and should be call_timestamp_epoch. It appears in this context:
create table call_register ( person_id int8 not null, phone_number int4, call_timestamp_epoch int8 not null, primary key (person_id, call_key) )