]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: disable raw bad packet logging
authorMike Bradeen <mbradeen@sangoma.com>
Tue, 25 Jul 2023 16:23:12 +0000 (10:23 -0600)
committerMike Bradeen <mbradeen@sangoma.com>
Thu, 14 Dec 2023 18:56:17 +0000 (11:56 -0700)
commit3e9561913596f6bc0015def07cfc5d91643feced
tree1c6b972e1e8574f111bdb369c3f6a220083ad347
parent986b55eeaaca2aa6ae8f3b6a77e032d2ca2e8318
res_pjsip: disable raw bad packet logging

Add patch to split the log level for invalid packets received on the
signaling port.  The warning regarding the packet will move to level 2
so that it can still be displayed, while the raw packet will be at level
4.
configs/samples/pjproject.conf.sample
res/res_pjproject.c
third-party/pjproject/patches/0020-log-dropped-packet-in-debug.patch [new file with mode: 0644]