RE: [Sip] Support for Multipart/MIME

"Christer Holmberg \(JO/LMF\)" <christer.holmberg@ericsson.com> Thu, 10 May 2007 02:14 UTC

Return-path: <sip-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1HlyAY-0005OP-F3; Wed, 09 May 2007 22:14:14 -0400
Received: from sip by megatron.ietf.org with local (Exim 4.43) id 1HlyAX-0005OG-68 for sip-confirm+ok@megatron.ietf.org; Wed, 09 May 2007 22:14:13 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1HlyAW-0005O6-SS for sip@ietf.org; Wed, 09 May 2007 22:14:12 -0400
Received: from mailgw4.ericsson.se ([193.180.251.62]) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1HlyAW-0006aL-8G for sip@ietf.org; Wed, 09 May 2007 22:14:12 -0400
Received: from mailgw4.ericsson.se (unknown [127.0.0.1]) by mailgw4.ericsson.se (Symantec Mail Security) with ESMTP id B3F68205AF; Thu, 10 May 2007 04:14:11 +0200 (CEST)
X-AuditID: c1b4fb3e-af9eebb0000061ca-1e-46427ff3d3dc
Received: from esealmw126.eemea.ericsson.se (unknown [153.88.254.123]) by mailgw4.ericsson.se (Symantec Mail Security) with ESMTP id 92306200C8; Thu, 10 May 2007 04:14:11 +0200 (CEST)
Received: from esealmw113.eemea.ericsson.se ([153.88.200.4]) by esealmw126.eemea.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Thu, 10 May 2007 04:14:11 +0200
x-mimeole: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Subject: RE: [Sip] Support for Multipart/MIME
Date: Thu, 10 May 2007 04:14:02 +0200
Message-ID: <7374777208BDC7449D5620EF9423256703F22476@esealmw113.eemea.ericsson.se>
In-Reply-To: <0db201c792a7$5a1d6ca0$c4a36b80@amer.cisco.com>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [Sip] Support for Multipart/MIME
Thread-Index: AceLQnkGjbn27+D9RPmgzW7CtVAiTwCLfMUAAT8wFTAADhBjIAAATZvgAABUtoA=
References: <7374777208BDC7449D5620EF9423256703F22473@esealmw113.eemea.ericsson.se> <0db201c792a7$5a1d6ca0$c4a36b80@amer.cisco.com>
From: "Christer Holmberg (JO/LMF)" <christer.holmberg@ericsson.com>
To: Dan Wing <dwing@cisco.com>, Dale.Worley@comcast.net
X-OriginalArrivalTime: 10 May 2007 02:14:11.0314 (UTC) FILETIME=[E5EEC520:01C792A8]
X-Brightmail-Tracker: AAAAAA==
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 1449ead51a2ff026dcb23465f5379250
Cc: sip@ietf.org
X-BeenThere: sip@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Session Initiation Protocol <sip.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/sip>, <mailto:sip-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:sip@ietf.org>
List-Help: <mailto:sip-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/sip>, <mailto:sip-request@ietf.org?subject=subscribe>
Errors-To: sip-bounces@ietf.org

Hi, 

>>It doesn't always have to be about picking what is best.
>> 
>>For example:
>> 
>>Assume a terminal supports audio and video. If both audio and video 
>>are used, it supports codecs audio_X and video_X.
>> 
>>However, if only audio OR video are used, the terminal has more 
>>resources available, to it could use the more-resource-using codecs 
>>audio_Y and video_Y.
>> 
>>In this case I don't think it's about picking based on what is 
>>"better", it's about picking based on what will be used for the 
>>session.
>> 
>>Now, I am sure there are other ways of doing this, but this 
>>solution would not require support of any SDP extensions 
>>(multipart/alternative would of course have to be supported), and the
same port 
>>number could be used for the audio and/or media m= lines in all
alternatives.
> 
>Using the same port number on multiple m= lines has been, and 
>continues to be, a direct violation of several SDP 
>specifications.  Even the SDP grouping specification 
>explicitly calls this out as illegal.

Yes. But in the multipart/alternative example I gave you (and which is
ilustrated in a simple form below) would have 3 individual SDP bodies,
and the same port number would not be used within a single SDP bodies. 

But, the same port number would be used in each indivudual SDP body, and
as far as I know there is no specification which forbids that.

-----boundary

m=audio 9999 audio_x
m=video 7777 video_x

-----boundary

m=video 7777 video_y

-----boundary

m=audio 9999 audio_y

-----boundary--

 
Regards,

Christer








>Draft-ietf-mmusic-sdp-capability-negotiation is 100% backwards
compatible with endpoints that don't understand it. 
>Multipart/ alternative will never share that characteristic; the last
SIPIT showed how poorly multipart is supported 
>today and there is no way, when you build an offer, to know if all of
the answerers will understand 
>multipart/alternative. HERFP rears its head, too.
> 
>I had thought there was consensus around the need for
draft-ietf-mmusic-sdp-capability-negotiation -- I am mistaken?
> 
> -d
> 
> 
> > Regards,
> > 
> > Christer
> > 
> > 
> > 
> > 
> > 
> > 
> > >At the time, we were considering multipart/alternative as a way to
> > offer RTP (RTP/AVP) and SRTP (RTP/SAVP), but we found >it 
> doesn't work 
> > well at all.
> > >Since then, draft-ietf-mmusic-sdp-capability-negotiation is a 
> > >superior solution to sending an offer containing RTP and SRTP.
> > > 
> > > I suppose we could avoid the difficulty by prohibiting identical 
> > > Content-Types in the alternatives.
> > > 
> > > -d
> > > 
> > > 
> > > > -----Original Message-----
> > > > From: Christer Holmberg (JO/LMF)
> > > > [mailto:christer.holmberg@ericsson.com]
> > > > Sent: Thursday, May 03, 2007 3:50 AM
> > > > To: Dale.Worley@comcast.net; sip@ietf.org
> > > > Subject: RE: [Sip] Support for Multipart/MIME
> > > > 
> > > > 
> > > > Hi,
> > > > 
> > > > Multipart/alternative is interesting. I guess that, for
> > > SDP, it could
> > > > be used to provide different "offer alternatives". I think
> > > it would be
> > > > good to compare it against some of the other 
> grouping/alternative 
> > > > mechanisms we have defined for that purpose.
> > > > 
> > > > Regards,
> > > > 
> > > > Christer
> > > >  
> > > > 
> > > > > -----Original Message-----
> > > > > From: Dale.Worley@comcast.net [mailto:Dale.Worley@comcast.net]
> > > > > Sent: 30. huhtikuuta 2007 19:13
> > > > > To: sip@ietf.org
> > > > > Subject: Re: [Sip] Support for Multipart/MIME
> > > > > 
> > > > >    From: Cullen Jennings <fluffy@cisco.com>
> > > > > 
> > > > >    I think the WG should consider an update to 3261
> > (likely done
> > > > > through
> > > > >    the process Keith has proposed) that makes this
> > > multipart/MIME
> > > > >    mandatory to implement.
> > > > > 
> > > > > I assume that the requirement is that if a message has a 
> > > > > multipart/alternative body, and the UA is capable of
> > > understanding
> > > > > one part of the body, then it must be able to extract
> > > that part and
> > > > > use it to process the message.
> > > > > 
> > > > > Dale
> > > > > 
> > > > > 
> > > > > _______________________________________________
> > > > > Sip mailing list  https://www1.ietf.org/mailman/listinfo/sip
> > > > > This list is for NEW development of the core SIP Protocol Use 
> > > > > sip-implementors@cs.columbia.edu for questions on
> > current sip Use
> > > > > sipping@ietf.org for new developments on the 
> application of sip
> > > > > 
> > > > 
> > > > 
> > > > _______________________________________________
> > > > Sip mailing list  https://www1.ietf.org/mailman/listinfo/sip
> > > > This list is for NEW development of the core SIP Protocol Use 
> > > > sip-implementors@cs.columbia.edu for questions on 
> current sip Use 
> > > > sipping@ietf.org for new developments on the application of sip
> > > 
> 


_______________________________________________
Sip mailing list  https://www1.ietf.org/mailman/listinfo/sip
This list is for NEW development of the core SIP Protocol
Use sip-implementors@cs.columbia.edu for questions on current sip
Use sipping@ietf.org for new developments on the application of sip