Re: [sipcore] 4244bis: How does History-Info account for Route?

Shida Schubert <shida@ntt-at.com> Sun, 10 July 2011 09:22 UTC

Return-Path: <shida@ntt-at.com>
X-Original-To: sipcore@ietfa.amsl.com
Delivered-To: sipcore@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E8EC221F85B5 for <sipcore@ietfa.amsl.com>; Sun, 10 Jul 2011 02:22:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.265
X-Spam-Level:
X-Spam-Status: No, score=-102.265 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599, IP_NOT_FRIENDLY=0.334, 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 7DDlGY00YeNU for <sipcore@ietfa.amsl.com>; Sun, 10 Jul 2011 02:22:06 -0700 (PDT)
Received: from gator465.hostgator.com (gator465.hostgator.com [69.56.174.130]) by ietfa.amsl.com (Postfix) with ESMTP id BBE6721F85B4 for <sipcore@ietf.org>; Sun, 10 Jul 2011 02:22:06 -0700 (PDT)
Received: from flh1ade252.tky.mesh.ad.jp ([220.102.214.252]:55734 helo=[192.168.11.2]) by gator465.hostgator.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from <shida@ntt-at.com>) id 1QfqDF-0001ll-R5; Sun, 10 Jul 2011 04:22:06 -0500
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset="us-ascii"
From: Shida Schubert <shida@ntt-at.com>
In-Reply-To: <CD5674C3CD99574EBA7432465FC13C1B222B1F5732@DC-US1MBEX4.global.avaya.com>
Date: Sun, 10 Jul 2011 18:22:05 +0900
Content-Transfer-Encoding: quoted-printable
Message-Id: <DB2F0596-D393-4710-89EC-8563230FBCAF@ntt-at.com>
References: <CD5674C3CD99574EBA7432465FC13C1B222B1F5732@DC-US1MBEX4.global.avaya.com>
To: "Worley, Dale R (Dale)" <dworley@avaya.com>
X-Mailer: Apple Mail (2.1084)
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - gator465.hostgator.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - ntt-at.com
X-BWhitelist: no
X-Source:
X-Source-Args:
X-Source-Dir:
X-Source-Sender: flh1ade252.tky.mesh.ad.jp ([192.168.11.2]) [220.102.214.252]:55734
X-Source-Auth: shida@agnada.com
X-Email-Count: 4
X-Source-Cap: c3NoaWRhO3NzaGlkYTtnYXRvcjQ2NS5ob3N0Z2F0b3IuY29t
Cc: "sipcore@ietf.org" <sipcore@ietf.org>
Subject: Re: [sipcore] 4244bis: How does History-Info account for Route?
X-BeenThere: sipcore@ietf.org
X-Mailman-Version: 2.1.12
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: Sun, 10 Jul 2011 09:22:08 -0000

Hi Dale;

 The H-I will capture the request being routed via Route header
but will not add any tag. 

 It would have a redundant R-URI in H-I but will increase the 
depth of branch. It will not have the "rc" tag, we considered 
a tag "np" (No-op) for this in the earlier version of the draft but 
WG decided it was useless so we removed it from the draft. 

 e.g. 

     History-Info: <sip:john@example.com>;index=1;
     History-Info: <sip:john@example.com>;index=1.1;  (H-I due to Route header)
     History-Info: <sip:john@192.0.2.1?Reason%3BSIP%3Dcause%3B408>;index=1.1.1;rc=1.1;
     History-Info: <sip:john@192.0.2.5>;index=1.1.2;rc=1.1;

 Regards
  Shida

On Jul 6, 2011, at 4:10 AM, Worley, Dale R (Dale) wrote:

> How does the History-Info reflect the actions due to Route headers?  As written, while the request is being routed due to the Route URIs, the request-URI does not change, and so many History-Info entries show the request-URI (and give no information about where the request was being sent).
> 
> Oddly, I ran into this while I was considering a practical use for H-I:  It allows the upstream proxies to determine if a fork reached a particular downstream proxy, and so helps with the "redundant paths" routing issue.
> 
> Dale
> _______________________________________________
> sipcore mailing list
> sipcore@ietf.org
> https://www.ietf.org/mailman/listinfo/sipcore