Page 1 of 1

Call Recording path

PostPosted: Thu Feb 15, 2018 3:56 pm
by vijaymuddu
where can i find call recording path of incoming and outgoing calls from database, i want to export path of call recordings along with numbers of outbound and inbound calls, want in below format

example:

date:time:customer number : call recording path:
010218: 12:45: 888xxxx88: http://records/xxxx/xxxx.mp3

Please can anybody guide me to do this, or any dial-plan will also do which can directly insert above details in to some db tables

Re: Call Recording path

PostPosted: Thu Feb 15, 2018 4:46 pm
by blackbird2306
Look for DB table "recording_log" with columns:
Code: Select all
recording_id    
channel    
server_ip    
extension    
start_time    
start_epoch    
end_time    
end_epoch    
length_in_sec    
length_in_min    
filename    
location    
lead_id    
user    
vicidial_id

Further there is an interesting script called "recording_lookup.php" in vicidial directory. It's not that difficult to change it according to your wishes I think.