]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_mwi: Turn some NOTICEs and WARNINGs into debug 1s. 14/2314/3
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:02 +0000 (16:54 -0600)
commitee947d4a7a9679a03e48fde7c1a55adb4a6b0960
treef635fee8b3ad85d24334a39019fbbfae5af356ea
parent0985f443634540da9e4116a4867558d04dd04c91
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