summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-02-21 20:26:43 +0000
committerJoshua Colp <jcolp@digium.com>2007-02-21 20:26:43 +0000
commitcdf9cab49dce1f894c84f2af22d17dd40028e894 (patch)
treeeea987079a1f39b939ccc459eb99cf0391dc8342 /channels
parentf5bd40d925f99ef0278ceaed627192afe4743c28 (diff)
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
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 6ec889703..4eba133f5 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 */