Author: gtjoseph
Date: Wed Jan  7 12:14:23 2015
New Revision: 430317

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430317
Log:
res_pjsip_mwi: Change "MWI Subscription failed" message from warning to notice

The "MWI Subscription failed" message means the client is trying to subscribe
to a mailbox that doesn't exist.  There's no need to clutter up logs with
warnings for a client misconfiguration so I changed it to a notice.

Tested-by: George Joseph

Review: https://reviewboard.asterisk.org/r/4306/



Modified:
    branches/13/res/res_pjsip_mwi.c

Modified: branches/13/res/res_pjsip_mwi.c
URL: 
http://svnview.digium.com/svn/asterisk/branches/13/res/res_pjsip_mwi.c?view=diff&rev=430317&r1=430316&r2=430317
==============================================================================
--- branches/13/res/res_pjsip_mwi.c (original)
+++ branches/13/res/res_pjsip_mwi.c Wed Jan  7 12:14:23 2015
@@ -676,7 +676,7 @@
        }
 
        if (ast_strlen_zero(aor->mailboxes)) {
-               ast_log(LOG_WARNING, "AOR %s has no configured mailboxes. "
+               ast_log(LOG_NOTICE, "AOR %s has no configured mailboxes. "
                        "MWI subscription failed\n", resource);
                return 404;
        }


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to