Skip to content

Releases: 2600hz/kazoo

4.3.82

27 Jan 17:32
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.82

Changes to branch 4.3 after version 4.3.81.

Commits
  • Sleep less during testing - by James Aimonetti

  • PISTON-837: Added transcription to metadata & updated docs - by Dustin Brett

    Transcriptions are being saved outside of the metadata key which is what is returned when information about a voicemail is pulled from crossbar. I had originally considered changing the way transcriptions are saved to move them into metadata but decided on the approach of adding it to the return data upon request so that this will work with pre-existing transcriptions. I’ve updated the crossbar api doc also because now this data will be returned when applicable.

4.3.81

24 Jan 23:06
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.81

Changes to branch 4.3 after version 4.3.80.

Commits
  • HELP-12897: properly paginate directory's users - by James Aimonetti

    Prior, the view only indexed by the directory IDs on a user's

    doc. When paginate=false was included on a fetch of the directory,

    the directory/users_listing view did not interact nicely with the

    internal pagination protections added.

    The view arguments used [{key, DirectoryId}, {limit, 50}]; the first page would

    be returned and since the next startkey would be DirectoryId

    again, crossbar_doc gets stuck in a loop as there was no way to

    "increment" the startkey.

    Instead, the view now emits [DirectoryId, UserId] to allow

    differentiation between rows, and view options are now passed in as

    [{startkey, [DirectoryId]}]. This plays much nicer with pagination

    regardless of whether pagination has been disabled or not.

4.3.80

22 Jan 23:13
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.80

Changes to branch 4.3 after version 4.3.79.

Commits
  • Ensure trunkstore uses account doc's realm - by James Aimonetti

    Connectivity docs should not include an auth_realm as it leads users

    to confusion thinking they can set an realm separate from the

    account's - this is not the case!

    Ensure connectivity docs have the account's realm (just in case) and

    ensure Trunkstore sets the account's realm when processing calls.

4.3.79

09 Jan 19:52
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.79

Changes to branch 4.3 after version 4.3.78.

Commits

4.3.78

09 Jan 00:53
6192ec6
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.78

Changes to branch 4.3 after version 4.3.77.

Commits
  • Added configuration parameters to control cluster alerts - by Karl Anderson

    Create the following parameters on the crossbar.alerts document in system config, each is a boolean value that when false suppresses that alert category or specific type:

    • check_financials

    • check_low_balance

    • check_payment_token

    • check_port_requests

    • check_port_action_required

    • check_port_suspended

    • check_system_alerts

    For example, setting "check_financials" to false will disable both low balance and payment token alerts. To disable low balance alerts only, leave "check_financials" and set "check_low_balance" to false.

  • Update config.yml - by bitbashing

  • bump 2020 - by James Aimonetti

4.3.77

06 Jan 23:36
8439814
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.77

Changes to branch 4.3 after version 4.3.76.

Commits

4.3.76

18 Dec 20:17
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.76

Changes to branch 4.3 after version 4.3.75.

Commits

4.3.75

17 Dec 18:02
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.75

Changes to branch 4.3 after version 4.3.74.

Commits

4.3.74

14 Dec 04:10
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.74

Changes to branch 4.3 after version 4.3.73.

Commits

4.3.73

12 Dec 23:58
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.73

Changes to branch 4.3 after version 4.3.72.

Commits