]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_mwi: Turn some NOTICEs and WARNINGs into debug 1s. 15/2315/5
authorGeorge Joseph <george.joseph@fairview5.com>
Thu, 25 Feb 2016 21:39:54 +0000 (14:39 -0700)
committerJoshua Colp <jcolp@digium.com>
Sat, 27 Feb 2016 22:54:10 +0000 (16:54 -0600)
commitacf329a3c7c814480b8893a189d6dae4ee7401ad
treede5a3238279c40c3bcbe875a0821eb6f9628ea2b
parent170941990b457a677061efea4dc26761526455a0
res_pjsip_mwi:  Turn some NOTICEs and WARNINGs into debug 1s.

There are a few cases where we're emitting notices or warnings
for things that really need neither, like a client retrying to subscribe
to mwi when they're not conifgured for it.  They get a 404 so there's no
need for non-debug messages.

Change-Id: I05e38a7ff6c2f2521146f4be6a79731b9864e61f
res/res_pjsip_mwi.c