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">
 Listen to Vmail on Phone </td>