Data Structure of recording_log

  Asterisk, GoAutoDial, VICIDIAL

recording_log

Field Name Description Location
recording_id Primary Key for this table
channel asterisk channel when call was live vicidial/admin_modify_lead.php?lead_id=####
server_ip IP address of server user is connected to
extension could be callerid of the client or extension call was ultimately sent to
start_time start time of call
start_epoch start time of call in unix epoch format
end_time start time of call
end_epoch end time of call in unix epoch format
length_in_sec length of call in seconds
length_in_min length converted to minutes decimal format
filename without extension to allow use as audio playback in asterisk
location url to listen to recording note that this is modified via regex in some interfaces IF still located on the original server, it is modified to the URL provided during ftp transfer if already moved to the archive server
lead_id if linked to a lead
user agent’s user id
vicidial_id could be vicidial_closer_log_id or uniqueid from asterisk

LEAVE A COMMENT