Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Added Get-DN function, list directory numbers, filter by DN, Description, and availability.
  • Added Get-Line function, lookup by DN/Pattern or description.
  • Added Get-Phone function, lookup by name with optional -Basic filter switch parameter.
  • Added private Invoke-CUCMSQLQuery function

Changed

  • Removed successful return status for Invoke-CUCMAPIRequest. Redundant since there is a return result.
  • Changed .editorconfig from tabs to spaces (don't yell, Richard) for more precise formatting/alignment.

v0.0.1 - 2018-09-19

Changed

  • Restructured module into a directory structure with one file per function separated per scope, public and private.
  • Renamed Set-LineForward to Add-LineForward
  • DirectoryCSS now optional in Add-LineForward
  • Updated documentation

Added

  • This CHANGELOG file
  • Added .gitignore
  • Same directory precedence, use settings.xml or *.cred in same directory if exists.
  • Added Remove-LineForward function to toggle Voicemail forward or remove entire ForwardAll setting.