[Asterisk-code-review] main/file: Add the ability to play media in the media cache (asterisk[master])
Matt Jordan
asteriskteam at digium.com
Thu Dec 31 21:01:32 CST 2015
Matt Jordan has uploaded a new patch set (#4).
Change subject: main/file: Add the ability to play media in the media cache
......................................................................
main/file: Add the ability to play media in the media cache
This patch allows applications/APIs that access media through the core file
APIs to play media in the media cache. Prior to determining if a 'filename'
exists, the filename is passed to the media cache's retrieve API call. If
that call succeeds, the local file specified in the bucket_file passed back
by the API is opened for streaming. When used in this fashion, the
'filename' provided to the dialplan application is actually a URI that the
media cache can process and understand.
ASTERISK-25654 #close
Change-Id: I73b6e2e90c3e91b8500581c45cdf9c0dc785f5f0
---
M CHANGES
M main/file.c
2 files changed, 31 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/92/1892/4
--
To view, visit https://gerrit.asterisk.org/1892
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I73b6e2e90c3e91b8500581c45cdf9c0dc785f5f0
Gerrit-PatchSet: 4
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
More information about the asterisk-code-review
mailing list