Re: [sipcore] New Version Notification for draft-sparks-sipcore-refer-explicit-subscription-01

Robert Sparks <rjsparks@nostrum.com> Mon, 06 October 2014 14:26 UTC

Return-Path: <rjsparks@nostrum.com>
X-Original-To: sipcore@ietfa.amsl.com
Delivered-To: sipcore@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2CAFE1A0300 for <sipcore@ietfa.amsl.com>; Mon, 6 Oct 2014 07:26:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.686
X-Spam-Level:
X-Spam-Status: No, score=-2.686 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.786] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YvZTOxZQewOl for <sipcore@ietfa.amsl.com>; Mon, 6 Oct 2014 07:26:06 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3FAAD1A033E for <sipcore@ietf.org>; Mon, 6 Oct 2014 07:26:06 -0700 (PDT)
Received: from unnumerable.local ([173.64.248.98]) (authenticated bits=0) by nostrum.com (8.14.9/8.14.7) with ESMTP id s96EQ2QQ059234 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=OK); Mon, 6 Oct 2014 09:26:03 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [173.64.248.98] claimed to be unnumerable.local
Message-ID: <5432A675.9020702@nostrum.com>
Date: Mon, 06 Oct 2014 09:25:57 -0500
From: Robert Sparks <rjsparks@nostrum.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.1.1
MIME-Version: 1.0
To: OKUMURA Shinji <ietf.shinji@gmail.com>, "sipcore@ietf.org" <sipcore@ietf.org>
References: <20140908203132.10649.77126.idtracker@ietfa.amsl.com> <540E1444.4020205@nostrum.com> <21CFDEE5BE1BABietf.shinji@gmail.com> <542E62B6.8010309@nostrum.com> <52CFE128A63254ietf.shinji@gmail.com>
In-Reply-To: <52CFE128A63254ietf.shinji@gmail.com>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: http://mailarchive.ietf.org/arch/msg/sipcore/gmHBD96crppm_GhFrHwXoGMXXQw
Subject: Re: [sipcore] New Version Notification for draft-sparks-sipcore-refer-explicit-subscription-01
X-BeenThere: sipcore@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: SIP Core Working Group <sipcore.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sipcore>, <mailto:sipcore-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sipcore/>
List-Post: <mailto:sipcore@ietf.org>
List-Help: <mailto:sipcore-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sipcore>, <mailto:sipcore-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 06 Oct 2014 14:26:08 -0000

On 10/6/14 12:44 AM, OKUMURA Shinji wrote:
> Hello Robert,
>
>> On 10/3/14 10:40 AM, OKUMURA Shinji wrote:
>>> Hi,
>>>
>>> As a general rule, REFER request may fork.
>>> But a referrer receives only one response(i.e. Refer-Events-At).
>>> Does this draft disallow a REFER request to be forked?
>> No.
>>
>> If the REFER forks, it will get responses from each branch of the fork.
>> The response from each branch will have its own information about whether
>> the REFER was accepted on that branch, including its own Refer-Events-At
>> URI.
> In accordance with the following, a successful response for REFER
> request is only one.
>
> RFC3261
> 17.1.2.1 Overview of the non-INVITE Transaction
>
>     Unlike an INVITE transaction, a non-INVITE transaction has no special
>     handling for the 2xx response.  The result is that only a single 2xx
>     response to a non-INVITE is ever delivered to a UAC.
Wow (slaps forehead) - very good catch. That's the whole reason the 
immediate NOTIFY
in SIP Events exists.

The consequences of that are going to require some time to think through.


>
>
>> With the typical use of REFER specified to date (transfer), the refer
>> will have
>> a Target-Dialog header field and will likely be accepted at only one of the
>> places it might have forked to.
>>
>> RjS
> Regards,
> Shinji