Re: [MMUSIC] Feedback requested on requirements

worley@ariadne.com (Dale R. Worley) Thu, 25 April 2013 19:36 UTC

Return-Path: <worley@shell01.TheWorld.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 C354421F96E6 for <mmusic@ietfa.amsl.com>; Thu, 25 Apr 2013 12:36:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.905
X-Spam-Level:
X-Spam-Status: No, score=-2.905 tagged_above=-999 required=5 tests=[AWL=0.075, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1, RCVD_IN_SORBS_WEB=0.619]
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 I8i8P4DXwdEF for <mmusic@ietfa.amsl.com>; Thu, 25 Apr 2013 12:36:01 -0700 (PDT)
Received: from TheWorld.com (pcls5.std.com [192.74.137.145]) by ietfa.amsl.com (Postfix) with ESMTP id 087BB21F96DE for <mmusic@ietf.org>; Thu, 25 Apr 2013 12:36:00 -0700 (PDT)
Received: from shell.TheWorld.com (svani@shell01.theworld.com [192.74.137.71]) by TheWorld.com (8.14.5/8.14.5) with ESMTP id r3PJZK2H015380; Thu, 25 Apr 2013 15:35:22 -0400
Received: from shell01.TheWorld.com (localhost [127.0.0.1]) by shell.TheWorld.com (8.13.6/8.12.8) with ESMTP id r3PJZK3C3435476; Thu, 25 Apr 2013 15:35:20 -0400 (EDT)
Received: (from worley@localhost) by shell01.TheWorld.com (8.13.6/8.13.6/Submit) id r3PJZKXe3439225; Thu, 25 Apr 2013 15:35:20 -0400 (EDT)
Date: Thu, 25 Apr 2013 15:35:20 -0400
Message-Id: <201304251935.r3PJZKXe3439225@shell01.TheWorld.com>
From: worley@ariadne.com
Sender: worley@ariadne.com
To: Christer Holmberg <christer.holmberg@ericsson.com>
In-reply-to: <7594FB04B1934943A5C02806D1A2204B1C36072A@ESESSMB209.ericsson.se> (christer.holmberg@ericsson.com)
References: <201304251725.r3PHPNPu3426177@shell01.TheWorld.com> <7594FB04B1934943A5C02806D1A2204B1C36072A@ESESSMB209.ericsson.se>
Cc: mmusic@ietf.org
Subject: Re: [MMUSIC] Feedback requested on requirements
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: Thu, 25 Apr 2013 19:36:01 -0000

> From: Christer Holmberg <christer.holmberg@ericsson.com>
>
> >Here are two desiderata based on the limitations of existing
> >intermediate devices:
> >
> >   DES C6  After offer/answer processing is finished, if the exchanged
> >      SDP is examined by a non-supporting SBC, the set of transport
> >      associations that it sees being specified for media exchange
> >      should be the set that are actually used for media transfer.
> >
> >   This is needed because SBCs monitor the packet traffic on the
> >   transport associations and if no media is seen on one of the
> >   associations for a significant period of time, the SBC will tear down
> >   the call.  This desideratum was suggested by Hadriel Kaplan.
> 
> Well, this is not the case with BUNDLE, after the first O/A
> transaction. That's why there is a second O/A transaction.

That's true, which is an undesirable feature of BUNDLE.  (But we may
have to tolerate that undesirable feature in order to avoid an even
more undesirable feature.)

> >   DES C7  In a session description, no endpoint of a transport
> >      association may be used multiple times.
> >
> >   Such duplication is not defined by [RFC4566].  Some SBCs do not
> >   support such duplication (ultimately, because it was not supported by
> >   [RFC2327]), and they reject SDP specifying duplicated transport
> >   association endpoints.  This desideratum was suggested by Cullen
> >   Jennings.
> 
> I don't understand what is meant by this desiderata.

"Don't specify the same address/port in two m= lines."

Dale