Skip to content

3.19.17

Compare
Choose a tag to compare
@k-anderson k-anderson released this 13 Feb 19:39
· 220 commits to 3.19 since this release

Kazoo Changes

Changes to 3.19 after version 3.19.16

Resolved Tickets

Major (1)

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

Normal (2)

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

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>

KAZOO-3307

Summary:
omnipresence notifies

Description:
with the addition of force_dummy_dialog parameter to kamailio there is no longer the need to notify kamailio on initial subscribe.

also, kamailio does not honor the send_fast_notify parameter on re-subscribes, therefore omnipresence should not send the notify to avoid duplicate notifies

Reporter:
Luis Azedo <luis@2600hz.com>

Maintenance/Community Commits