RE: [Megaco] RE: Silence Suppression

"David Barr"<david.barr@nortelnetworks.com> Fri, 15 March 2002 16:35 UTC

Received: from optimus.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA03548 for <megaco-archive@odin.ietf.org>; Fri, 15 Mar 2002 11:35:34 -0500 (EST)
Received: from optimus.ietf.org (localhost [127.0.0.1]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id LAA04631; Fri, 15 Mar 2002 11:09:56 -0500 (EST)
Received: from ietf.org (odin [132.151.1.176]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id LAA04520 for <megaco@optimus.ietf.org>; Fri, 15 Mar 2002 11:09:48 -0500 (EST)
Received: from zctfs063.nortelnetworks.com (zctfs063.nortelnetworks.com [47.164.128.120]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA02782 for <megaco@ietf.org>; Fri, 15 Mar 2002 11:09:31 -0500 (EST)
Received: from zwcwc012.europe.nortel.com (zwcwc012.europe.nortel.com [47.73.112.187]) by zctfs063.nortelnetworks.com (Switch-2.2.0/Switch-2.2.0) with ESMTP id g2FG53L22853; Fri, 15 Mar 2002 17:05:04 +0100 (MET)
Received: by zwcwc012.europe.nortel.com with Internet Mail Service (5.5.2653.19) id <FQTTNYK2>; Fri, 15 Mar 2002 16:05:03 -0000
Message-ID: <4103264BC8D3D51180B7002048400C4502F250@zhard0jd.europe.nortel.com>
From: David Barr <david.barr@nortelnetworks.com>
To: Tom-PT Taylor <taylor@nortelnetworks.com>, 'Carl Rutter' <crutter@telica.com>, Shambhu Dayal Rai <sdrai@lucent.com>
Cc: 'Safa Mohammad' <Safa.Mohammad@mail.sc.netergymicro.com>, megaco@ietf.org
Subject: RE: [Megaco] RE: Silence Suppression
Date: Fri, 15 Mar 2002 16:04:58 -0000
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CC3B.27AC13D0"
Sender: megaco-admin@ietf.org
Errors-To: megaco-admin@ietf.org
X-Mailman-Version: 1.0
Precedence: bulk
List-Id: Media Gateway Control <megaco.ietf.org>
X-BeenThere: megaco@ietf.org

Another possibility is to use payload 13 as defined in
draft-ietf-avt-rtp-cn-05.  E.g.:

Media={Stream=1{ Local {
v=0
c=IN IP4 $
m=audio $ RTP/AVP 0 13
}}}

-----Original Message-----
From: Taylor, Tom-PT [CAR:B800:EXCH] 
Sent: Friday, March 15, 2002 3:32 PM
To: 'Carl Rutter'; Shambhu Dayal Rai
Cc: 'Safa Mohammad'; megaco@ietf.org
Subject: [Megaco] RE: Silence Suppression


I'm starting to think that the answer may be to use the a=silenceSupp
attribute defined in RFC 3108, section 5.6.3.2.

-----Original Message-----
From: Carl Rutter [mailto:crutter@telica.com]
Sent: Friday, March 15, 2002 10:28 AM
To: Taylor, Tom-PT [CAR:B800:EXCH]; Shambhu Dayal Rai
Cc: 'Safa Mohammad'; megaco@ietf.org
Subject: Silence Suppression


Question on Silent Suppression,

draft-ietf-avt-rtp-mime-06.txt doesn't specify 
an annexa or annexb parameter for PCMU or PCMA
so if we wanted to do PCMU or PCMA with silent suppression
what would we specify?

Thx,
Carl

-----Original Message-----
From: Tom-PT Taylor [mailto:taylor@nortelnetworks.com]
Sent: Tuesday, February 12, 2002 3:00 AM
To: Shambhu Dayal Rai
Cc: 'Safa Mohammad'; megaco@ietf.org
Subject: RE: [Megaco] Silence Suppression



You're right: I was careless.  As a matter of fact, silence suppression is
an attribute of the payload type.  draft-ietf-avt-profile-new-xx.txt
indicates that you include payload type-specific parameters in an a=fmtp:
line.  You get such parameters from the payload specification document.  The
MIME type registration document draft-ietf-avt-rtp-mime-xx.txt summarizes
the parameters available for the payloads it registers.  To get silence
suppression for the payload type G729D, for instance, you include the annexb
parameter with a value "yes" (which is actually the default).  Thus Local or
Remote looks like:

Media={Stream=1{ Local {
v=0
c=IN IP4 $
m=audio $ RTP/AVP 96
a=rtmap:96 G729D
a=fmtp:96 annexb=yes
}}}


-----Original Message-----
From: Shambhu Dayal Rai [mailto:sdrai@lucent.com]
Sent: Monday, February 11, 2002 5:22 AM
To: Taylor, Tom-PT [CAR:B800:EXCH]
Cc: 'Safa Mohammad'; megaco@ietf.org
Subject: Re: [Megaco] Silence Suppression


I guess Safa is asking about Silence suppression not echo cancelation.

I feel silence suppression can be specified in the SDP of Local or Remote
descriptors something like..

Media={Stream=1{ Local {
v=0
c=IN IP4 $
m=audio $ RTP/AVP 0
a=SilenceSupp:on
}}}

-Shambhu

> Tom-PT Taylor wrote:
> 
> As per Annex E.13, you set the property in the LocalControl descriptor of
the audio stream involved:
> 
>       ...Media={Stream=1{LocalControl={...,tdmc/ec=on,...
> 
> -----Original Message-----
> From: Safa Mohammad [mailto:Safa.Mohammad@mail.sc.netergymicro.com]
> Sent: Saturday, February 09, 2002 12:28 AM
> To: megaco@ietf.org
> Subject: [Megaco] Silence Suppression
> 
> Hi,
> 
> How to specify SS when using ABNF encoding?
> 
> Thanks,
> 
> Safa
> 
> _______________________________________________
> Megaco mailing list
> Megaco@ietf.org
> https://www1.ietf.org/mailman/listinfo/megaco

-- 
-------------------------------------------------------------------
Shambhu Dayal Rai                              sdrai@lucent.com 
Infosys - India SQA Team              91-80-8520362 Ext. : 6561
-------------------------------------------------------------------

_______________________________________________
Megaco mailing list
Megaco@ietf.org
https://www1.ietf.org/mailman/listinfo/megaco

_______________________________________________
Megaco mailing list
Megaco@ietf.org
https://www1.ietf.org/mailman/listinfo/megaco

_______________________________________________
Megaco mailing list
Megaco@ietf.org
https://www1.ietf.org/mailman/listinfo/megaco