Cisco Interactive Experience Client 4600 Series User Manual page 244

Hide thumbs Also See for Interactive Experience Client 4600 Series:
Table of Contents

Advertisement

SIP DTMF
Figure F-50
3.
4.
5.
6.
7.
Figure F-51
Sample usage of sendDtmf() API
This section provides an example on how to use the sendDtmf() API.
The following is the Javascript Function to send the DTMF keys:
Cisco Interactive Experience Client 4600 Series User Guide
F-46
Third-party SIP Device (Advanced) Phone Type
The Media Termination Point Required checkbox should be unchecked.
The Unattended Port checkbox should be unchecked.
The Require DTMF Reception checkbox should be unchecked.
The Allow Presentation Sharing using BFCP checkbox should be unchecked.
The Allow iX Applicable Media checkbox should be unchecked.
CUCM Checkboxes
function sendDtmf(key){
var k = String(key);
var validValues = "0123456789*#";
if(validValues.indexOf(k)>=0){
writeLog("sendDtmf('"+key+"')");
sipphone.sendDtmf(k);
writeLog("ok");
} else {
writeLog("Invalid DTMF argument.")
}
}
Appendix F
Video Conferencing Using the Session Initiation Protocol Client

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Iec 4632Iec 4610

Table of Contents