]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 14 Oct 2025 21:35:12 +0000 (21:35 +0000)
commitb0237143b2f000e0d9b67d8c80725b7b03827641
treef3a2cadb146042d8cd11c7bc9079902ac6209e9d
parent27fbc166e1b2f1c23ce3194a862ce273d66218b6
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