From cdf9cab49dce1f894c84f2af22d17dd40028e894 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Wed, 21 Feb 2007 20:26:43 +0000 Subject: [PATCH] Clarify in the doxygen docs abou RFC2833 compensation flag. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@55953 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 6ec8897030..4eba133f5e 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -794,7 +794,7 @@ struct sip_auth { #define SIP_PAGE2_CALL_ONHOLD (3 << 23) /*!< Call states */ #define SIP_PAGE2_CALL_ONHOLD_ONEDIR (1 << 23) /*!< 23: One directional hold */ #define SIP_PAGE2_CALL_ONHOLD_INACTIVE (1 << 24) /*!< 24: Inactive */ -#define SIP_PAGE2_RFC2833_COMPENSATE (1 << 25) /*!< 25: ???? */ +#define SIP_PAGE2_RFC2833_COMPENSATE (1 << 25) /*!< 25: Compensate for buggy RFC2833 implementations */ #define SIP_PAGE2_BUGGY_MWI (1 << 26) /*!< 26: Buggy CISCO MWI fix */ #define SIP_PAGE2_NOTEXT (1 << 27) /*!< 27: Text not supported */ #define SIP_PAGE2_TEXTSUPPORT (1 << 28) /*!< 28: Global text enable */