Oracle CRM On Demand CTI Developer's Guide > Tracking UI Events in the CTI Application > UI Controls >

Listen to Vmail on Phone Button


Clicking this button in the Oracle CRM On Demand UI plays back the interaction's voicemail message on the user's phone.

The HTML custom attributes for the button are:

  • data-cti-action="vmailOnPhone"
  • data-cti-interactionId="interactionId"

An example of HTML for the button is as follows:

<td onmouseover="toggleNavButton(this);" onmouseout="toggleNavButton(this);" onkeypress="onButtonPress(this);"

tabindex="3" class="buttonTD" data-cti-action="vmailOnPhone" data-cti-interactionId="54065405406456450"

onclick="function () {return false;};" id="CODDetailVMForm25658904*3">

&#160;Listen to Vmail on Phone&#160;</td>

Oracle CRM On Demand CTI Developer's Guide, Release 37 Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.