Re: [Sip] Query on RFC 3578 v/s RFC 3261

Arunachala <arun1977@gmail.com> Wed, 31 March 2010 06:04 UTC

Return-Path: <arun1977@gmail.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 7B4E33A6955 for <sip@core3.amsl.com>; Tue, 30 Mar 2010 23:04:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.469
X-Spam-Level:
X-Spam-Status: No, score=-1.469 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, DNS_FROM_OPENWHOIS=1.13]
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 JDs+fLJAILNn for <sip@core3.amsl.com>; Tue, 30 Mar 2010 23:04:09 -0700 (PDT)
Received: from mail-pz0-f172.google.com (mail-pz0-f172.google.com [209.85.222.172]) by core3.amsl.com (Postfix) with ESMTP id 94ED03A68CF for <sip@ietf.org>; Tue, 30 Mar 2010 23:04:09 -0700 (PDT)
Received: by pzk2 with SMTP id 2so4193938pzk.19 for <sip@ietf.org>; Tue, 30 Mar 2010 23:04:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=njiV9yM+9g5/KOtGkUg1MCRBloAAnyRHtsjKhKZQbC8=; b=ClBqQuvt+iGOonAg2Ofi58KVdc2ZxFomDVwZ8cOAQXHJH6wZJPRLjPJQ5H8CLCiE8A FgYVuAt2Of9sSiyfrASSXGZfl/YSjjhIwFChtuxlVCCFkCctCZuIzIcXn/4Vo/Dw+p+H pbnEgG0LnydcwtMk3AGio1wzZ437ItXh99WWE=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=BR0XG8KrcpH+2TDWCc84yCP7T6Wej6oV5giPOl3OZCw8k8Q6cf4ijGoo9Nd0R6m3Ly 8j3ClYlI4D3gdUl5L8i2Llr5HMJdWwl3dn/fZDpemU3tVI0JWz7OfnqBc5eaBPxYlO4G fKCinIAXn8AOa8lTeNnlPgaudk/0S8KsdUQik=
MIME-Version: 1.0
Received: by 10.114.59.13 with HTTP; Tue, 30 Mar 2010 23:04:17 -0700 (PDT)
In-Reply-To: <98041FB94260464FB06D65C8E9E6473B9CC977@XMB-BGL-41D.cisco.com>
References: <98041FB94260464FB06D65C8E9E6473B9CC977@XMB-BGL-41D.cisco.com>
From: Arunachala <arun1977@gmail.com>
Date: Tue, 30 Mar 2010 23:04:17 -0700
Received: by 10.114.187.19 with SMTP id k19mr314546waf.20.1270015477132; Tue, 30 Mar 2010 23:04:37 -0700 (PDT)
Message-ID: <w2ocf0140031003302304k39ad7d10re6bd281b36a87ea0@mail.gmail.com>
To: "Sreerekha Shenoy (sresheno)" <sresheno@cisco.com>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
Cc: sip@ietf.org
Subject: Re: [Sip] Query on RFC 3578 v/s RFC 3261
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: Wed, 31 Mar 2010 06:04:10 -0000

Hi,
   I don't think are contradictory.

  RFC 3261 is talking about an INVITE transaction within a dialog.
Since in the case of RFC 3578, there is NO dialog setup yet, as there
is NO response for the initial INVITE, RFC 3261 Section 14.1 does NOT
hold good here.

Regards,
Arun

On Tue, Mar 30, 2010 at 10:47 PM, Sreerekha Shenoy (sresheno)
<sresheno@cisco.com> wrote:
> Hi,
>
>  I was reading the RFC 3578 regarding ISUP overlap signaling to SIP.
>
>
>
> In RFC 3578:
>
> 3.2.  Generating Multiple INVITEs
>
> …
>
> If a SAM arrives to the gateway, T10 is refreshed and a new INVITE
>
>    with the new digits received is sent.  The new INVITE has the same
>
>    Call-ID and the same From header field including the tag as the first
>
>    INVITE sent, but has an updated Request-URI.
>
>
>
> [This section seems to indicate that the new INVITE happens without awaiting
> the final response for the previous INVITE]
>
>
>
>
>
> In RFC 3261:
>
> 14.1 UAC Behavior
>
> …
>
>   Note that a UAC MUST NOT initiate a new INVITE transaction within a
>
>    dialog while another INVITE transaction is in progress in either
>
>    direction.
>
>
>
> …
>
>
>
>  I find the two RFCs contradicting each other w.r.t INVITE initiated before
> the previous INVITE transaction was over in case of RFC 3578.
>
>  Please let me know if I am wrong in my understanding.
>
>
>
>
>
> Thanks,
>
> Best Regards,
>
> Rekha
>
>
>
> _______________________________________________
> Sip mailing list  https://www.ietf.org/mailman/listinfo/sip
> This list is essentially closed and only used for finishing old business.
> Use sip-implementors@cs.columbia.edu for questions on how to develop a SIP
> implementation.
> Use dispatch@ietf.org for new developments on the application of sip.
> Use sipcore@ietf.org for issues related to maintenance of the core SIP
> specifications.
>