I am new in Asterisk and VoIP technologies. I want to know, can Asterisk save audio/video conversation archive in its database? If it possible, can it access to this archive?
For example, i want to listen audio conversation between users A and B which was 3 days ago. Is it possible?
the name of the recording file is save in the Asterisk CDR userfield, then in PHP create an script for show the ASTERISK CDR and a add link to the userfiled value for play or download the file.
I’ve never investigated it. Video use is relatively rare and I rather suspect that most video users are not the sort of user normally subject to such monitoring.
I’m pretty sure that there is no support for capturing video media streams, but I couldn’t say so with absolute certainty.
the name of the recording file is save in the Asterisk CDR userfield, then in PHP create an script for show the ASTERISK CDR and a add link to the userfiled value for play or download the file.[/quote]
In which configuration file i must this changes do?
I want only saving files to filesystem. No any, php, any mysql.