cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4783
Views
3
Helpful
15
Replies

Cisco Finesse Notification Messages

srinivascisco
Level 1
Level 1

Hi All,

I am new to the customization of Finesse and programming languages.

We have a .net thick client CRM using C#.net. Client is migrating from Cisco CTIOS to Cisco Finesse. In the current application with CTIOS API's they are doing screen popups based on the agents state changes and the events(basically they pull the data from the back end system based on the events and call data) we need to achieve similar when we migrate to finesse.

Finesse REST API's need to be invoked from the .net client and get the call data upon certain events occur. for example when the call answered/transferred i need to look at the PV Data and present the data to the CRM.

I need some example code snippets on how we subscribe to these finesse notifications and how we use them with XMPP. any detailed help here is greatly appreciated.

15 Replies 15

Ah. I thought you were getting your events to the thick client via CTI server directly. Now that I fully understand your setup, since you want to use the Finesse browser itself, your only option would be to convert your CRM to be a gadget and add it to the Finesse layout. You won't be able to have Finesse notifications go to the browser as well as the thick client. Of course you can always just use the thick client and integrate Finesse's call control into that.