]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 20 Aug 2021 14:49:41 +0000 (09:49 -0500)
commit18c467686c103c536c7617f305009ac99c1e65a2
treef32072c30a8cea24c546ad764f5e8b1527dc216f
parent9ee7b884f1a539bdb47ce5f2c35228b0e0e661f6
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