]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 27 Oct 2022 14:00:29 +0000 (09:00 -0500)
commitc32b39d123e0c372ae9bd33fc3684baaa54bba80
tree1a835f05a34ce964b5cc7804a0553cc64467e23c
parent50a4495799fd4e5f15da5695a034b05943858f02
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