[Asterisk-cvs] asterisk/channels chan_sip.c,1.856,1.857
kpfleming
kpfleming
Wed Sep 14 17:45:26 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv5869/channels
Modified Files:
chan_sip.c
Log Message:
proper header name and attribution (issue #5218)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.856
retrieving revision 1.857
diff -u -d -r1.856 -r1.857
--- chan_sip.c 14 Sep 2005 21:41:02 -0000 1.856
+++ chan_sip.c 14 Sep 2005 21:43:55 -0000 1.857
@@ -290,8 +290,8 @@
{ 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 */
More information about the svn-commits
mailing list