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.
Environment: 10.5(1) for Finesse and UCCEI've written a Finesse gadget that updates call variables, including ECC ones. This is using the code widely available on the forums. This works fine, and I can see the variables updated within the standard Ca...
I'm trying to create a Finesse gadget that takes the Cisco Jabber UI Demo application (see link below), but am having real problems with the jabberwerx.js file when the gadget loads.Cisco DevNet: SDK Web SDK - IM and Presence How To - Use Jabber IM U...
Hi,I'm wanting to edit the Desktop Layout XML so that I have one gadget occupying about 30% of the left side of the page and have other gadgets occupying the remaining space on the right - possibly stacked vertically.I'm using the <columns><column>.....
Hi,What's the best way for a gadget to determine whether it's configured at the Page level (i.e. like the Call Control Toolbar) or under a specific Tab. I'd like to make the gadget behave/appear differently between the two scenarios. Especially the r...
I've written a gadget in 10.5 that handles incoming calls, using the call variables to store my data within. This is fine and when the incoming call is hung up, the agent moves into WORK_READY. At this point the gadget still has access to the Dialog ...
Hi Denise,Yes that's absolutely correct. The variables are updated within the dialog object but are not saved to the HDS at the end of the call, unlike the call vars 1-10.thanksAndy
Actually I found a more preferable way without changing the XML.I call the following function, which will return the id of the tab that the gadget is within. If at page level then it'll return null. I just check the return and if not null do whatever...
*THE PROBLEM* In order to encrypt the username / password using the Public Key and NONCE the CUCM provided - the Asymmetric encryption routine adds random salt using /dev/random but this does not populate enough random data within the 5 second window...
Hi,In the past this has been due to using console.log() methods within the javascript of the gadget. This is only available when F12 is open and otherwise causes an exception.Other than that, put some try/catch blocks in.Andy SteelSystems Analyst (Se...