]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Change log message from error to warning for valid use cases
authorFlorian Floimair <f.floimair@commend.com>
Tue, 24 Jul 2018 09:57:25 +0000 (11:57 +0200)
committerFlorian Floimair <f.floimair@commend.com>
Tue, 24 Jul 2018 12:20:06 +0000 (07:20 -0500)
commit1f46e2e91c29980a4637e02f22fb0a6f8256bc2d
treecd9a7e4d4f6bb3ec94358c64017cbb7cb797facd
parentb9630a9591554d096f2fedf4cf0650704a1500ca
res_pjsip: Change log message from error to warning for valid use cases

If a SIP MESSAGE is triggered for an endpoint that is currently not registered
- and therefore has no valid contact associated - an error message was logged.
Since this is a valid request in a valid use cases this is now changed to a
warning, as discussed with Matt Fredrickson on the asterisk-dev mailing list.

Change-Id: I55eb62d2712818a58c7532119dec288bd98cf0c0
res/res_pjsip.c
res/res_pjsip_messaging.c