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.
Hello all,
I need help to figure how to collect some data from CUAC. I could not find any documented API that would allow me to query CUAC box. So I decided to query the data directly from CUAC database. Unfortunately, the schema is not that easy to ...
Hi,I am developing an application that should connect to Cisco Attendant Console server and query data available in web admin viaUser Configuration -> Queue Managementand User Configuration -> Operator ManagementDoes CUAC provide any API that would a...
What AXL request should I use to pull data from CUCM similar to what Device -> Gateways command generates (see below)?In my application I need to query device pool names of all gateways where Device Type == 'Cisco MGCP FXO Port'I tried listGateway re...
From Cisco tech support:
Hello Alexander
Below are the queries provided by the DEV team
-- To get Queue Name and DDI
USE ATTCFG
SELECT QD.Queue_Name AS QueueName, QFI.Filter_Data AS DDI
FROM dbo.Queue_Details AS QD
INNER JOIN dbo.Queue_Filte...
From Cisco tech support:Hello AlexanderBelow are the queries provided by the DEV team -- To get Queue Name and DDIUSE ATTCFGSELECT QD.Queue_Name AS QueueName, QFI.Filter_Data AS DDIFROM dbo.Queue_Details AS QDINNER JOIN dbo.Queue_Filters AS QF ...