]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 26 Mar 2025 13:04:47 +0000 (13:04 +0000)
commit113c1af4f3629f88101c0de4efe4517953c34922
treee52d53f8bf1cbd1181ba5a5fe91301baa3930fcd
parentf6d296256612d40ef787753a04040a68264aa16c
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