Hi,
I am trying to integrate a custom softphone with Omnichannel
I configured CIF v2 provider, session template in omnichannel. When the call comes I create the session using method from JavaScript API (Microsoft.CIFramework.createSession) and open relevant contact (configured tab in the session template)
It works ok but no conversation created and therefore it is not tracked as a built-in channel like chat for example. I want my custom channel items to be shown on the agent's dashboard as well and it would be nice to use the same out of the box Customer summary as for chat (based on a conversation).
Is there a way how to properly create a conversation via JavaScript API for the custom channel and link it to the launched session?
Thanks in advance