  Release Summary for 4.3-90
  [![Generic badge](https://img.shields.io/badge/release_status-building-lightgrey.svg)](https://shields.io/)
  Changes to branch `4.3` after version `4.3.89`.
  * [KCRO-15: expose transcription capabilities in the crossbar authentication response](https://github.com/2600hz/kazoo/pull/6342) - _by bitbashing_
      When generating a new JWT for Crossbar the response now includes the cluster id as well as a new object &#039;capabilities&#039;.  The capabilities object conveys services and settings of the cluster so the UI can modify the user experience to match.  At this time the only parameters that are exposed are voicemail.transcription.supported if a transcription service is configured with an API key and voicemail.transcription.default to inform the UI transcriptions are created by default.
  * [HELP-13433: noop email conversions to avoid errors](https://github.com/2600hz/kazoo/pull/6330) - _by James Aimonetti_
      On some email attachments (seemingly PDFs) the `iconv` program used to
      convert between character encodings (via gen_smtp/mimemail) will fail,
      causing the email to be thrown away as invalid. These emails and their
      attachments are, in fact, valid and should be processed.
      The gen_smtp commit hash is updated to change mimemail to consider
      matching `From`/`To` encodings as a no-op and avoid the call to
      `iconv` entirely. This allows the PDF to be processed out of the email
      for use by fax_smtp.
  * [Notifications for Voicemail Delete Actions](https://github.com/2600hz/kazoo/pull/6151) - _by Noah Mehl_
      As a user, I may want to receive both AMQP and email notifications when a user deletes a voicemail.
      AMQP messages (to the notifications exchange) are sent if voicemails are deleted via DTMF, delete after notify, and for crossbar actions.
      A teletype email template: notification.voicemail_deleted is included and can be activated by:
      ```
      ```
      The teletype template can be made durable by adding it to system_config/notify.default.autoload_modules.
      Right now, the voicemail delete template is essentially a copy of the voicemail new template with the Reason added.
      This is a PR to 4.3 because we haven&#039;t been able to develop against master for a bit.  We&#039;ll submit a PR to master once we have all of the approvals for 4.3.
  * [interaction view by owner](https://github.com/2600hz/kazoo/pull/6340) - _by lazedo_
      - sorts by billing_seconds
      this makes terminated calls preferred
      for users with 2+ devices
      where a b-leg could be retrieved
      for a LOOSE_RACE leg if that device
      was called first
      - add inception_direction cdr column
      so that clients don&#039;t need to know the rules
      on how to display direction of cdr
      origination/termination are the possible values
      `note:` master version will have more changes and will take a bit longer to complete
  * [Voicemail Fast Forward and Rewind - Rebased on 4.3](https://github.com/2600hz/kazoo/pull/5845) - _by Noah Mehl_
      This is a back ported version of the recently merged: https://github.com/2600hz/kazoo/pull/5662
  * [HELP-13212: Exclude attachments from being included if present](https://github.com/2600hz/kazoo/pull/6339) - _by Harenson Henao_
      master https://github.com/2600hz/kazoo/pull/6338
  * [Gateway strategies](https://github.com/2600hz/kazoo/pull/6156) - _by Shvein Anton_
      This is a feature to allow for random gateways in an offnet document.  We have PR&#039;d to 4.3 for the time being until we can develop again for master.
  -- 2600Hz Official <packages@2600hz.com> +Fri, 28 Feb 2020 00:29:57 
