I am using Asterisk 13 and Asterisk 16 and I want to play a file from remote server so in Asterisk 16 it is playing as expected but in asterisk 13 I am getting the below error
Asterisk 13 LOGS
[123@testivr:2] BackGround(“Console/default”, “https://xyx.com/ivr/demo-congrats.wav”) in new stack
[Jul 18 11:23:54] WARNING[3786][C-000b6d71]: file.c:774 ast_openstream_full: File https://xyx.com/ivr/demo-congrats.wav does not exist in any format
[Jul 18 11:23:54] WARNING[3786][C-000b6d71]: file.c:1247 ast_streamfile: Unable to open https://xyx.com/ivr/demo-congrats.wav (format (slin16)): No such file or directory
[Jul 18 11:23:54] WARNING[3786][C-000b6d71]: pbx_builtins.c:1100 pbx_builtin_background: ast_streamfile failed on Console/default for https://xyx.com/ivr/demo-congrats.wav
Asterisk 16 LOGS
Executing [1123@testivr:1] BackGround(“Console/dsp”, “https://xyx.com/ivr/demo-congrats.wav”) in new stack
<Console/dsp> Playing ‘https://xyx.com/ivr/demo-congrats.wav.slin’ (language ‘en’)
Any idea what can be the issue?