]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjproject: Allow mapping to Asterisk TRACE level
authorGeorge Joseph <gjoseph@digium.com>
Mon, 16 Aug 2021 13:25:44 +0000 (07:25 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 20 Aug 2021 14:42:15 +0000 (09:42 -0500)
commita662d7555636373e5e7efea25ec4949c3f8c21d6
tree0a54ddc38981b0ac1751f66aeaf625103b4199a3
parent2451dfd89f1e516033e2a30ff9f8ee83af4da8e1
res_pjproject: Allow mapping to Asterisk TRACE level

Allow mapping pjproject log messages to the Asterisk TRACE
log level.  The defaults were also changes to log pjproject
levels 3,4 to DEBUG and 5,6 to TRACE.  Previously 3,4,5,6
all went to DEBUG.

ASTERISK-29582

Change-Id: I859a37a8dec263ed68099709cfbd3e665324c72d
configs/samples/pjproject.conf.sample
doc/CHANGES-staging/res_pjproject.txt [new file with mode: 0644]
res/res_pjproject.c