Re: [MMUSIC] Question on unknown attributes in SDP offer/answer
"Miguel A. Garcia" <Miguel.A.Garcia@ericsson.com> Wed, 11 May 2011 10:52 UTC
Return-Path: <miguel.a.garcia@ericsson.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 10A93E07B9 for <mmusic@ietfa.amsl.com>; Wed, 11 May 2011 03:52:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.599
X-Spam-Level:
X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
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 Gu8CcplzFVKb for <mmusic@ietfa.amsl.com>; Wed, 11 May 2011 03:52:25 -0700 (PDT)
Received: from mailgw9.se.ericsson.net (mailgw9.se.ericsson.net [193.180.251.57]) by ietfa.amsl.com (Postfix) with ESMTP id 361B4E0679 for <mmusic@ietf.org>; Wed, 11 May 2011 03:52:25 -0700 (PDT)
X-AuditID: c1b4fb39-b7cc5ae000006f6d-28-4dca6a68881c
Received: from esessmw0191.eemea.ericsson.se (Unknown_Domain [153.88.253.125]) by mailgw9.se.ericsson.net (Symantec Mail Security) with SMTP id 6D.E2.28525.86A6ACD4; Wed, 11 May 2011 12:52:24 +0200 (CEST)
Received: from [159.107.24.228] (153.88.115.8) by esessmw0191.eemea.ericsson.se (153.88.115.85) with Microsoft SMTP Server id 8.3.137.0; Wed, 11 May 2011 12:52:23 +0200
Message-ID: <4DCA6A67.10701@ericsson.com>
Date: Wed, 11 May 2011 12:52:23 +0200
From: "Miguel A. Garcia" <Miguel.A.Garcia@ericsson.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10
MIME-Version: 1.0
To: "Charles Eckel (eckelcu)" <eckelcu@cisco.com>
References: <46A1DF3F04371240B504290A071B4DB6012C9739@SZXEML501-MBS.china.huawei.com> <E1CBF4C7095A3D4CAAAEAD09FBB8E08C044309FF@xmb-sjc-234.amer.cisco.com>
In-Reply-To: <E1CBF4C7095A3D4CAAAEAD09FBB8E08C044309FF@xmb-sjc-234.amer.cisco.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Brightmail-Tracker: AAAAAA==
Cc: "mmusic@ietf.org" <mmusic@ietf.org>
Subject: Re: [MMUSIC] Question on unknown attributes in SDP offer/answer
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: Wed, 11 May 2011 10:52:26 -0000
Hi Bert, I agree with Charles, if an attribute present in the SDP offer is not understood, it will be simply ignored, and then the SDP answer will be produced. Notice that the attribute not only needs to be understood by the recipient of the SDP offer, but also by possible intermediaries that inspect SDP, most notably SBCs. I guess most SBCs allow operators to decide on what to do with unknown attributes, in which case you have the possibility of the attribute to be filtered by an SBC. /Miguel On 10/05/2011 21:29, Charles Eckel (eckelcu) wrote: > Hi Bert, > > An end system that is producing an answer to an SDP offer that includes > SDP attributes it does not understand should ignore those attributes and > not include them within the answer. I find this to be done correctly by > most implementations. > > Cheers, > Charles > > >> -----Original Message----- >> From: mmusic-bounces@ietf.org [mailto:mmusic-bounces@ietf.org] On > Behalf Of Bert Greevenbosch >> Sent: Monday, May 09, 2011 7:03 PM >> To: mmusic@ietf.org >> Subject: [MMUSIC] Question on unknown attributes in SDP offer/answer >> >> Hi all, >> >> >> >> I have a question for the SDP offer/answer model experts. It is > related to the "3dFormat" attribute >> draft > (http://tools.ietf.org/id/draft-greevenbosch-mmusic-signal-3d-format-00. > txt). >> >> >> >> The issue has been touched before, but more in the context of frame > packing. The current issue >> concerns how a legacy device will treat the for it unknown "3dFormat" > attribute, especially in SIP >> negotiation. >> >> >> >> I have found the following related info: >> >> >> >> * The SDP spec (RFC 4566) defines that unknown attributes MUST > be ignored: >> "If an attribute is received that is not understood, it MUST be > ignored by the receiver." (section >> 5.13) >> >> * The SDP offer/answer spec (RFC 3264) gives no information > about what to do with unknown >> attributes. The spec does not say whether the answerer can/will omit > unknown attributes in its answer. >> >> * The SIP spec (RFC 3261) specifies a warning code 306 > "Attribute not understood: One or more >> of the media attributes in the session description are not > supported.". It does not mandate using this >> warning code, or specify whether it can be used with a SIP 200 OK > response. >> >> >> >> Ideal would be, when the answerer would omit SDP attributes it does > not understand. In that case, the >> offerer can detect the client does not understand the "3dFormat" > attribute and can update its offer. >> >> >> >> Does any of you know more about how it works in praxis? Is there an > established way on how current >> implementations deal with unknown SDP attributes when doing SIP > negotiation? >> >> >> >> Thanks a lot for your help! >> >> >> >> Best regards, >> >> Bert > > _______________________________________________ > mmusic mailing list > mmusic@ietf.org > https://www.ietf.org/mailman/listinfo/mmusic > -- Miguel A. Garcia +34-91-339-3608 Ericsson Spain
- [MMUSIC] Question on unknown attributes in SDP of… Bert Greevenbosch
- Re: [MMUSIC] Question on unknown attributes in SD… Charles Eckel (eckelcu)
- Re: [MMUSIC] Question on unknown attributes in SD… Miguel A. Garcia
- Re: [MMUSIC] Question on unknown attributes in SD… Bert Greevenbosch
- Re: [MMUSIC] Question on unknown attributes in SD… Bert Greevenbosch
- Re: [MMUSIC] Question on unknown attributes in SD… Miguel A. Garcia