<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Fri, Jul 20, 2018 at 5:54 PM Matthew Jordan <<a href="mailto:mjordan@digium.com" target="_blank">mjordan@digium.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>So, that's not quite a debug log, but just the console log with Verbose+ output.</div><div><br></div><div>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.</div><div><br></div><div>You can find information on getting debug information on the Asterisk here:</div><div><br></div><div><a href="https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information</a></div><div><br></div><div>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.<br></div></div><br></blockquote><div><br></div><div>BINGO!!!</div><div><br></div><div>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.</div><div><br></div><div>Thanks.</div><div><br></div></div></div>