![Cisco IEC 4610 Скачать руководство пользователя страница 244](http://html.mh-extra.com/html/cisco/iec-4610/iec-4610_user-manual_65856244.webp)
F-46
Cisco Interactive Experience Client 4600 Series User Guide
Appendix F Video Conferencing Using the Session Initiation Protocol Client
SIP DTMF
Figure F-50
Third-party SIP Device (Advanced) Phone Type
3.
The
Media Termination Point Required
checkbox should be unchecked.
4.
The
Unattended Port
checkbox should be unchecked.
5.
The
Require DTMF Reception
checkbox should be unchecked.
6.
The
Allow Presentation Sharing using BFCP
checkbox should be unchecked.
7.
The
Allow iX Applicable Media
checkbox should be unchecked.
Figure F-51
CUCM Checkboxes
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:
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.")
}
}
Содержание IEC 4610
Страница 4: ...Contents iv Cisco Interactive Experience Client 4600 Series User Guide ...
Страница 104: ...3 48 Cisco Interactive Experience Client 4600 Series User Guide Chapter 3 Configuring Settings Reboot ...
Страница 126: ...6 8 Cisco Interactive Experience Client 4600 Series User Guide Chapter 6 Debugging Console Debugging Console ...
Страница 156: ...7 30 Cisco Interactive Experience Client 4600 Series User Guide Chapter 7 Locally Configuring the IEC Mouse Settings ...
Страница 258: ...G 12 Cisco Interactive Experience Client 4600 Series User Guide Appendix G Stream Live Video Stream Live Video ...