[asterisk-app-dev] AGI stream audio from URI

Naftoli Gugenheim naftoligug at gmail.com
Mon Jul 23 00:28:07 CDT 2018


On Fri, Jul 20, 2018 at 5:54 PM Matthew Jordan <mjordan at digium.com> wrote:

> So, that's not quite a debug log, but just the console log with Verbose+
> output.
>
> A debug log will show a lot more information, including what the media
> cache modules are trying to do when they go to get the file.
>
> You can find information on getting debug information on the Asterisk here:
>
> https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information
>
> You may also want to verify that the res_http_media_cache module is
> loaded. That module is what actually does the work of pulling the remote
> file down for local playback.
>
>
BINGO!!!

In the end I had to make the Dockerfile install libcurl4-openssl-dev along
with other dependencies, otherwise it couldn't enable res_http_media_cache
--- and now it works! At least, it's hitting my server. I haven't tried
playing an actual file yet.

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-app-dev/attachments/20180723/e07c2789/attachment.html>


More information about the asterisk-app-dev mailing list