Re: [Sip] Warning header

Christer Holmberg <christer.holmberg@ericsson.com> Thu, 10 March 2011 11:22 UTC

Return-Path: <christer.holmberg@ericsson.com>
X-Original-To: sip@core3.amsl.com
Delivered-To: sip@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 2A1483A6A07 for <sip@core3.amsl.com>; Thu, 10 Mar 2011 03:22:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.986
X-Spam-Level:
X-Spam-Status: No, score=-5.986 tagged_above=-999 required=5 tests=[AWL=-0.587, BAYES_00=-2.599, J_CHICKENPOX_15=0.6, J_CHICKENPOX_18=0.6, 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 nqbqzVsfZuzQ for <sip@core3.amsl.com>; Thu, 10 Mar 2011 03:22:13 -0800 (PST)
Received: from mailgw10.se.ericsson.net (mailgw10.se.ericsson.net [193.180.251.61]) by core3.amsl.com (Postfix) with ESMTP id 20DA23A69D0 for <sip@ietf.org>; Thu, 10 Mar 2011 03:22:12 -0800 (PST)
X-AuditID: c1b4fb3d-b7bbbae000005311-95-4d78b4b176b5
Received: from esessmw0256.eemea.ericsson.se (Unknown_Domain [153.88.253.124]) by mailgw10.se.ericsson.net (Symantec Mail Security) with SMTP id FB.00.21265.1B4B87D4; Thu, 10 Mar 2011 12:23:29 +0100 (CET)
Received: from ESESSCMS0356.eemea.ericsson.se ([169.254.1.30]) by esessmw0256.eemea.ericsson.se ([10.2.3.125]) with mapi; Thu, 10 Mar 2011 12:23:29 +0100
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: isshed <isshed.sip@gmail.com>, "sip@ietf.org" <sip@ietf.org>, sip-implementors <sip-implementors@lists.cs.columbia.edu>
Date: Thu, 10 Mar 2011 12:23:27 +0100
Thread-Topic: [Sip] Warning header
Thread-Index: AcvfFKZ3Gv7i1pkQTU6qckBLgAAwPwAAKfzw
Message-ID: <7F2072F1E0DE894DA4B517B93C6A05851948FF292D@ESESSCMS0356.eemea.ericsson.se>
References: <AANLkTinCuruaerHNjfw51FnvQ_t6-RwOS5FwgOvWMrmp@mail.gmail.com>
In-Reply-To: <AANLkTinCuruaerHNjfw51FnvQ_t6-RwOS5FwgOvWMrmp@mail.gmail.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Brightmail-Tracker: AAAAAA==
Subject: Re: [Sip] Warning header
X-BeenThere: sip@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Session Initiation Protocol <sip.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/sip>, <mailto:sip-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sip>
List-Post: <mailto:sip@ietf.org>
List-Help: <mailto:sip-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sip>, <mailto:sip-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 10 Mar 2011 11:22:14 -0000

Hi,
 
Per section 20.43 of RFC 3261, 306 seems like a good value.
 
 "306 Attribute not understood: One or more of the media attributes
      in the session description are not supported."

Note that it is not a SIP response code, but a code supposed to give additional information about the response.
 
Regards,
 
Christer
 
 
 
 


________________________________

	From: sip-bounces@ietf.org [mailto:sip-bounces@ietf.org] On Behalf Of isshed
	Sent: 10. maaliskuuta 2011 13:17
	To: sip@ietf.org; sip-implementors
	Subject: [Sip] Warning header
	
	
	Hi All, 
	 
	If an initial INVITE from an endpoint offer contains the sdp as follows.
	 
	m=audio 15190 RTP/AVP 100 101\r\n
	a=fmtp:18 annexb=yes\r\n
	a=fmtp:101 0-15\r\n
	a=rtpmap:100 UNACCEPTABLECODEC/8000\r\n
	a=sendrecv
	 
	the terminating endpoint returns an error response 488 with a warning header as follows.
	 
	Warning: 306 132.177.120.67:5060 "Attribute not understood"
	 
	Is 306 is correct response?
	 
	Thanks,