[asterisk-bugs] [JIRA] (ASTERISK-27871) Remote URL in playback must end with file extension

Boris P. Korzun (JIRA) noreply at issues.asterisk.org
Fri Sep 10 09:32:33 CDT 2021


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=256229#comment-256229 ] 

Boris P. Korzun commented on ASTERISK-27871:
--------------------------------------------

Yep, you are right. It was added in ASTERISK-27286. Sorry for my mistake.

What should I do for solve the problem? Ask in ASTERISK-27286?

> Remote URL in playback must end with file extension
> ---------------------------------------------------
>
>                 Key: ASTERISK-27871
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27871
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_playback, Resources/res_http_media_cache
>    Affects Versions: 14.0.0, 15.0.0
>            Reporter: Caesar
>            Severity: Major
>              Labels: patch
>      Target Release: 16.20.0, 18.6.0
>
>         Attachments: 0001-res_http_media_cache.c-Parse-media-URLs-to-find-exte.patch
>
>
> Issue is simple, when using a remote URL if the URL does not end with the extension Asterisk believes it is a file in the local file system. This occurs even after a GET attempt is made to the URL which is strange. 
> Steps to reproduce:
> Dialplan code:
> same  =>  n,Playback(http://4.4.4.4:9040/v1/get-audio-file/5b00f1d7f9675d593051c92e.wav?Authorization=abc123123)
> Will result in:
> [May 21 23:33:02] WARNING[20780][C-00000017]: file.c:774 ast_openstream_full: File http://4.4.4.4:9040/v1/get-audio-file/5b00f1d7f9675d593051c92e.wav?Authorization=abc123123 does not exist in any format
> [May 21 23:33:02] WARNING[20780][C-00000017]: file.c:1247 ast_streamfile: Unable to open http://4.4.4.4:9040/v1/get-audio-file/5b00f1d7f9675d593051c92e.wav?Authorization=abc123123 (format (ulaw)): No such file or directory
> If we do:
> same  =>  n,Playback(http://4.4.4.4:9040/v1/get-audio-file/5b00f1d7f9675d593051c92e.wav)
> It works without issue.



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



More information about the asterisk-bugs mailing list