]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_logger: Add method-based logging option.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 21 Jul 2022 00:03:34 +0000 (00:03 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 27 Oct 2022 15:08:12 +0000 (10:08 -0500)
commit05a7b4132ab3938efc93ca44cb0ede6ebfd6b1b4
tree4525d923337892b1aa5b6bc166c0928b0072c19a
parenta0dd8c27b5a39b3a286c86528017a003b7247d44
res_pjsip_logger: Add method-based logging option.

Expands the pjsip logger to support the ability to filter
by SIP message method. This can make certain types of SIP debugging
easier by only logging messages of particular method(s).

ASTERISK-30146 #close

Co-authored-by: Sean Bright <sean@seanbright.com>
Change-Id: I9c8cbb6fc8686ef21190eb42e08bc9a9b147707f
doc/CHANGES-staging/res_pjsip_logger_method.txt [new file with mode: 0644]
res/res_pjsip_logger.c