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
venkyyyvenkyyy 

How to get a softphone in lightning

Hi all,

I have one softphone in my organization and i want to be implement that in lightning also, for that i want to get the soft phone on lightning mobile to adjest the UI Look and field.
Below steps i followed:

1) Enabled lightning in my organization.
Step1

2) Swhiched into lightning Experience

 Step2
3) While pressing F12 it should be come in mobile mode along with soft phone, but i am unable to see the softphone in this step.

Note: But i can get the softphone in Salesforce classic Mode.

Please provide me the solution to get the softphone in lightning mobile mode.
 


Thanks in advance.

An HOAn HO
Hello there,

Sorry for my late reply. Have you solved your issue ? Try to check again your "Call Center Definiton" XML file. I think It miss an attribute " reqSalesforceCompatibilityMode" which determnies where your softphone is visible.  To display your softphone in the both mode, set the value "Classic_and_Lightning" to this attribut. This works for me.

The doc for Optional Call Center Elements and Attributes has more information  https://developer.salesforce.com/docs/atlas.en-us.api_cti.meta/api_cti/sforce_api_cti_call_def_file_optional.htm 
Matthew BuckmanMatthew Buckman
@ An HO
Thank you, this is solved the issue I was having.