]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_srtp: lower log level of auth failures
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 18 Sep 2017 15:00:31 +0000 (17:00 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Mon, 18 Sep 2017 15:02:37 +0000 (10:02 -0500)
commit73da3df7b6d0037c825c676f6404749ffbaa4d82
treedfa89393e13666ed047cc50e85538ce9b910c5d3
parenta9160793a5488d47e79a8f2e0cdcb4af4fdb6cc2
res_srtp: lower log level of auth failures

Previously, sRTP authentication failures were reported on log level WARNING.
When such failures happen, each RT(C)P packet is affected, spamming the log.
Now, those failures are reported at log level VERBOSE 2. Furthermore, the
amount is further reduced (previously all two seconds, now all three seconds).
Additionally, the new log entry informs whether media (RTP) or statistics (RTCP)
are affected.

ASTERISK-16898 #close

Change-Id: I6c98d46b711f56e08655abeb01c951ab8e8d7fa0
res/res_srtp.c