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,can anyone explain what GAXL is? Reference seems to be a comment in a response to calls like listPhoneButtonTemplateResponse.<!--This API has been processed by GAXL not AXL-->this is not in all axl responses. Annoyingly the namespace has changed f...
Hi!We have UCCE 12.6.2And all values in /finesse/api/Queue/id equals "-1" when there are not any agents logged in this skill-group.When there are somebody one (even in "not ready") - all's fine.Does anybody knows if it's normally behaviour? And, if y...
When customer drops from the voice call, finesse event data on dialog handler for “onCollectionDelete” is returning incorrect data for participant representing customer Tested Scenarios: Agent and customer on a call, and customer dropsAgent1 and Ag...
Hi all,we want to build own monitoring for current queue stats for UCCX 12.5.I have found in older posts that /finesse/api/Queue/<id> is not supported, and if i try it I just get all values with -1Also found that :9443/realtime/VoiceIAQStats would wo...
Hello everyone, I'm trying to capture a screenshot from a Room Bar using the API below: http://<hostname>/web/api/snapshot/get_b64?SourceType=localMain&SourceId=2 I understand that this requires RemoteMonitoring option key. If i purchase this option ...
We have one script that was downloaded from the old UCCX 8.6 system and then uploaded to the new UCCX 15 system. When using this script, I am unable to answer calls from the Finesse desktop, although I can answer the calls from the phone. The other s...
Hi,I am working on retreiving call related data using JTAPI. I was able to get few fields using few classes in the JTAPI library. But I was unable to get the information such as Campaign name, Campaign Id, Call Started time, Disconnected Time, Durati...
Interested 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.https://github.com/usharanig92/Cisco-Unified-Communications-CUCM...
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 ...
Cisco Expressway provides secure mobile remote access solution to connect users from public network to the enterprise voice and video communications infrastructure. These servers has a intrusion protection system to scan logs for malicious patterns a...
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...