Question

I want to pass some data captured in Salesforce to my Open CTI softphone and may have to invoke some event from Salesforce like hangup, transfer etc. Any idea how to achieve that? I can use jQuery to do so. Is there any better way to do so or any inbuilt feature?

Was it helpful?

Solution

I used HTML5 postMessage to pass message from Salesforce to softPhone in JSON string.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top