Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi there,we need to replace CUVA with Jabber SDK. We need to have this done using CAST protocol without a CSF associated to the device. How can we achieve this?
Is there any way to receive and handle transfer events raised after an interaction with the bar buttons using Javascript API?I took a look at the SetVariable sample but it generates a transfer from the gadget itself.Please help.Mirko
Hi,is it possible to get transfer and conference events from the Javascript API on a custom gadget? What I can see from the docs and the samples is the chance to understand when a call (dialog) is added in case of inbound or make call or closed but I...
Hi,is there any alternative option for clearing the finesse server cache when deploying a new gadget version better than restarting the finesse server tomcat?Restarting is not an easy and fast way to dev and test..
Thanks Gary,my end requirement is marking on an external system the call as closed or transferred (i.e. a CRM). About your suggestion on DELETE, how can I differenciate a Consult call drop from a Conference initialization call drop?The problem here ...
I need to know that the dialog has been closed for a transfer. When I get a delete I know that a call has been closed but I cannot say It has been transferred or just hung.Mirko
Hi Geevarghese,the example you passed me is a gadget proposing a button that generates a direct (or blind) transfer and then handles the click. The question is: how can I get the transfer events not initiated from the gadget and handle them from the ...
Hi,following your indication I added the nocache par on the javascript include tag in the js included from xml:<script type="text/javascript" src="WCSAgentGadget.js?nocache"></script>But still caching..do you have any clues?Mirko