Re: [sipcore] About Join and Replaces Headers: //Replaces header's extension

"Worley, Dale R (Dale)" <dworley@avaya.com> Wed, 06 October 2010 19:36 UTC

Return-Path: <dworley@avaya.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 29A873A7239 for <sipcore@core3.amsl.com>; Wed, 6 Oct 2010 12:36:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.433
X-Spam-Level:
X-Spam-Status: No, score=-102.433 tagged_above=-999 required=5 tests=[AWL=0.166, BAYES_00=-2.599, 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 zWvGBPNGavsu for <sipcore@core3.amsl.com>; Wed, 6 Oct 2010 12:36:46 -0700 (PDT)
Received: from p-us1-iereast-outbound-tmp.us1.avaya.com (nj300815-nj-outbound.net.avaya.com [135.11.29.16]) by core3.amsl.com (Postfix) with ESMTP id 8AD773A719F for <sipcore@ietf.org>; Wed, 6 Oct 2010 12:36:12 -0700 (PDT)
X-IronPort-AV: E=Sophos;i="4.57,292,1283745600"; d="scan'208";a="37928052"
Received: from unknown (HELO co300216-co-erhwest.avaya.com) ([198.152.7.5]) by p-us1-iereast-outbound-tmp.us1.avaya.com with ESMTP; 06 Oct 2010 15:37:12 -0400
X-IronPort-AV: E=Sophos;i="4.57,292,1283745600"; d="scan'208";a="523951635"
Received: from unknown (HELO DC-US1HCEX3.global.avaya.com) ([135.11.52.22]) by co300216-co-erhwest-out.avaya.com with ESMTP; 06 Oct 2010 15:37:12 -0400
Received: from DC-US1MBEX4.global.avaya.com ([169.254.2.129]) by DC-US1HCEX3.global.avaya.com ([135.11.52.22]) with mapi; Wed, 6 Oct 2010 15:37:11 -0400
From: "Worley, Dale R (Dale)" <dworley@avaya.com>
To: "gao.yang2@zte.com.cn" <gao.yang2@zte.com.cn>
Date: Wed, 06 Oct 2010 15:37:11 -0400
Thread-Topic: [sipcore] About Join and Replaces Headers: //Replaces header's extension
Thread-Index: ActldAa3+RC9ddIjQrOuD2DrBUs3NwAGSBk3
Message-ID: <CD5674C3CD99574EBA7432465FC13C1B21FFC79CE4@DC-US1MBEX4.global.avaya.com>
References: <CD5674C3CD99574EBA7432465FC13C1B21FFC79C7E@DC-US1MBEX4.global.avaya.com>, <OF62DE9442.AC706F87-ON482577B4.0059988A-482577B4.005ACF2B@zte.com.cn>
In-Reply-To: <OF62DE9442.AC706F87-ON482577B4.0059988A-482577B4.005ACF2B@zte.com.cn>
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
Cc: "sipcore@ietf.org" <sipcore@ietf.org>
Subject: Re: [sipcore] About Join and Replaces Headers: //Replaces header's extension
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, 06 Oct 2010 19:36:49 -0000

________________________________________
From: gao.yang2@zte.com.cn [gao.yang2@zte.com.cn]

X -------------------- Y
      voice/video

//Y send voice/video session to X. As Y does not know X support HD video, so he send the call from a normal UE.

moving to (2):

  X -------------------- Y
  |       voice
  |
  +--------------------- Z
        HD video

//Then, X tell Y that his UE support HD video and want to establish the HD video stream. Please note that, X tell Y by voice, while not by any signalling.

//Then, Y use a new equipment(Z) to transfer the video stream from the orignal session. The voice stream is still between X and Y.
________________________________________

(BTW, you are using the same symbols for the *users* and the *UAs* here, and that creates confusion.)

If user Y (using UA Z) sends an INVITE-with-Replaces to X, then the original dialog (between UAs X and Y) *must* be terminated by X when it accepts the INVITE-with-Replaces.

What UA Z should do is send an INVITE-with-Join to X (offering only video), and then UA Y should do a re-INVITE to remove its video stream from its dialog with X (leaving the audio stream).  At that point, X is "mixing" two dialogs, but each media stream (audio and video) is used by only one leg of the conference, so X doesn't need to do any actual mixing processing.

Dale