Skip to content

Releases: 2600hz/kazoo

4.3.112

09 Jun 22:10
258facd
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.112

Changes to branch 4.3 after version 4.3.111.

Commits

4.3.111

03 Jun 22:44
964e94f
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.111

Changes to branch 4.3 after version 4.3.110.

Commits

4.3.110

01 Jun 18:50
9ad88e0
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.110

Changes to branch 4.3 after version 4.3.109.

Commits

4.3.109

28 May 00:01
08c27de
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.109

Changes to branch 4.3 after version 4.3.108.

Commits
  • split no_plan policy for im - 4.3 - by lazedo

    when a plan is not found or im is not set we take a policy setting and apply it as default.

    this commit uses differentiated settings for regular accounts and resellers

  • HELP-14590: replacing LF with CRLF before sending emails - by icehess

    Per SMTP spec bare line feed (LF) are forbidden and

    CRLF should be used instead. Some SMTP relays and server in both ends

    are nice enough to correct bad line ending, but some don't.

    Like in one case relay server is Office 365 and receiving end is AOL.com.

    Office 365 stopped correcting line endings and AOL is not fixing it either.

    This cause the email to bounce back with Non-Delivery Report (NDR) message.

    From here:

    When bare line feed characters are included in a message, the SMTP protocol

    chunking feature is required to transmit the message between email servers.

    Chunking uses the SMTP protocol BDAT command, but the recipient's email

    server (in our case AOL) doesn't support the BDAT command.

  • KCON-1: search for conference focus before origination - by James Aimonetti

    If no target call-id is supplied, use the conference ID to search for

    the conference focus to make sure the dial command is sent to the

    right zone (otherwise the conference could be started in the local

    zone while the existing conference is in another zone).

4.3.108

21 May 23:22
934d973
Compare
Choose a tag to compare

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

4.3.107

09 May 18:52
976da94
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.107

Changes to branch 4.3 after version 4.3.106.

Commits

4.3.106

01 May 23:12
f15325c
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.106

Changes to branch 4.3 after version 4.3.105.

Commits
  • Sup UUID 43 - by noahmehl

    Corresponding back port PR for: #6495

    This is an extension of the SUP command to create the initial master account. We wanted to be able to add optional parameters for the uuid's of the account and user. This is so we can set the UUIDs ahead of time for functional testing.

  • Handle BigCouch nodes with required user auth - by Harenson Henao

  • fix ccv names - by lazedo

  • HELP-14316: test storage plans in cluster setting - by James Aimonetti

    Report that a saving of storage plans on an API server did not cause

    call-handling servers to reflect the new storage plan. Unable to

    replicate but added additional helpers to make sure plans are flushed

    on storage doc changes

  • Fixes and improvements to compaction jobs and to tasks app (#6276) - by Harenson Henao

    master

    • Move auto compaction code from kz_tasks_trigger module to

    kt_compactor module.

    • Make kz_tasks_trigger gen_server work as a local gen_server (not

    using kz_globals).

    • Fix compaction job's (csv tasks/auto compaction) call_id by

    prefixing it with YYYYMM- so it can be retrieved in later months.

    • Remove kz_globals usage from tasks app.
  • KSTE-1: Include additional parameters on local ext bridge request - by James Aimonetti

    When using local_extension (when hairpinning calls to stay on-net) in

    stepswitch, the local_extension bridge command was missing some key

    values - specifically setting Bridge-Actions with the offnet

    request's Outbound-Actions (which sets up recording on answer for

    instance).

4.3.105

23 Apr 00:14
cf09048
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.105

Changes to branch 4.3 after version 4.3.104.

Commits

4.3.104

14 Apr 23:17
2d85f11
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.104

Changes to branch 4.3 after version 4.3.103.

Commits

4.3.103

09 Apr 18:54
2ae90ae
Compare
Choose a tag to compare

Generic badge

Changes for 4.3.103

Changes to branch 4.3 after version 4.3.102.

Commits