]> git.ipfire.org Git - thirdparty/asterisk.git/commit
file.c: missing "custom" sound files should not generate warning logs
authorAllan Nathanson <42244061+Allan-N@users.noreply.github.com>
Tue, 18 Mar 2025 23:54:48 +0000 (19:54 -0400)
committerAllan Nathanson <42244061+Allan-N@users.noreply.github.com>
Wed, 26 Mar 2025 13:04:42 +0000 (13:04 +0000)
commitf24729a48d9a63b5fa4b2966b92551c16900f1a8
tree8741dcf68193cb95c9168c1d2f4b8350a175480d
parent6921ede7cbcd68046e9f3efe3085ef53f1573fa0
file.c: missing "custom" sound files should not generate warning logs

With `sounds_search_custom_dir = yes` we first look to see if a sound file
is present in the "custom" sound directory before looking in the standard
sound directories.  We should not be issuing a WARNING log message if a
sound cannot be found in the "custom" directory.

Resolves: https://github.com/asterisk/asterisk/issues/1170
main/file.c