[sipcore] Does a forking proxy send 481?

Christer Holmberg <christer.holmberg@ericsson.com> Wed, 22 December 2010 22:22 UTC

Return-Path: <christer.holmberg@ericsson.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 825C93A68C6 for <sipcore@core3.amsl.com>; Wed, 22 Dec 2010 14:22:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level:
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[AWL=0.152, 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 VHW7thj2pVpE for <sipcore@core3.amsl.com>; Wed, 22 Dec 2010 14:22:37 -0800 (PST)
Received: from mailgw9.se.ericsson.net (mailgw9.se.ericsson.net [193.180.251.57]) by core3.amsl.com (Postfix) with ESMTP id F01F93A6B45 for <sipcore@ietf.org>; Wed, 22 Dec 2010 14:22:33 -0800 (PST)
X-AuditID: c1b4fb39-b7cfbae000005c8e-6c-4d127aa0a34a
Received: from esessmw0184.eemea.ericsson.se (Unknown_Domain [153.88.253.125]) by mailgw9.se.ericsson.net (Symantec Mail Security) with SMTP id F5.50.23694.0AA721D4; Wed, 22 Dec 2010 23:24:32 +0100 (CET)
Received: from ESESSCMS0356.eemea.ericsson.se ([169.254.1.237]) by esessmw0184.eemea.ericsson.se ([153.88.115.81]) with mapi; Wed, 22 Dec 2010 23:24:31 +0100
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: "sipcore@ietf.org" <sipcore@ietf.org>
Date: Wed, 22 Dec 2010 23:24:31 +0100
Thread-Topic: Does a forking proxy send 481?
Thread-Index: AQHLoicB3RtUyQIKOk6iYgKUeLVlzw==
Message-ID: <7F2072F1E0DE894DA4B517B93C6A05850482F0C3@ESESSCMS0356.eemea.ericsson.se>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Brightmail-Tracker: AAAAAA==
Subject: [sipcore] Does a forking proxy send 481?
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: Wed, 22 Dec 2010 22:22:39 -0000

Hi,

A minor old school SIP question to think about when getting prepared for the holidays:

Fact: A stateful proxy forks an INVITE.

Fact: Some early dialogs are created.

Fact: The proxy receives a 4xx response on early dialog ED1.

Fact: The proxy does not forward the 4xx response, as it waits for final responses on the other early dialogs.

Fact: The UAC sends an in-dialog request on ED1 (since it is not aware that ED1 has been terminated).

Question: Does the forking proxy send a 481 response to the request, or does it forward it towards the remote UAS previously associated with ED1?


The reason I ask is because of a question whether there should always be a 2xx response to a PRACK, even if the associated dialog has been terminated. But, a proxy that does not know PRACK would of course send a 481.


Regards,

Christer