[svn-commits] twilson: trunk r166731 - /trunk/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 24 09:10:43 CST 2008


Author: twilson
Date: Wed Dec 24 09:10:42 2008
New Revision: 166731

URL: http://svn.digium.com/view/asterisk?view=rev&rev=166731
Log:
There is no section 22.2.2 in rfc 3261.  I believe 26.2.2 is what was meant:

      Note that in the SIPS URI scheme, transport is independent of TLS,
      and thus "sips:alice at atlanta.com;transport=tcp" and
      "sips:alice at atlanta.com;transport=sctp" are both valid (although
      note that UDP is not a valid transport for SIPS).  The use of
      "transport=tls" has consequently been deprecated, partly because
      it was specific to a single hop of the request.  This is a change
      since RFC 2543.

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=166731&r1=166730&r2=166731
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Wed Dec 24 09:10:42 2008
@@ -117,7 +117,7 @@
  *       specially to communication with other peers (proxies).
  * \todo We need to test TCP sessions with SIP proxies and in regards
  *       to the SIP outbound specs.
- * \todo transport=tls was deprecated in RFC3261 and should not be used at all. See section 22.2.2.
+ * \todo ;transport=tls was deprecated in RFC3261 and should not be used at all. See section 26.2.2.
  *
  * \todo If the message is smaller than the given Content-length, the request should get a 400 Bad request
  *       message. If it's a response, it should be dropped. (RFC 3261, Section 18.3)




More information about the svn-commits mailing list