Re: [v6ops] Happy Eyeballs and SIP

"Olle E. Johansson" <oej@edvina.net> Mon, 07 March 2011 20:05 UTC

Return-Path: <oej@edvina.net>
X-Original-To: v6ops@core3.amsl.com
Delivered-To: v6ops@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 80EDC3A677E for <v6ops@core3.amsl.com>; Mon, 7 Mar 2011 12:05:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level:
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[AWL=0.150, BAYES_00=-2.599, HELO_EQ_SE=0.35]
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 bzYVpNWdAXPJ for <v6ops@core3.amsl.com>; Mon, 7 Mar 2011 12:05:09 -0800 (PST)
Received: from ns.webway.se (ns.webway.se [87.96.134.125]) by core3.amsl.com (Postfix) with ESMTP id D2EFA3A6407 for <v6ops@ietf.org>; Mon, 7 Mar 2011 12:04:59 -0800 (PST)
Received: from [192.168.40.12] (unknown [192.168.40.12]) by ns.webway.se (Postfix) with ESMTP id E0CC32841F; Mon, 7 Mar 2011 21:06:11 +0100 (CET)
Mime-Version: 1.0 (Apple Message framework v1082)
Content-Type: text/plain; charset="us-ascii"
From: "Olle E. Johansson" <oej@edvina.net>
In-Reply-To: <117401cbdcdd$8c9ccac0$a5d66040$@com>
Date: Mon, 07 Mar 2011 21:06:11 +0100
Content-Transfer-Encoding: quoted-printable
Message-Id: <2E7989D3-B865-4D5A-ACE9-A74567BAD065@edvina.net>
References: <83928D99-9809-4BF9-A710-28366AF46BBB@edvina.net> <117401cbdcdd$8c9ccac0$a5d66040$@com>
To: Dan Wing <dwing@cisco.com>
X-Mailer: Apple Mail (2.1082)
Cc: v6ops@ietf.org
Subject: Re: [v6ops] Happy Eyeballs and SIP
X-BeenThere: v6ops@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: v6ops discussion list <v6ops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/v6ops>, <mailto:v6ops-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/v6ops>
List-Post: <mailto:v6ops@ietf.org>
List-Help: <mailto:v6ops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/v6ops>, <mailto:v6ops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Mar 2011 20:05:10 -0000

7 mar 2011 kl. 16.37 skrev Dan Wing:

>> -----Original Message-----
>> From: v6ops-bounces@ietf.org [mailto:v6ops-bounces@ietf.org] On Behalf
>> Of Olle E. Johansson
>> Sent: Monday, March 07, 2011 1:40 AM
>> To: v6ops@ietf.org
>> Subject: [v6ops] Happy Eyeballs and SIP
>> 
>> Hi!
>> 
>> Has anyone considered the issues covered in the happy-eyeballs draft
>> for SIP?
>> 
>> A 19 or 32 second time out when placing a call is not a good user
>> experience... I think this applies to SIP over TCP, and possibly also
>> needs to be handled for UDP.
>> I don't see this handled in the draft for IPv6 transition in the
>> Session Initiation Protocol (soon-to-be RFC 6157)
>> 
>> Seems like the scope of the happy eyeballs draft is HTTP, so the
>> question is if this should be expanded or if we need other drafts for
>> other protocols.
> 
> ICE (RFC5245) resolves the problem perfectly, and is the plan-of-record for
> how to support the transition to IPv6 for SIP
> (draft-ietf-sipping-v6-transition).  ICE does connectivity checks, so it
> figures out if IPv4 or IPv6 (or UDP, or TCP) is working between two peers,
> and uses that path.  ICE can be performed while the phone is ringing, so
> does not delay call set up.  ICE was one of the inspirations for Happy
> Eyeballs.
> 
> There is resistance to ICE because of (a) its complexity and (b) a
> perception that "IPv6 works fine on my network", which has fostered the
> creation of several other solutions, including an idea we nicknamed "Happy
> Eardrums", draft-wing-dispatch-v6-migration, which we have since abandoned.
> ICE does more, and it does a better job.
> 
Thanks for the feedback.

Please tell me how Ice solves the issue of a phone calling a SIP domain with both A and AAAA records for the first selected host.
The proxy or the UA will try to contact first over one connection, time out after T1*64 and then maybe retry.

As far as I know ICE handles media, but not the signalling. But I may be misunderstanding something.

Cheers,
/O