This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
Releases: RegioHelden/innovazammad
Releases · RegioHelden/innovazammad
v0.2.2
v0.2.1
- make number normalization independent of the PBX' No.Type field.
v0.2.0: Breaking changes:
- we now attempt to normalize PBX numbers to E123 before sending to Zammad. - relatedly: refactor TrimFirstZero option into TrunkPrefix. Earlier behaviour truncated the hardcoded string "0" from numbers, now this is configurable. Other changes: - be more verbose about zammad submission status - update PBX WSDL to v11
v0.1.4: 0.1.4
- wait for current calls to terminate before exiting
v0.1.3
- use "nohide" when searching for users during group filtering - humanize representation of GroupCacheTime in metrics
v0.1.2
- add --version option - build releases with version info - convert user search to Cn instead of e164 this should solve issues with users with custom "caller-id" number - change confpath default to /etc - remove confpath short variant
v0.1.1
Just minor release fix
v0.1.0: refactor call locking; add uuid to call tracking
We now only lock the specific call entry during Submit(), reducing contention on global call map. Additionally, we generate a UUID for each handled call to ensure uniquenes on Zammad's side.