Archived
14
0
Fork 0

Clarify in the doxygen docs abou RFC2833 compensation flag.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55953 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2007-02-21 20:26:43 +00:00
parent d39a9366e5
commit 62c7fd4d0f

View file

@ -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 */