]> 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:34 +0000 (10:55 -0600)
commit775c371d090318fd0320bf10d8c7b5a1502bb796
treeadf88cc016b279d2d999664ef5022217bb4b3bde
parentb37feb42ae7d69d66f81cfae377cfa99f5b639dd
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