]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 1 May 2025 12:44:58 +0000 (12:44 +0000)
commitbdc925c8cc4cd5480f6817147f2e63ed8fbdb996
treee230da44fbacb107ef9d3e3330ed65039d4de6a8
parentb7f7d66fca97009c3359d1e87f1c50f8097caecc
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
(cherry picked from commit e2e36748f5f5f40f7313abaafed99374b9fdcd98)
main/file.c