]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cdr_adaptive_odbc: Prevent filter warnings
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 28 Jun 2021 13:48:16 +0000 (13:48 +0000)
committerN A <mail@interlinked.x10host.com>
Wed, 4 Aug 2021 12:59:52 +0000 (07:59 -0500)
commitadf707f2ae5b817417515996ca19434c1ab0ab4c
treefd2b759e3e1348e4e783a9ddb85de0d7940442fe
parent940f6c4a03a45b0cdbcbbae42394a194c4d5e185
cdr_adaptive_odbc: Prevent filter warnings

Previously, if CDR filters were used so that
not all CDR records used all sections defined
in cdr_adaptive_odbc.conf, then warnings will
always be emitted (if each CDR record is unique
to a particular section, n-1 warnings to be
specific).

This turns the offending warning log into
a verbose message like the other one, since
this behavior is intentional and not
indicative of anything wrong.

ASTERISK-29494

Change-Id: Ifd314fa9298722bc99494d5ca2658a5caa94a5f8
cdr/cdr_adaptive_odbc.c