06-24-2016 06:58 AM
Hi,
We are currently developing Finesse integration using SCCP-based Cisco IP communicator endpoints. Does this have any bearing on the integration with Cisco Finesse? I would assume not as the Finesse API/notifications would be agnostic to the protocol used for the endpoints.
For example, if someone using our application were to set up SIP Cisco IP communicator endpoints instead of SCCP - then in theory our integration should continue to work seamlessly as there should be no difference in the notifications received from Finesse given the end point protocol has changed.
Has anyone had any experience of using both of these protocol types for endpoints on Finesse?
Back when we were using CTIOS then I believe it was the case that this change led to events coming through in a slightly different order/ with different data on them that led to some issues with our integration code. Just trying to get a feel for the risk level involved here if someone were to switch the phone setup.
Thanks,
Mark
Solved! Go to Solution.
06-24-2016 10:56 AM
Hi Mark,
Finesse is similar to CTIOS where it reads in the events in the order that CCE/CCX sends to the Finesse server. So if the events coming to Finesse is in a different order/with different data, then it is possible that the data in the Finesse notification can be different depending on SIP or SCCP. Basically, there are no guarantees that the notifications will be exactly the same between the two types. But, for Finesse, all dialog notifications follow the same format, so if your integration code just expects a dialog notification, it will get one, but maybe just different values in the tags. Does that make sense?
Thanx,
Denise
06-24-2016 10:56 AM
Hi Mark,
Finesse is similar to CTIOS where it reads in the events in the order that CCE/CCX sends to the Finesse server. So if the events coming to Finesse is in a different order/with different data, then it is possible that the data in the Finesse notification can be different depending on SIP or SCCP. Basically, there are no guarantees that the notifications will be exactly the same between the two types. But, for Finesse, all dialog notifications follow the same format, so if your integration code just expects a dialog notification, it will get one, but maybe just different values in the tags. Does that make sense?
Thanx,
Denise