<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>15205</bug_id>
          
          <creation_ts>2011-12-15 08:26:26 +0000</creation_ts>
          <short_desc>Add API for sending and playing DTMF tones</short_desc>
          <delta_ts>2012-03-19 16:21:30 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebRTC Working Group</product>
          <component>WebRTC API</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Justin Uberti">juberti</reporter>
          <assigned_to name="Cullen Jennings">fluffy</assigned_to>
          <cc>fluffy</cc>
    
    <cc>fluffy</cc>
    
    <cc>public-webrtc</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>61593</commentid>
    <comment_count>0</comment_count>
    <who name="Justin Uberti">juberti</who>
    <bug_when>2011-12-15 08:26:26 +0000</bug_when>
    <thetext>This bug will track the details of the DTMF API.

Current proposal (from https://docs.google.com/a/google.com/document/d/1oqPfWoeq9mDAJKV8RStw-FVzln7HRO50gkFR0wiPjbk/edit?hl=en_US):

class AudioMediaStreamTrack : MediaStreamTrack {
  readonly attribute boolean canInsertDTMF;
  void insertDTMF(in DOMString tones, optional long duration)
}

- |tones| consists of 0-9, &apos;#&apos;, &apos;*&apos;, A-D, and &apos;,&apos; 
- if unspecified, |duration| is 100 ms
- inter-digit pause is 50 ms
- &apos;,&apos; adds an additional 50 ms pause</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>62600</commentid>
    <comment_count>1</comment_count>
    <who name="Cullen Jennings">fluffy</who>
    <bug_when>2012-01-12 16:26:33 +0000</bug_when>
    <thetext>Proposal has been added to git version</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>