Dtmf twinkle-twinkle.

BUG=

Review URL: https://webrtc-codereview.appspot.com/1160005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3635 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org
2013-03-07 21:59:23 +00:00
parent df123ed604
commit 3137a21068

View File

@@ -19,13 +19,14 @@ button {
<div id="dialingPad"></div>
<br><br>
duration:
<input type="text" id="dtmf-tones-duration" size="10" value="100"/>
<input type="text" id="dtmf-tones-duration" size="10" value="500"/>
<br><br>
tone-gap:
<input type="text" id="dtmf-tones-gap" size="10" value="50"/>
<br><br>
tones:
<input type="text" id="dtmf-tones" size="10" value="123,abc"/>
<input type="text" id="dtmf-tones" size="10"
value="1199##9,6633221,9966332,9966332,1199##9,6633221"/>
<button id="sendTones"
onclick="sendTone(document.getElementById('dtmf-tones').value)">Send tones
</button>