Releases: PresidioCode/cucm-exporter
Stable Release - bug fixes
Bug fix for phone export more than 1000 phones
This release addresses a bug fix for clusters that contain more than 1000 devices when using the --export phones
option.
0.6.8
Directory Number Support for phone export
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
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
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.