]> 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:00:31 +0000 (17:00 +0200)
commit99a08eb7abac918b5cdb271d2161187b06848409
treee9e69f0a495b62418031b3d81c578bcb77136d7c
parentb6e1b13de466da86e332d4d773132eb9cd11e90d
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