Re: [sipcore] #9: What should an SBC do when it resolves registered contacts?

Paul Kyzivat <pkyzivat@cisco.com> Mon, 30 August 2010 18:38 UTC

Return-Path: <pkyzivat@cisco.com>
X-Original-To: sipcore@core3.amsl.com
Delivered-To: sipcore@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id E1BCA3A6814 for <sipcore@core3.amsl.com>; Mon, 30 Aug 2010 11:38:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -110.507
X-Spam-Level:
X-Spam-Status: No, score=-110.507 tagged_above=-999 required=5 tests=[AWL=0.092, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HDWy4aNAWbZK for <sipcore@core3.amsl.com>; Mon, 30 Aug 2010 11:38:07 -0700 (PDT)
Received: from rtp-iport-2.cisco.com (rtp-iport-2.cisco.com [64.102.122.149]) by core3.amsl.com (Postfix) with ESMTP id A35153A682B for <sipcore@ietf.org>; Mon, 30 Aug 2010 11:38:07 -0700 (PDT)
Authentication-Results: rtp-iport-2.cisco.com; dkim=neutral (message not signed) header.i=none
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Av0EADSXe0xAZnwM/2dsb2JhbACDF507caMAiW2RZYEigyJzBIoJ
X-IronPort-AV: E=Sophos;i="4.56,294,1280707200"; d="scan'208";a="153544960"
Received: from rtp-core-1.cisco.com ([64.102.124.12]) by rtp-iport-2.cisco.com with ESMTP; 30 Aug 2010 18:38:38 +0000
Received: from [161.44.174.142] (dhcp-161-44-174-142.cisco.com [161.44.174.142]) by rtp-core-1.cisco.com (8.13.8/8.14.3) with ESMTP id o7UIccLT025885; Mon, 30 Aug 2010 18:38:38 GMT
Message-ID: <4C7BFAAA.4000409@cisco.com>
Date: Mon, 30 Aug 2010 14:38:34 -0400
From: Paul Kyzivat <pkyzivat@cisco.com>
User-Agent: Thunderbird 2.0.0.24 (Windows/20100228)
MIME-Version: 1.0
To: sipcore issue tracker <trac@tools.ietf.org>
References: <064.095bc2caaa02e01e9bc1234e3c8941af@tools.ietf.org>
In-Reply-To: <064.095bc2caaa02e01e9bc1234e3c8941af@tools.ietf.org>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 8bit
Cc: sipcore@ietf.org
Subject: Re: [sipcore] #9: What should an SBC do when it resolves registered contacts?
X-BeenThere: sipcore@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: SIP Core Working Group <sipcore.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/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, 30 Aug 2010 18:38:09 -0000

[as individual]

Note that an SBC is not required to get this behavior.
It can happen any time somebody REGISTERs a contact address that happens 
to be an AOR serviced by another registrar. While AFAIK this is not a 
frequent occurrence in the wild, its certainly possible and permitted.

	Thanks,
	Paul

sipcore issue tracker wrote:
> #9: What should an SBC do when it resolves registered contacts?
> ------------------------------------+---------------------------------------
>  Reporter:  hkaplan@…               |       Owner:            
>      Type:  enhancement             |      Status:  new       
>  Priority:  minor                   |   Milestone:  milestone1
> Component:  rfc4244bis              |     Version:  2.0       
>  Severity:  In WG Last Call         |    Keywords:            
> ------------------------------------+---------------------------------------
>  In many deployments, SBC's perform a registration caching model, whereby
>  they have a local registration cache which is used to replace request-
>  uri's for routing to endpoints.  The UA registers to the SBC using contact
>  URI X, and the SBC sends contact URI Y to the full Registrar; so when a
>  request to Y comes to the SBC, it replaces it with X.
> 
>  Under that model, do we expect the SBC to add an H-I of type "rc"?  If so,
>  for the same fork branch, there will be two "rc" entries, one for Y and
>  one for X. (if the SBC doesn't simply remove the Y entry)
> 
>  Therefore, I think there should be some text to make it clear that
>  receiving a H-I list with multiple "rc" entries for the same branch tree
>  is ok.  For example, receiving a index 1.1 of "rc" followed by a 1.1.1 of
>  "rc", and maybe even a 1.1.1.1 of "rc".
>