Skip to content

3.19.18

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

Kazoo Changes

Changes to 3.19 after version 3.19.17

Resolved Tickets

Blocker (1)

  • KAZOO-3332 Amount charged by topup seems to be wrong

Normal (2)

  • KAZOO-3292 As a dev, I want the backend to update the media document when we do a recording over the phone, so that I can know what is the real source of the media
  • KAZOO-3269 The preview API on "voicemail_full" returns a 200, but no e-mail is sent

Change Details

KAZOO-3332

Summary:
Amount charged by topup seems to be wrong

Description:

Reporter:
Peter Defebvre <peter@2600hz.com>

KAZOO-3292

Summary:
As a dev, I want the backend to update the media document when we do a recording over the phone, so that I can know what is the real source of the media

Description:
When recording a menu greeting over the phone, the media document has the "media_source" set to "recording", and a relevant "description".
However, it seems to set those only on a newly created media.
If update said media with text to speech, the "media_source" is set to "tts" and the description to "<Text to Speech>". If you record a greeting message after that, the message is properly replaced, but the "media_source" and "description" are not.

Reporter:
Maxime Roux <max@2600hz.com>

KAZOO-3269

Summary:
The preview API on "voicemail_full" returns a 200, but no e-mail is sent

Description:
request id: 3d6a8674eb44a6b3455b5c59ecf48733

Reporter:
Maxime Roux <max@2600hz.com>

Maintenance/Community Commits