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
Justin Davis 11Justin Davis 11 

CTI Caller ID - Apex

Does anyone have experience using apex to capture the inbound caller ID from a call, using a Salesforce org integrated with a phone system, and then matching that caller ID to a record (such as a campaign record), and then pulling over text from that campaign record onto the contact or lead record?
Raj VakatiRaj Vakati
What CTI you are using ??

You need to use CTI javascript api as shown below
 
sforce.console.cti.setCallAttachedData('call.1', callData, 'outbound');