Skip to content

4.3.108

Compare
Choose a tag to compare
@k-anderson k-anderson released this 21 May 23:22
· 162 commits to 4.3 since this release
934d973

Generic badge

Changes for 4.3.108

Changes to branch 4.3 after version 4.3.107.

Commits
  • HELP-14697: correct erroneous data in CDR - 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 ->

    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 - by James Aimonetti