]> 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>
Thu, 19 Aug 2021 18:00:31 +0000 (13:00 -0500)
commit84f2bf430757d9dd8a038901adfbad73d4dd27a5
treec7f02051e497bdb8ecf310c87caa3dfcec1235c8
parent314d8776dc0adfbc5997f1d42aa735d485ff7d3e
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