Skip to content

Releases: PresidioCode/cucm-exporter

Stable Release - bug fixes

28 Apr 17:38
Compare
Choose a tag to compare

fixed a bug for special character encoding when writing to CSV.

Bug fix for phone export more than 1000 phones

28 Apr 01:12
Compare
Choose a tag to compare

This release addresses a bug fix for clusters that contain more than 1000 devices when using the --export phones option.

0.6.8

27 Apr 02:11
Compare
Choose a tag to compare

Bug fixed version that removes attempt to connect to RIS service.

Directory Number Support for phone export

25 Apr 01:37
Compare
Choose a tag to compare

Added support of directory number details to phone exports.

This will work with all lines on a phone and create a column in the CSV for each line based on its index number on the phone.

  • multiple line support (adds columns based on how many lines the phone has)
  • error check if no line exists on phone
  • includes directory number, partition, and Display Name
  • line columns are identified by line index

Added GUI

21 Apr 19:29
Compare
Choose a tag to compare

This release adds GUI support through the amazing gooey python library. Simply run the cucm-exporter without any command line arguments.

Also in this version:

  • add sip trunk destination ip addresses
  • fixed bug with tagfilter
  • add CI/CD pyinstaller build via github actions (future releases will automatically build executables for windows and mac)

Initial release

18 Apr 20:39
Compare
Choose a tag to compare

This is the initial release of cucm-exporter utility. It includes features such as:

export users to .csv
export phones to .csv
use the -o switch to customize the output filename
add a timestamp to the export filename using -t
send the output as an email attachment via smtp server
Currently a limited set of fields are exported to .csv, however - the list of fields can be expanded. This initial release was for a specific use case. to run as a cron job.