]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_mp3: Throw warning on nonexistent stream
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 3 Jan 2022 01:13:33 +0000 (01:13 +0000)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 5 Jan 2022 16:55:52 +0000 (10:55 -0600)
commitdc7daf57b01a62155edb441f0c0e743312a6cfe8
tree9e9f37a8fc9238c6361d442f46ea2af0821b8a3d
parent3e7e1d1d05b1cf7b6be42c793090097e0e185594
app_mp3: Throw warning on nonexistent stream

Currently, the MP3Player application doesn't
emit a warning if attempting to play a stream
which no longer exists. This can be a common
scenario as many mp3 streams are valid at some
point but can disappear at any time.

Now a warning is thrown if attempting to play
a nonexistent MP3 stream, instead of silently
exiting.

ASTERISK-29829 #close

Change-Id: I53a0bf1ed1740166655eb66fe7675f6f808bf535
apps/app_mp3.c