]> 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)
commite2e36748f5f5f40f7313abaafed99374b9fdcd98
tree692194ee146f54b491beded484db8669e0c35949
parent091171c0ebff6f4ebd7ae170125fe924f4607be9
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