  Release Summary for 4.3-108
  [![Generic badge](https://img.shields.io/badge/release_status-building-lightgrey.svg)](https://shields.io/)
  Changes to branch `4.3` after version `4.3.107`.
  * [HELP-14697: correct erroneous data in CDR](https://github.com/2600hz/kazoo/pull/6534) - _by James Aimonetti_
      `duration`, `billsec`, `progresssec` and their ilk should always be
      non-negative.
      A scenario occurred where a call leg was queued to originate in
      FreeSWITCH while an immediate hangup API call was made over
      mod_kazoo. The channel was still in `CS_NEW` and went from `DOWN` -&gt;
      `HANGUP` without ever being in `UP`.
      The result was `variable_duration` being a negative UNIX timestamp and
      throwing off all the other calculations (like Ringing-Seconds) in the
      CDR that rely on `duration`.
      This commit ensures that the variables with relative time are never
      negative.
  * [remove DTH and detergent](https://github.com/2600hz/kazoo/pull/6535) - _by James Aimonetti_
  -- 2600Hz Official <packages@2600hz.com> +Thu, 21 May 2020 23:38:27 
