[asterisk-bugs] [JIRA] (ASTERISK-25654) Playback: Add the ability to play remote URIs

Kevin Harwell (JIRA) noreply at issues.asterisk.org
Fri Sep 23 14:49:01 CDT 2016


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Harwell closed ASTERISK-25654.
------------------------------------

                  Resolution: Fixed
    Target Release Version/s: 14.0.0

> Playback: Add the ability to play remote URIs
> ---------------------------------------------
>
>                 Key: ASTERISK-25654
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25654
>             Project: Asterisk
>          Issue Type: New Feature
>      Security Level: None
>          Components: Applications/app_controlplayback, Applications/app_playback
>    Affects Versions: SVN
>            Reporter: Matt Jordan
>            Assignee: Matt Jordan
>      Target Release: 14.0.0
>
>
> For Asterisk to act as a media application server, it would often be nice if the media that it plays back does not have to be stored on the same physical machine. For example, in a cluster of Asterisk servers, we would potentially like to service a customer on any server in the cluster. If we require media files for that customer to be located on the server before a call is routed to them, we have to replicate that sound file across all servers.
> Ideally, said sound file would reside on some other server, and would be accessed via a REST API. Asterisk could then request that sound file when it needs it, and store it locally for some period of time in case multiple calls need the same file.
> Previous commits to {{master}} have already added the concept of a core media cache, as well as the ability to CURL files down locally and store them in the cache. The actual end user facing feature, however, is the ability to request these files from the dialplan. As an example:
> {code}
> same => n,Playback(http://1.1.1.1/monkeys-for-life.wav) 
> {code}
> Will:
> * Check the media cache for a local media file that is mapped to the provided URI. If one and is not stale, it is played back. Otherwise...
> * The media cache looks to its backend to try and see if it can retrieve the URL. If so, it pulls it down locally, stores it in the cache, and provides the now local file back to the media core.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list