Re: [rtcweb] DTMF usecase before DTMF API [was RE: The DTMF API]

Wolfgang Beck <wolfgang.beck01@googlemail.com> Fri, 18 November 2011 03:26 UTC

Return-Path: <wolfgang.beck01@googlemail.com>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D950511E8098 for <rtcweb@ietfa.amsl.com>; Thu, 17 Nov 2011 19:26:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.935
X-Spam-Level:
X-Spam-Status: No, score=-2.935 tagged_above=-999 required=5 tests=[AWL=0.042, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1rMml16z5zWX for <rtcweb@ietfa.amsl.com>; Thu, 17 Nov 2011 19:26:29 -0800 (PST)
Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by ietfa.amsl.com (Postfix) with ESMTP id 29C9711E8097 for <rtcweb@ietf.org>; Thu, 17 Nov 2011 19:26:29 -0800 (PST)
Received: by faap16 with SMTP id p16so5710157faa.31 for <rtcweb@ietf.org>; Thu, 17 Nov 2011 19:26:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lKsn26wa2X6pu1gEl18rItC/Ctv5c0aVnN4p9VpG7J0=; b=ZvhErzlXR5UIA+h1epcU23Pc8uQmvvVtmRAQUtNFIalbWuxZ1WqQW68fhgMCh8tBcb fZk+mnrhUB7TRc2wIeiG6h/T7OlZRUESb1D9VE2NLyhnf06jQhYyZuTaAns5NXuFJvPV StYiDAhDc3j0N8G6wSW1pdHeMWbZriXH0Xxn8=
MIME-Version: 1.0
Received: by 10.152.105.67 with SMTP id gk3mr758620lab.48.1321586787018; Thu, 17 Nov 2011 19:26:27 -0800 (PST)
Received: by 10.152.40.103 with HTTP; Thu, 17 Nov 2011 19:26:26 -0800 (PST)
In-Reply-To: <4EC5C6FB.4040804@alvestrand.no>
References: <CAOJ7v-18cNX8xussOPXSEoFxAARu8WriL8XgxPVUXBrWhz=FFg@mail.gmail.com> <4EC28CF5.6000109@jesup.org> <D666B5A5-BF2E-46B7-B97F-06C3736E8357@acmepacket.com> <CAOJ7v-3v5Zu9ZOuL3Qqu+aEDJ4a3cqH+oJ2yj_ewOpxKe=jA_g@mail.gmail.com> <733D6CE2-2360-4688-8268-3503F7E2460C@acmepacket.com> <9A05449A-C0FB-4548-AA80-728EC82218BB@acmepacket.com> <387F9047F55E8C42850AD6B3A7A03C6C01CE9B22@inba-mail01.sonusnet.com> <4EC5C6FB.4040804@alvestrand.no>
Date: Fri, 18 Nov 2011 11:26:26 +0800
Message-ID: <CAAJUQMhAUny3f=aavcPVJtkuKx=45W7wgWBXRoSKvC0c0eh5ZQ@mail.gmail.com>
From: Wolfgang Beck <wolfgang.beck01@googlemail.com>
To: Harald Alvestrand <harald@alvestrand.no>
Content-Type: text/plain; charset="ISO-8859-1"
Cc: "<rtcweb@ietf.org>" <rtcweb@ietf.org>
Subject: Re: [rtcweb] DTMF usecase before DTMF API [was RE: The DTMF API]
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Real-Time Communication in WEB-browsers working group list <rtcweb.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/rtcweb>
List-Post: <mailto:rtcweb@ietf.org>
List-Help: <mailto:rtcweb-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 18 Nov 2011 03:26:30 -0000

On Fri, Nov 18, 2011 at 10:46 AM, Harald Alvestrand
<harald@alvestrand.no> wrote:
[about DTMF in the signaling path]
> What do you mean by "the standard manner"?

> (and - sounding like a broken record - the API aspects REALLY need to be in
> the W3C list.)
Sounding like an Ogg player on 'repeat':

In a single server scenario, we don't need a standard way to ask for
DTMF generation between RTCWEB client and server. An RTCWEB server
that includes a PSTN gateway function could use H.248's DTMF
generation package to tell the media gateway that it should insert
tones.

A more disruptive way to do DTMF would be an API function wich lets
the JS application insert arbitrary sound bits into the media stream.
A JS client could locally generate DTMF samples and play them. But of
course this would need to be discussed on the W3C list.


Wolfgang Beck