[Sipping] Examples in draft-ietf-sipping-config-framework-15

"Dale Worley" <dworley@nortel.com> Tue, 24 March 2009 18:18 UTC

Return-Path: <dworley@nortel.com>
X-Original-To: sipping@core3.amsl.com
Delivered-To: sipping@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 0A7E83A68B4 for <sipping@core3.amsl.com>; Tue, 24 Mar 2009 11:18:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.684
X-Spam-Level:
X-Spam-Status: No, score=-6.684 tagged_above=-999 required=5 tests=[AWL=-0.085, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
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 calTn+c9MZDe for <sipping@core3.amsl.com>; Tue, 24 Mar 2009 11:18:16 -0700 (PDT)
Received: from zcars04e.nortel.com (zcars04e.nortel.com [47.129.242.56]) by core3.amsl.com (Postfix) with ESMTP id 0AB3028C269 for <sipping@ietf.org>; Tue, 24 Mar 2009 11:18:15 -0700 (PDT)
Received: from zrtphxs1.corp.nortel.com (casmtp.ca.nortel.com [47.140.202.46]) by zcars04e.nortel.com (Switch-2.2.0/Switch-2.2.0) with ESMTP id n2OIIbH24710 for <sipping@ietf.org>; Tue, 24 Mar 2009 18:18:37 GMT
Received: from [47.141.31.135] ([47.141.31.135]) by zrtphxs1.corp.nortel.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 24 Mar 2009 14:19:02 -0400
From: Dale Worley <dworley@nortel.com>
To: SIPPING <sipping@ietf.org>
Content-Type: text/plain
Organization: Nortel Networks
Date: Tue, 24 Mar 2009 14:19:00 -0400
Message-Id: <1237918740.5485.27.camel@victoria-pingtel-com.us.nortel.com>
Mime-Version: 1.0
X-Mailer: Evolution 2.12.3 (2.12.3-5.fc8)
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 24 Mar 2009 18:19:02.0268 (UTC) FILETIME=[022E53C0:01C9ACAD]
Subject: [Sipping] Examples in draft-ietf-sipping-config-framework-15
X-BeenThere: sipping@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "SIPPING Working Group \(applications of SIP\)" <sipping.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/sipping>, <mailto:sipping-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sipping>
List-Post: <mailto:sipping@ietf.org>
List-Help: <mailto:sipping-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sipping>, <mailto:sipping-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Mar 2009 18:18:17 -0000

I've been looking at the examples in
draft-ietf-sipping-config-framework-15, and I suspect that one is not
correct.  Specifically, in section 7.1 is:

   SUBSCRIBE sip:urn%3auuid%3a00000000-0000-1000-0000-00FF8D82EDCB
             @example.com  SIP/2.0
   Event: ua-profile;profile-type=device;vendor="vendor.example.net";
          model="Z100";version="1.2.3";
   From: anonymous@example.com;tag=1234
   To: sip:urn%3auuid%3a00000000-0000-1000-0000-00FF8D82EDCB@example.com
   Call-ID: 3573853342923422@192.0.2.44
   CSeq: 2131 SUBSCRIBE
   Contact: sip:urn%3auuid%3a00000000-0000-1000-0000-00FF8D82EDCB
      @192.168.1.44
      ;+sip.instance="<urn:uuid:00000000-0000-0000-0000-123456789AB0>"
      ;schemes="http,https"
   Via: SIP/2.0/TCP 192.0.2.41;
     branch=z9hG4bK6d6d35b6e2a203104d97211a3d18f57a
   Accept: message/external-body, application/x-z100-device-profile
   Content-Length: 0

As far as I can tell, 5.1.4.2, the user part of the request-URI must be
the "device identifier", which would be in this case
"urn:uuid:00000000-0000-1000-0000-00FF8D82EDCB".  The +sip.instance
parameter of the Contact field must be the same as that in the local
network profile SUBSCRIBE request, which 5.1.4.1 refers to sip-outbound.

But it seems to me that the +sip.instance value is expected to be the
device identifier.  And yet, in this example, it is different from the
device identifier in the request URI.  I suspect that I'm not
understanding the concept behind this.

Dale