function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ivan Rebollo MarcasIvan Rebollo Marcas 

enable click to dial not work's

Hello,
it don't active click to dial for call. I have a VF page (OpenCti) that active this function. This page load like CTI.

In sandbox click to dial active nothing problem and perfect work.

The VF page is:
<apex:includeScript value="/support/api/30.0/interaction.js"/>
<script>
sforce.interaction.cti.enableClickToDial(callback);
var callback = function (response) {
 };
sforce.interaction.cti.onClickToDial(listener);
var listener = function (response) {
    alert('it's work's');
};

Why not work's click to dial in production?
Thank's
B chanduB chandu
Hi Ivan enableclicktodial started from version 38.0 to later so you can change in above <apex:includeScript value="/support/api/38.0/interaction.js"/>