BUG: Wx-tail.wav error message w/o an error

I noticed all of a sudden error messages about wx-tail.

[2024-10-21 10:40:42.354] WARNING[2312837] file.c: File /tmp/SkywarnPlus/wx-tail.wav does not exist in any format
[2024-10-21 10:40:42.354] WARNING[2312837] file.c: Unable to open /tmp/SkywarnPlus/wx-tail.wav (format (ulaw)): No such file or directory
[2024-10-21 10:40:44.759] WARNING[2312946] file.c: File /tmp/SkywarnPlus/wx-tail.wav does not exist in any format
[2024-10-21 10:40:44.759] WARNING[2312946] file.c: Unable to open /tmp/SkywarnPlus/wx-tail.wav (format (ulaw)): No such file or directory
[2024-10-21 10:40:44.759] WARNING[2312946] app_rpt/rpt_telemetry.c: ast_streamfile failed on DAHDI/pseudo-1152830614
root@Allstar:/tmp/SkywarnPlus#

However, this isnā€™t true.

Testing scenario

I set in SkywarnPlus the inject option to ā€œtrueā€ and selected Volcano Warning. I also have SkyDescribe configured.

I then independently ran from the command line:
/usr/sbin/asterisk -rx ā€˜rpt localplay 62499 /tmp/SkywarnPlus/wx-tailā€™
/usr/sbin/asterisk -rx ā€˜rpt localplay 62499 /tmp/SkywarnPlus/describeā€™

I heard
ā€œVolcano Warningā€ for wx-tail
ā€œDetail information about Volcano warning, this is a testā€ for describe.

The errors I listed above occurred as a result of the tests.

Obviously wx-tail worked, and the error messages are wrong.

Something is requesting Asterisk to play the tailmessage with the .wav file extension, most likely your tailmessagelist in rpt.conf. Be sure to omit that extension any time it is passed to Asterisk (config files, CLI commands, etc). In the logs, you should always see Asterisk try to play wx-tail and never wx-tail.wav.

1 Like

Thanks, found the errorā€¦

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.