Skip to content

3.18.57

Compare
Choose a tag to compare
@k-anderson k-anderson released this 13 Feb 02:49
· 6 commits to 3.18 since this release

Kazoo Changes

Changes to 3.18 after version 3.18.56

Resolved Tickets

Major (1)

  • KAZOO-3255 When a user_id and a hotdesk are chained in the same request

Normal (1)

  • KAZOO-3330 When calling to voicemail with a device that has a mixed case username BLF subscriptions to that username are not updated

Change Details

KAZOO-3255

Summary:
When a user_id and a hotdesk are chained in the same request

Description:
As a sample:

http://CUSTOMER:8000/v1/accounts/dcdb24b2679a8ecfca17e9f8eeef87da/users/2576a118af965fe303398bc3dbcefb0b/hotdesks

Reporter:
Darren Schreiber <darren@2600hz.org>

KAZOO-3330

Summary:
When calling to voicemail with a device that has a mixed case username BLF subscriptions to that username are not updated

Description:
If a device is subscribed to a mixed case username the phone will indicate for the channel creation but not for answer or destroy. Registrar is setting a presence ID with a lower-case username which results in subsequent events using a converted username.

Reporter:
Karl Anderson <karl@2600hz.org>