[Sip] TCP to UDP rtcp media attributes in SDP not passing through nextone

Nitin Kapoor <nitinkapoorr@gmail.com> Fri, 12 February 2010 12:36 UTC

Return-Path: <nitinkapoorr@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 0A0DC3A72F2 for <sip@core3.amsl.com>; Fri, 12 Feb 2010 04:36:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.854
X-Spam-Level: *
X-Spam-Status: No, score=1.854 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, DEAR_FRIEND=2.699, HTML_MESSAGE=0.001, MIME_BASE64_TEXT=1.753]
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 hLjLH5MY+cnB for <sip@core3.amsl.com>; Fri, 12 Feb 2010 04:36:45 -0800 (PST)
Received: from mail-qy0-f199.google.com (mail-qy0-f199.google.com [209.85.221.199]) by core3.amsl.com (Postfix) with ESMTP id 104EF3A72CD for <sip@ietf.org>; Fri, 12 Feb 2010 04:36:44 -0800 (PST)
Received: by qyk37 with SMTP id 37so1335337qyk.15 for <sip@ietf.org>; Fri, 12 Feb 2010 04:37:59 -0800 (PST)
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 :date:message-id:subject:from:to:content-type; bh=ZAseb4zXq/fYUGXoPUnpc4T8SO3OSKsA4nr3BhNYVHA=; b=e10FWgjAX+fO33agJpcwsjWI3DleR2U8OH2YPIu8w5lbzu3Lk/ur/J/Se0QfgO3RfL 1A7gq87V6p3xmdFWRBnipn1N008dBQmslxArFkf+uU037/N6MT2gE99BKCGCKCjZMXeY pTjoPAB1c1dXb6fVAtGXNgXrnMjz1lX4DtGYE=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Ki+rNwso1WczaofSoyAR+K11eTcHHJB2frCgJJC78yGZ7XSgIlDFPqaM3DueE2NQxS UbcnG3incuvNkrzDVoyfb8Ks53GBlxKZK0rxQepoa+uSqsOxcbyz9YLlSinRfI6+pmeu 0chaKZ08EL2whNvgR1QQ1bVrodUJGyLmUBr3w=
MIME-Version: 1.0
Received: by 10.229.218.204 with SMTP id hr12mr540504qcb.101.1265978279883; Fri, 12 Feb 2010 04:37:59 -0800 (PST)
In-Reply-To: <c80c92d1002120433y102bfa24p6bcd2cd2bee42a87@mail.gmail.com>
References: <c80c92d1002120433y102bfa24p6bcd2cd2bee42a87@mail.gmail.com>
Date: Fri, 12 Feb 2010 07:37:59 -0500
Message-ID: <c80c92d1002120437l35adde35hd5e865ba1d3b2354@mail.gmail.com>
From: Nitin Kapoor <nitinkapoorr@gmail.com>
To: sip@ietf.org
Content-Type: multipart/alternative; boundary=00163630e88baa7587047f66899e
Subject: [Sip] TCP to UDP rtcp media attributes in SDP not passing through nextone
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: Fri, 12 Feb 2010 12:36:46 -0000

Dear Friend,

I have some query about UDP & TCP for signaling.

Basically I am using TCP protocol for signaling from my customer to SBC and
then SBC to Vendor using UDP for signaling. I mean CS user TCP to SBC, UDP
to carrier.  And OCS sends initial 183 with sdp that contains rtcp media
attribute information and SBC does not forward formation to carrier via UDP.


Call Flow is like this.

UAC (Private)                    SBC
UAS(Public)

|-----------Invite(TCP)---------->
|                                                       |
|
|                                                       |
|<-------- 100 Trying ------------ |
                                          |
|                                        | ----------- Invite
(UDP)----------------------->|
|
|                                                       |
|                                        |<--------- 100 Trying
---------------------------|
|
|                                                       |
                                         | <---- 183 SDP Session
Progress-------|
|                                        |(183 SDP with RTCP Media
    |
|                                        |Attribute).
                                       |
|<--------- 183 SDP -------------
|
|
| 183 SDP Session
progress|                                                       |
| Without RTCP Media         |
                                               |
|Attribute
|                                                       |
|
|                                                       |
|
|                                                       |
|
|                                                       |

Could anyone please help me out on this scenario. Why it’s not sending the
RTCP attribute to my UAC? Is there anything related to standard.

I can share the Traces, if its required.

Thanks,
Nitin Kapoor