Re: [MMUSIC] Connection Data Capability (ccap) and IP-addresses (draft-ietf-mmusic-sdp-miscellaneous-caps-04)

Jonathan Lennox <jonathan@vidyo.com> Fri, 22 March 2013 20:00 UTC

Return-Path: <jonathan@vidyo.com>
X-Original-To: mmusic@ietfa.amsl.com
Delivered-To: mmusic@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 02CA221F9371 for <mmusic@ietfa.amsl.com>; Fri, 22 Mar 2013 13:00:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.007
X-Spam-Level:
X-Spam-Status: No, score=-2.007 tagged_above=-999 required=5 tests=[AWL=-0.008, BAYES_00=-2.599, J_CHICKENPOX_42=0.6]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gZcqPPxihdgM for <mmusic@ietfa.amsl.com>; Fri, 22 Mar 2013 13:00:24 -0700 (PDT)
Received: from mxout.myoutlookonline.com (mxout.myoutlookonline.com [64.95.72.212]) by ietfa.amsl.com (Postfix) with ESMTP id 9D7B521F9365 for <mmusic@ietf.org>; Fri, 22 Mar 2013 13:00:24 -0700 (PDT)
Received: from mxout.myoutlookonline.com (localhost [127.0.0.1]) by mxout.myoutlookonline.com (Postfix) with ESMTP id 2A94E7A5A2B; Fri, 22 Mar 2013 15:31:46 -0400 (EDT)
X-Virus-Scanned: by SpamTitan at mail.lan
Received: from HUB012.mail.lan (unknown [10.110.2.1]) by mxout.myoutlookonline.com (Postfix) with ESMTP id 492377A59FD; Fri, 22 Mar 2013 15:31:45 -0400 (EDT)
Received: from BE235.mail.lan ([10.110.32.235]) by HUB012.mail.lan ([10.110.17.12]) with mapi; Fri, 22 Mar 2013 15:59:43 -0400
From: Jonathan Lennox <jonathan@vidyo.com>
To: Flemming Andreasen <fandreas@cisco.com>
Date: Fri, 22 Mar 2013 16:00:22 -0400
Thread-Topic: [MMUSIC] Connection Data Capability (ccap) and IP-addresses (draft-ietf-mmusic-sdp-miscellaneous-caps-04)
Thread-Index: Ac4nN+KLtohQNzF8QJq+4t1yVTiI4A==
Message-ID: <D991A6F8-E476-43B9-813A-5DE3F039289B@vidyo.com>
References: <5148049B.6090205@cisco.com> <D09DAE6B636851459F7575D146EFB54B2109D350@008-AM1MPN1-026.mgdnok.nokia.com> <BBF5DDFE515C3946BC18D733B20DAD2338D30F41@XMB104ADS.rim.net> <514CA4E1.50006@cisco.com>
In-Reply-To: <514CA4E1.50006@cisco.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "mmusic@ietf.org" <mmusic@ietf.org>
Subject: Re: [MMUSIC] Connection Data Capability (ccap) and IP-addresses (draft-ietf-mmusic-sdp-miscellaneous-caps-04)
X-BeenThere: mmusic@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Multiparty Multimedia Session Control Working Group <mmusic.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mmusic>, <mailto:mmusic-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmusic>
List-Post: <mailto:mmusic@ietf.org>
List-Help: <mailto:mmusic-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmusic>, <mailto:mmusic-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 22 Mar 2013 20:00:26 -0000

Currently, the deployed SIP world has three mechanisms to allow some flavor of negotiation among multiple IP addresses: ICE, altc (despite the general disapproval of the working group), and ANAT (despite its deprecation).

I think that adding ccap as a fourth member of this set would be a terrible idea; and as far as I can tell, no one wants to do that.  So we need to make it clear that that it MUST NOT be used for that purpose.

In the formulation below, I think I'd say that a given media description MUST NOT indicate more than one address with an IN network type, across all its configurations (actual and potential).

Obviously, different media descriptions (m= line blocks) can have different addresses.

In practice, given the port number issue that started this thread, I suspect this means that the SDP offer will need to put the IN address in the actual configuration (in the c= line), and the PSTN address(es) will be in the potential configurations.

On Mar 22, 2013, at 2:37 PM, Flemming Andreasen wrote:

> Still waiting for more comments on this, especially from the people that 
> were very vocal in their complaints previously: Now is the time to speak up.
> 
> Regardless, a few comments on the below:
> 1) It allows the use of "ccap" to be used to indicate one or more "IP4" 
> addresses in a given SDP.
> 2) It allows the use of "ccap" to be used to indicate one or more "IP6" 
> addresses in a given SDP.
> 
> Nit-picking a bit on the actual text, which I think is important:
> The "ccap" attribute is not what is being to select between different 
> IP-addresses; the use of a "ccap" attribute in a potential configuration 
> ("pcfg") is what is being used for this. Is the restriction that we want 
> here:
> a) A potential configuration MUST NOT reference more than one "ccap" 
> attribute with a network type of "IN" ?
> b) All potential configurations for a particular media description MUST 
> NOT reference more than one "ccap" attribute with a network type of "IN" ?
> c) Something else ?
> 
> Thanks
> 
> -- Flemming
> 
> 
> 
> On 3/22/13 1:35 AM, Andrew Allen wrote:
>> I am OK with either of these proposals
>> 
>> -----Original Message-----
>> From: mmusic-bounces@ietf.org [mailto:mmusic-bounces@ietf.org] On Behalf Of Simo.Veikkolainen@nokia.com
>> Sent: Wednesday, March 20, 2013 5:57 AM
>> To: fandreas@cisco.com; mmusic@ietf.org
>> Subject: Re: [MMUSIC] Connection Data Capability (ccap) and IP-addresses (draft-ietf-mmusic-sdp-miscellaneous-caps-04)
>> 
>> I went through the discussion, and my reading is that there is agreement on not allowing ccap to be used for alternative IP address negotiation.
>> 
>> That could be made clear in the text e.g. by modifying the second sentence Flemming quoted to read:
>> 
>> <quote>
>>     The 'ccap' attribute MUST NOT be used to select
>>     between different IP connection addresses (e.g. between
>>     "IP4" and "IP6" address families or different IP addresses
>>      within the same IP address family).
>> </quote>
>> 
>> The ccap attribute should be able to carry either an IP or PSTN address; that way either a PSTN or an IP bearer could be offered as the highest priority configuration (in the "m=" line).  However, if we want to clarify the intended use of ccap, we could modify the first sentence to read:
>> 
>> <quote>
>>    The 'ccap' capability attribute is intended for offering
>>    alternative connection addresses where the <nettype>
>>    is "IN" or "PSTN", i.e. selecting between an IP based
>>    bearer or a circuit-switched bearer.
>> </quote>
>> 
>> Simo
>> 
>> -----Original Message-----
>> From: mmusic-bounces@ietf.org [mailto:mmusic-bounces@ietf.org] On Behalf Of ext Flemming Andreasen
>> Sent: 19. maaliskuuta 2013 8:24
>> To: mmusic
>> Subject: [MMUSIC] Connection Data Capability (ccap) and IP-addresses (draft-ietf-mmusic-sdp-miscellaneous-caps-04)
>> 
>> Greetings
>> 
>> As you may have seen, there has recently been some list discussion on the "connection data capability" defined in
>> draft-ietf-mmusic-sdp-miscellaneous-caps-04 (see e.g. thread in
>> http://www.ietf.org/mail-archive/web/mmusic/current/msg10472.html)
>> 
>> To recap, the connection data capability ("ccap") provides capability negotiation capabilities for what amounts to the "c=" line in regular SDP, and as such enables negotiation of network type (such as "IN") and IP-address information (v4 and v6 addresses). The Standards Track mechanism for negotiating and determining alternative IP-address information today is ICE, and hence the draft currently includes the following wording:
>> <quote>
>> The 'ccap' capability attribute is intended to
>>     be used only when there is no other mechanism available for
>>     negotiating alternative connection address information, such as when
>>     the <nettype> is different among the alternative addresses (e.g.
>>     "IN" and "PSTN").  The 'ccap' attribute MUST NOT be used in
>>     situations where an existing mechanism (such as Interactive
>>     Connectivity Establishment (ICE) [RFC5245]) can be used to select
>>     between different connection addresses (e.g.  "IP4" and "IP6" or
>>     different IP addresses within the same IP address family).
>> </quoted>
>> 
>> The above text has led to some confusion as to exactly when and what "ccap" can be used for. More specifically, is it/should it ever be allowed to use "ccap" to convey an IP4 or IP6 address, and if so, under what circumstances ?
>> 
>> If you have an opinion, please let us know.
>> 
>> A couple of points to keep in mind:
>> - The current document has been WGLC'ed without comment ~6 months ago.
>> - 3GPP has a dependency on the document (however I'm not sure if that dependency includes the above "IN" feature)
>> - The connection data capability is defined in a general manner to be generally useful in line with the overall capability negotiation framework (as opposed to targeted at one specific use case with one specific value)
>> - There are scenarios where ICE cannot be used, even if implemented (e.g. ice-mismatch).
>> - RFC 6849 (media loopback) provides for NAT traversal in the absence of ICE support
>> 
>> 
>> Thanks
>> 
>> -- Flemming
>> 
>> _______________________________________________
>> mmusic mailing list
>> mmusic@ietf.org
>> https://www.ietf.org/mailman/listinfo/mmusic
>> _______________________________________________
>> mmusic mailing list
>> mmusic@ietf.org
>> https://www.ietf.org/mailman/listinfo/mmusic
>> 
>> ---------------------------------------------------------------------
>> This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.
>> .
>> 
> 
> _______________________________________________
> mmusic mailing list
> mmusic@ietf.org
> https://www.ietf.org/mailman/listinfo/mmusic
> 

--
Jonathan Lennox
jonathan@vidyo.com