Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Releases: RegioHelden/innovazammad

v0.2.2

29 May 07:15
Compare
Choose a tag to compare
- fix username handling regression introduced in v0.2.0

v0.2.1

28 May 15:53
Compare
Choose a tag to compare
- make number normalization independent of the PBX' No.Type field.

v0.2.0: Breaking changes:

28 May 15:27
Compare
Choose a tag to compare
- 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

05 Feb 14:54
Compare
Choose a tag to compare
- wait for current calls to terminate before exiting

v0.1.3

31 Jan 14:57
Compare
Choose a tag to compare
- use "nohide" when searching for users during group filtering
- humanize representation of GroupCacheTime in metrics

v0.1.2

30 Jan 14:29
Compare
Choose a tag to compare
- 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

29 Jan 08:01
Compare
Choose a tag to compare
Just minor release fix

v0.1.0: refactor call locking; add uuid to call tracking

28 Jan 16:20
Compare
Choose a tag to compare
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.