diff --git a/channels/chan_sip.c b/channels/chan_sip.c index e8236d27bfbec151ed74ca0d133099b9aff4209b..8cdf3b56db95be108a6e74f0bd3fd9bb5f84c41e 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -255,7 +255,7 @@ static const struct cfsubscription_types { { CPIM_PIDF_XML, "presence", "application/cpim-pidf+xml", "cpim-pidf+xml" }, /* RFC 3863 */ { PIDF_XML, "presence", "application/pidf+xml", "pidf+xml" }, /* RFC 3863 */ { XPIDF_XML, "presence", "application/xpidf+xml", "xpidf+xml" }, /* Pre-RFC 3863 with MS additions */ - { MWI_NOTIFICATION, "message-summary", "application/simple-message-summary", "mwi" } /* Mailbox notification */ + { MWI_NOTIFICATION, "message-summary", "application/simple-message-summary", "mwi" } /* RFC 3842: Mailbox notification */ }; enum sipmethod {