]> 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:19:28 +0000 (07:19 -0500)
commitfd1b8c57e97f9335b0b2cc5564bccccc04bfb7df
tree5f47e4b7bd4d12a5c4c5b743c728b65bbc88c92f
parent6dac6e0ab8d8e646555e1f90536c161fd0f35f6c
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