HomeLab Documents

  • Home
  • Tags
  • Categories
  • About

Querying Service Desk Call Metrics with Python

Published: Fri 28 February 2025
By Cadence James

In networking.

tags: cisco cucm sql api python

Extracting Metrics from Cisco Unified Call Manager (CUCM)

Background

About a year and a half ago, I was asked to find a way to extract metrics from Cisco Unified Call Manager (CUCM) to support our Service Desk team. They needed basic insights: - How many calls were made to the service desk - Who answered the calls - How many calls went to voicemail

Over time, additional requests came in, such as tracking evening-hour calls to determine if extra support was needed.

Initial Challenges

After some research, I found that CUCM didn’t provide an easy way to access this information through its …

Read more...
Proudly powered by Pelican, which takes great advantage of Python.