Re: [Sipping] Late comment on draft-ietf-sippping-sip-offeranswer-14

Paul Kyzivat <pkyzivat@cisco.com> Tue, 26 April 2011 21:42 UTC

Return-Path: <pkyzivat@cisco.com>
X-Original-To: sipping@ietfa.amsl.com
Delivered-To: sipping@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 70D13E0794 for <sipping@ietfa.amsl.com>; Tue, 26 Apr 2011 14:42:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -110.455
X-Spam-Level:
X-Spam-Status: No, score=-110.455 tagged_above=-999 required=5 tests=[AWL=0.144, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cCLa7aDt5w9M for <sipping@ietfa.amsl.com>; Tue, 26 Apr 2011 14:42:09 -0700 (PDT)
Received: from rtp-iport-1.cisco.com (rtp-iport-1.cisco.com [64.102.122.148]) by ietfa.amsl.com (Postfix) with ESMTP id 91352E0792 for <sipping@ietf.org>; Tue, 26 Apr 2011 14:42:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=pkyzivat@cisco.com; l=3688; q=dns/txt; s=iport; t=1303854129; x=1305063729; h=message-id:date:from:mime-version:to:subject:references: in-reply-to:content-transfer-encoding; bh=yDvwBfx9q/ozftn+eFltEzxe5uH+GL0rcGFjAnDecZA=; b=RxITRoqX3m+BXl4zD0VjbdfZ3jzb1DvrPkiuu78ie1vZmP/yfRsrmmgr 7bMdLEkudAcD7xjpPzWgarsLfDfk/PylqVNTssDANWHDe9a0lAfAUXSX+ P6DvlUJQg4dHrcqTBuI5E5FTVdAFsY34UFtnk0dPDMwuBdEDsbHPNZF7T A=;
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AvsEAOI7t02tJXHA/2dsb2JhbAClZ3eIcKFUnQ6FdgSOQYQMijA
X-IronPort-AV: E=Sophos;i="4.64,270,1301875200"; d="scan'208";a="231057648"
Received: from rcdn-core2-5.cisco.com ([173.37.113.192]) by rtp-iport-1.cisco.com with ESMTP; 26 Apr 2011 21:41:54 +0000
Received: from [161.44.174.124] (dhcp-161-44-174-124.cisco.com [161.44.174.124]) by rcdn-core2-5.cisco.com (8.14.3/8.14.3) with ESMTP id p3QLfr0n006213 for <sipping@ietf.org>; Tue, 26 Apr 2011 21:41:53 GMT
Message-ID: <4DB73C21.4040202@cisco.com>
Date: Tue, 26 Apr 2011 17:41:53 -0400
From: Paul Kyzivat <pkyzivat@cisco.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9
MIME-Version: 1.0
To: sipping@ietf.org
References: <A444A0F8084434499206E78C106220CA0875F83F02@MCHP058A.global-ad.net>
In-Reply-To: <A444A0F8084434499206E78C106220CA0875F83F02@MCHP058A.global-ad.net>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: Re: [Sipping] Late comment on draft-ietf-sippping-sip-offeranswer-14
X-BeenThere: sipping@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "SIPPING Working Group \(applications of SIP\)" <sipping.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sipping>, <mailto:sipping-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sipping>
List-Post: <mailto:sipping@ietf.org>
List-Help: <mailto:sipping-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sipping>, <mailto:sipping-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Apr 2011 21:42:10 -0000

John,

On 4/26/2011 9:37 AM, Elwell, John wrote:
> I know last call finished already, but the following has just been brought to my attention:
>
> In section 5.2.5
> "Changing the o-line,
>        except version number value, during the session is an error case.
>        The behavior when receiving such a non-compliant offer/answer SDP
>        body is implementation dependent. "
> I would content this is NOT an error situation, or at least not an error in the case where a NEW session is being signalled.
>
> Consider a 3PCC situation along the lines described in section 7 of RFC 3725. The controlling B2BUA converts a session between UA A and UA B into a session between UA B and UA C. Prior to this conversion, UA B has received UA A's SDP (SDP A). As a result of the conversion, UA B receives UA C's SDP (SDP C).
>
> SDP C is likely to be completely different from SDP A. Therefore just a change of version number in the o-line is insufficient and would probably violate RFC 3264. In particular, if SDP A has 2 m-lines and SDP C has only one m-line, the change from 2 m-lines to 1 m-line is not permitted according to RFC 3264. So although RFC 3725 talks about the controlling B2BUA adjusting version numbers, that is insufficient in some cases.

It was precisely issues like this that led to the statements you are 
taking issue with.

As I understand it, what you describe is not permitted - you can't 
reduce the number of m-lines, even by changing the o-line.

This does put a burden on the 3pcc device - to patch up the SDP.
I would actually prefer to have a change that would loosen up what can 
be done in this regard but it would be a normative change with pretty 
severe backward compatibility issues.

> The text of 5.2.5 then goes on to say:
> "The behavior when receiving such a non-compliant offer/answer SDP
>        body is implementation dependent."
> It is not clear what this fails to comply with. I can find nothing in RFC 3264 that stops you sending a new o-line if there is a new session. Yes, it would be non-compliant if only modifying an existing session, but how does the recipient know whether or not it is a new session, and therefore whether or not it is valid?

I think you are describing "SessionS Initiation Protocol", not the 
"Session Initiation Protocol". AFAIK you only get one session per 
invite-dialog-usage.

> It then goes on to recommend use of Replaces in this situation (i.e. change of session):
> "If a UA needs to negotiate a
>        'new' SDP session, it should use the INVITE/Replaces method."
> But Replaces is not feasible if the UA concerned does not support it (and hence "should", presumably). So there will still be cases where a controlling B2BUA is forced to change the o-line (not just the version) in order to comply with RFC 3264.
>
> So there needs to be a mechanism for changing to a 'new' session without relying on Replaces. As far as I can see, there is no standards track RFC that forbids changing the o-line to achieve this, so this new Informational draft should not attempt to make that change, and in particular should not do so without proposing an alternative solution.

I think the mechanism requires a normative change to SIP.

But I'm interested to hear what others think about this.

> A simple fix would be to delete the entire bullet beginning "In the o-line, only the version number may change".

Its awfully late - in the category of the "it ain't happening unless you 
lodge a complaint with the IESG".

But regardless of that, it seems we have a difference of opinion here 
about what the standard is, and should discuss it.

	Thanks,
	Paul