]> 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:42 +0000 (10:55 -0600)
commitdc5d70f29b2b698f12411ea6dadfc585249a4534
tree5102650e17fbc9259307a5efc67592a050875304
parent6eeb7ab7d0f1e5fd016877b6042b42790e9989a5
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