Re: [Sip] TCP to UDP rtcp media attributes in SDP not passing through nextone
aayush bhatnagar <abhatnagar192006@gmail.com> Fri, 12 February 2010 13:11 UTC
Return-Path: <abhatnagar192006@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 11AA43A768E for <sip@core3.amsl.com>;
Fri, 12 Feb 2010 05:11:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5
tests=[BAYES_00=-2.599]
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 tEOLdHuz8BLQ for
<sip@core3.amsl.com>; Fri, 12 Feb 2010 05:11:33 -0800 (PST)
Received: from mail-bw0-f228.google.com (mail-bw0-f228.google.com
[209.85.218.228]) by core3.amsl.com (Postfix) with ESMTP id 397333A6D48 for
<sip@ietf.org>; Fri, 12 Feb 2010 05:11:33 -0800 (PST)
Received: by bwz28 with SMTP id 28so1983235bwz.14 for <sip@ietf.org>;
Fri, 12 Feb 2010 05:12:48 -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:cc:content-type :content-transfer-encoding;
bh=q+LfejK5xahFO2//Gt36Tic1HiCL4hvHzRagRvSWRl0=;
b=KEqtX6oHOAgqqZERGDBLz9sn09y/xSSGcxZshWcgxW9iXC/K55MkMmLFIr8L/NQhsX
c2cWFRGLgbmA9/YKEYF/zKdzHuF+lBjexLjgyu7ZY9qJQcslt5wUa6r98xBszKAOOCE5
ouJruJqVS3lrlSb5n1cRD5BqJ0dJ3A8LIqWjo=
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
:cc:content-type:content-transfer-encoding;
b=HAHXUZcCsPAbCrxbqjLdgiJaPclJmYDxwQBX7kHfNCpG0WUzZA81517Drnfi6jkJS1
LV+ZvNvSzX6MczhoAPN2WIB/4gbAFMmBlIPgqwZdO8WrsRVGp1udYCd0K6Ak9j80hMHa
MaTJ8swreqcta92Vt4yWbPxIWxsygSkUOU39k=
MIME-Version: 1.0
Received: by 10.204.36.199 with SMTP id u7mr750495bkd.212.1265980368118;
Fri, 12 Feb 2010 05:12:48 -0800 (PST)
In-Reply-To: <c80c92d1002120437l35adde35hd5e865ba1d3b2354@mail.gmail.com>
References: <c80c92d1002120433y102bfa24p6bcd2cd2bee42a87@mail.gmail.com>
<c80c92d1002120437l35adde35hd5e865ba1d3b2354@mail.gmail.com>
Date: Fri, 12 Feb 2010 13:42:47 +0030
Message-ID: <abcc59881002120512l41572f59pd8f3570ebe774c69@mail.gmail.com>
From: aayush bhatnagar <abhatnagar192006@gmail.com>
To: Nitin Kapoor <nitinkapoorr@gmail.com>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
Cc: sip@ietf.org
Subject: Re: [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 13:11:37 -0000
Can you paste wireshark logs for both ends of the SBC? On 12/02/2010, Nitin Kapoor <nitinkapoorr@gmail.com> wrote: > 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 > -- aayush http://in.linkedin.com/in/abhatnagar19 ======
- [Sip] TCP to UDP rtcp media attributes in SDP not… Nitin Kapoor
- [Sip] TCP to UDP rtcp media attributes in SDP not… Nitin Kapoor
- Re: [Sip] TCP to UDP rtcp media attributes in SDP… aayush bhatnagar
- Re: [Sip] TCP to UDP rtcp media attributes in SDP… Nitin Kapoor
- Re: [Sip] TCP to UDP rtcp media attributes in SDP… DRAGE, Keith (Keith)
- Re: [Sip] TCP to UDP rtcp media attributes in SDP… Nitin Kapoor
- Re: [Sip] TCP to UDP rtcp media attributes in SDP… Adam Roach