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
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
- 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.
- Restructured module into a directory structure with one file per function separated per scope, public and private.
- Renamed
Set-LineForward
toAdd-LineForward
DirectoryCSS
now optional inAdd-LineForward
- Updated documentation
- 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.