[martini] #62: Public GRUU Example

"martini issue tracker" <trac@tools.ietf.org> Sat, 24 July 2010 14:21 UTC

Return-Path: <trac@tools.ietf.org>
X-Original-To: martini@core3.amsl.com
Delivered-To: martini@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id A80AB3A694C for <martini@core3.amsl.com>; Sat, 24 Jul 2010 07:21:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.573
X-Spam-Level:
X-Spam-Status: No, score=-102.573 tagged_above=-999 required=5 tests=[AWL=0.027, BAYES_00=-2.599, NO_RELAYS=-0.001, 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 WD97kPoTJJ9M for <martini@core3.amsl.com>; Sat, 24 Jul 2010 07:21:04 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (unknown [IPv6:2001:1890:1112:1::2a]) by core3.amsl.com (Postfix) with ESMTP id BD83F3A67FC for <martini@ietf.org>; Sat, 24 Jul 2010 07:21:04 -0700 (PDT)
Received: from localhost ([::1] helo=zinfandel.tools.ietf.org) by zinfandel.tools.ietf.org with esmtp (Exim 4.72) (envelope-from <trac@tools.ietf.org>) id 1OcfbN-0002HJ-Uc; Sat, 24 Jul 2010 07:21:21 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: martini issue tracker <trac@tools.ietf.org>
X-Trac-Version: 0.11.7
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.11.7, by Edgewall Software
To: adam@nostrum.com, ernst.horvath@siemens-enterprise.com
X-Trac-Project: martini
Date: Sat, 24 Jul 2010 14:21:21 -0000
X-URL: http://tools.ietf.org/martini/
X-Trac-Ticket-URL: http://tools.ietf.org/wg/martini/trac/ticket/62
Message-ID: <078.951de67fe3f3dbf4c2a7a2cb77c7bff0@tools.ietf.org>
X-Trac-Ticket-ID: 62
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: adam@nostrum.com, ernst.horvath@siemens-enterprise.com, martini@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Cc: martini@ietf.org
Subject: [martini] #62: Public GRUU Example
X-BeenThere: martini@ietf.org
X-Mailman-Version: 2.1.9
List-Id: Discussion of en-mass SIP PBX registration mechanisms <martini.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/martini>, <mailto:martini-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/martini>
List-Post: <mailto:martini@ietf.org>
List-Help: <mailto:martini-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/martini>, <mailto:martini-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 24 Jul 2010 14:21:05 -0000

#62: Public GRUU Example
--------------------------------------------------+-------------------------
 Reporter:  ernst.horvath@…                       |       Owner:  adam@…          
     Type:  defect                                |      Status:  new             
 Priority:  major                                 |   Milestone:  milestone1      
Component:  gin                                   |     Version:  1.0             
 Severity:  In WG Last Call                       |    Keywords:                  
--------------------------------------------------+-------------------------
 I don't understand the public GRUU example in 7.1.1. The GRUU returned to
 a UA by the SIP-PBX looks like this:

    <allOneLine>
    Contact: <sip:line-1 at 10.20.1.17>;
    pub-gruu="sip:+12145550102 at ssp.example.com;bnc;gr=urn:
    uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6;sg=00:05:03:5e:70:a6";
    +sip.instance="<urn:uuid:d0e2f290-104b-11df-8a39-0800200c9a66>"
    ;expires=3600
    </allOneLine>

 And may result in e.g. an INVITE request arriving at the SSP with the
 following Request-URI:

 <allOneLine>
    INVITE sip:+12145550102 at ssp.example.com;bnc;gr=urn:
    uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6;sg=00:05:03:5e:70:a6 SIP/2.0
 </allOneLine>

 I always thought a bnc parameter will only appear in REGISTER messages?
 Besides that, this would be the only case where both a user part and a bnc
 parameter appear together.

-- 
Ticket URL: <http://tools.ietf.org/wg/martini/trac/ticket/62>
martini <http://tools.ietf.org/martini/>