From 02e5af9cf5919e3b06dae95a2749d7067ca1a647 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 14 Sep 2005 21:43:55 +0000 Subject: proper header name and attribution (issue #5218) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6601 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'channels/chan_sip.c') 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 */ -- cgit v1.2.3