[Home]

Summary:ASTERISK-26042: ARI: Allow downloading of the media associated with a stored recording
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2016-05-19 09:25:04Date Closed:2016-05-23 18:06:14
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_ari_recordings
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When a recording is stored, ARI currently exposes a mechanism to retrieve metadata about the recording, copy the recording, and delete it. Unfortunately, it does not currently allow a mechanism to retrieve the underlying media.

Often, it's useful to get the media:
# We may want to back the stored recording up in some other system (such as something that accepts blob storage)
# We may want to share that stored recording on some other Asterisk system (of which, this would be the first necessary patch along that path)

The patches that associated with this issue will add the ability to download the file. This removes the need for placing an FTP server, mapped drive, or some other HTTP server on the Asterisk server that allows external systems to pull the file off.
Comments: