draft-camarillo-sip-sdp-00.txt

"Culpepper, Bert" <bert.culpepper@intervoice-brite.com> Mon, 02 October 2000 22:10 UTC

Return-Path: <owner-confctrl>
Received: by zephyr.isi.edu (8.9.3/8.9.3) id PAA19773 for confctrl-outgoing; Mon, 2 Oct 2000 15:10:46 -0700 (PDT)
Received: from gamma.isi.edu (gamma.isi.edu [128.9.144.145]) by zephyr.isi.edu (8.9.3/8.9.3) with ESMTP id PAA19768 for <confctrl@zephyr.isi.edu>; Mon, 2 Oct 2000 15:10:44 -0700 (PDT)
Received: from ivigate.intervoice.com (ivigate.intervoice.com [208.200.21.196]) by gamma.isi.edu (8.9.3/8.9.3) with ESMTP id PAA11206 for <confctrl@ISI.EDU>; Mon, 2 Oct 2000 15:10:53 -0700 (PDT)
Received: from itmail-ict1.wichita.brite.com (itmail-ict1.wichita.brite.com [151.214.5.174]) by ivigate.intervoice.com (Build 98 8.9.3/NT-8.9.3) with ESMTP id RAA27994; Mon, 02 Oct 2000 17:13:01 -0500
Received: by itmail-ict1-imc.wichita.brite.com with Internet Mail Service (5.5.2448.0) id <SJP015FL>; Mon, 2 Oct 2000 17:06:23 -0500
Message-ID: <DBD1CC7CE357D211AECC009027158FD1033B976F@itmail-ict1-imc.wichita.brite.com>
From: "Culpepper, Bert" <bert.culpepper@intervoice-brite.com>
To: Gonzalo Camarillo <Gonzalo.Camarillo@lmf.ericsson.se>
Cc: Rohan Mahy <rohan@cisco.com>, Jonathan Rosenberg <jdrosen@dynamicsoft.com>, sip@lists.bell-labs.com, Henning Schulzrinne <hgs@cs.columbia.edu>, mmusic <confctrl@ISI.EDU>
Subject: draft-camarillo-sip-sdp-00.txt
Date: Mon, 02 Oct 2000 17:06:22 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2448.0)
Content-Type: text/plain; charset="iso-8859-1"
Sender: owner-confctrl@zephyr.isi.edu
Precedence: bulk

Hi,

I'm not writing to present a problem with this proposal but to state a need
for it?

For a specific case not mentioned in the draft.  A "3rd-party call agent"
may need to be able to receive tones and also have them be presented to the
2nd party.  Tone transport is defined by RFC2833, it recommends that
gateways remove the tones from the audio media.

So..., I'd like an endpoint to understand the following media description in
a session description.

m=audio 10010 RTP/AVP 4
c=IN IP4 111.2.30.4
a=rtpmap:4 G723/8000
m=audio 10020 RTP/AVP 97
c=IN IP4 111.2.30.4
a=rtpmap:97 telephone-event
a=fmtp:97 0-15
m=audio 20000 RTP/AVP 97
c=IN IP4 111.2.31.10
a=rtpmap:97 telephone-event
a=fmtp:97 0-15,16

(In this case one "c" line can be used in the session description instead of
how it's shown.)

Nothing I read in RFC 2543 (SIP) and RFC 2327 (SDP) indicates the above is
not allowed.  This is not a standards issue but I wonder how many endpoints
(gateways included) will support sending the two media types to the
different destinations as indicated above.  If in SIP the above session
description doesn't result in three "media streams" being sent to the
indicated host/port, media replication (which may not be present in an
endpoint) will require a specific resource in the network.

Is the use of the flow ID attribute required to achieve the above?  Am I
incorrect in what I think should result from the above session description
in SIP?

The ID does seem to encourage endpoint support for media replication to
different hosts and ports which I'd like to see as standard functionality in
some endpoints & environments.

Regards,
Bert