aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 21:43:55 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 21:43:55 +0000
commit416166ada5173b452a3e9adb1b500b76a8d3199d (patch)
treec7b98e7b95b3256f8f3df31aeb1d58f9f3a8358c /channels
parent78ee70c22d712d74a190c4292eba8b3b2453970d (diff)
proper header name and attribution (issue #5218)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6601 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_sip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index f7e080e13..e0dc2829e 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -290,8 +290,8 @@ static const struct cfsip_options {
{ SIP_OPT_PRECONDITION, NOT_SUPPORTED, "precondition" },
/* RFC3323: Privacy with proxies*/
{ SIP_OPT_PRIVACY, NOT_SUPPORTED, "privacy" },
- /* Not yet RFC, but registred with IANA */
- { SIP_OPT_SDP_ANAT, NOT_SUPPORTED, "sdp_anat" },
+ /* RFC4092: Usage of the SDP ANAT Semantics in the SIP */
+ { SIP_OPT_SDP_ANAT, NOT_SUPPORTED, "sdp-anat" },
/* RFC3329: Security agreement mechanism */
{ SIP_OPT_SEC_AGREE, NOT_SUPPORTED, "sec_agree" },
/* SIMPLE events: draft-ietf-simple-event-list-07.txt */