F-47
Cisco Interactive Experience Client 4600 Series User Guide
Appendix F Video Conferencing Using the Session Initiation Protocol Client
SIP DTMF
The HTML code to bind the keys to the function is:
<tr>
<td><button onClick="sendDtmf('1')" class="siphone_key">1</button></td>
<td><button onClick="sendDtmf('2')" class="siphone_key">2</button></td>
<td><button onClick="sendDtmf('3')" class="siphone_key">3</button></td>
<!-- More such lines for each of the DTMF keys -->
</tr>
The figure below is a screenshot of the application using DTMF key.
Figure F-52
Application Using the DTMF Key