]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_fax.c: lower FAXOPT read warning to debug level
authorphoneben <3232963@gmail.com>
Thu, 2 Oct 2025 21:25:01 +0000 (00:25 +0300)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:09:11 +0000 (16:09 +0000)
commit316b4731cb4d31db74cc414b31e7295f5ea0b142
tree1da4d896f74a8b9e31156d063a36452450c5d7b8
parent5b4aac6ba02cdb38e463dea499c42f90ee4ac525
res_fax.c: lower FAXOPT read warning to debug level

Reading ${FAXOPT()} before a fax session is common in dialplans to check fax state.
Currently this logs an error even when no fax datastore exists, creating excessive noise.
Change these messages to ast_debug(3, …) so they appear only with debug enabled.

Resolves: #1509
res/res_fax.c