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.
Simple python application to track CUCM configuration changesInterested in building Cisco Unified Communications Manager (CUCM) change tracking system using python? Feel free to try the code in the below GitHub page and let me know your thoughts.http...
HiIs there a way to make the application use the entire screen real-estate (just like they do on 79xx series phones)? Specifically for a CiscoIPPhoneImage.Thanks
Using JTAPI, I can currently trigger popups on caller phones via sendData() with API-driven content. Is it possible to instead directly modify the caller's phone display - particularly the called party description - without using popups? What JTAPI m...
We are using AXL API to update line CSS. We are updating based on DN. In CUCM we have created 2 CSS as CSS1 and CSS2. We want to change CSS from CSS2 to CSS1. Our code is as below -UpdateLineReq objUpdateLineReq=new UpdateLineReq();XFkType xfkCSS = n...
I have a requirement to invoke an API once the call with customer has ended FULLY. I am trying to implement this on WxCCE. i.e. Scenario1: GIVEN Say customer made an inbound call and was answered by agent1WHEN customer hang up or if agent1 hang up ...
Hello.Has anyone had any luck getting with UCM 15.0(1) and getting this API to work for Identity Certificates to upload? The tomcat one.post....../platformcom/api/v1/certmgr/config/identity/certificatesI read this is required?{ "service": "tomcat",...
Dears,We deployed the CVP Standalone Outbound setup in two environments.The first runs CVP and VVB 12.6.2 with a CUBE 8300 on IOS 17.12.6.The second runs CVP and VVB 12.6.2 with a CUBE 4451 on IOS 17.12.6.We noticed different values in the reason_cod...
This document was generated from CDN thread Created by: deniz caglar on 09-09-2008 01:24:25 PM Hi all,I need to use * and # characters to complete getting dtmf input. As i read it is achieved by setting termchar property. By default it is #, but i wa...
This document was generated from CDN thread Created by: Greg Worm on 11-10-2011 03:41:24 PM I am looking to use an inline DTMF grammar for variable length digits within a form object. I am looking for the syntax that would work with Gateway Version ...
Hello all!In Finesse, we are having users who complain of someone changing their status from 'Wrap Up' to READY when they are still working on an existing client. This catches them off guard. Is there a way to identify who is changing the status? I w...
Hello guys, I have 70 video endpoints to configure. These are the same parameters for each endpoint. I would like to use a python script and use the Paramiko library to make my ssh connection and pass the command lines like when I use putty. The SS...
Hello Trying to create a simulated call park solution using CTI Ports for my business, where we are receiving calls answered by Reception, and then blind transferred to a CTI Port, the call is then answered and held by the CTI Port. When that CTI ...
Hi, I have a custom CUIC report which i have embedded in to Finesse 11.6. The report has thresholds configured and I would like the report to automatically have these thresholds applied when agents open Finesse. At the moment, they have to click the...
I am creating a script to play a dynamic prompt i have created a script and all steps seem to get executed but the script fails to play the prompt and when i go to see if the prompt uploaded to the prompt directory its not there.I pulled MIVR logs an...
We're creating a Finesse gadget that will do the work of a Workflow due to Workflows limitations of being only able to send five variables. With the gadget, we're able to send the variables that we want. One thing I noticed in the Finesse logs within...