]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_mwi: Change warning to notice
authorGeorge Joseph <george.joseph@fairview5.com>
Tue, 6 Jan 2015 17:52:41 +0000 (17:52 +0000)
committerGeorge Joseph <george.joseph@fairview5.com>
Tue, 6 Jan 2015 17:52:41 +0000 (17:52 +0000)
commit4becfae3b1912828a9f3f2273f33da65c09b45f7
treebf1597d419bdac3ba9be48b16d9ea342e3392f23
parent9d457fe5c297125c709de77eb115c99127aea508
res_pjsip_mwi: Change warning to notice

When res_pjsip loads and an endpoint auto-subscribes a mailbox for mwi,
if a contact hasn't registered yet, res_pjsip_mwi spits out a warning.
This is a perfectly normal situation though and doesn't require something
as serious as a warning.  It's also self correcting. The device will start
getting mwi as soon as it registers.

This patch changes the warning to a notice.

Tested-by: George Joseph
Review: https://reviewboard.asterisk.org/r/4314/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430227 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_mwi.c