Skip to content

4.3.60

Compare
Choose a tag to compare
@k-anderson k-anderson released this 31 Oct 23:50
· 304 commits to 4.3 since this release

Generic badge

Changes for 4.3.60

Changes to branch 4.3 after version 4.3.59.

Commits
  • HELP-10868: ignore channel bridge and log at info when a limit is exceeded - by James Aimonetti

  • MCCP-206: insert recv_dtmf immediately - by mark2600

    • queueing this will cause it to not take effect immediately
  • HELP-10392: Honor ring group members set delay (#6045) - by Harenson Henao

    Master: #6045

    When an endpoint appears multiple times in a ring group, treat them as

    separate endpoints according to their configured delay and timeout

    parameters. Also, sort the resolved endpoints by delay before sending

    them to ecallmgr.

  • KZOO-20/21: fix app used_by for port_in number - by Ming

    There are a few bugs addressed in this PR.

    Remove used_by json object under a port_in number when the associated callflow is deleted.

    An earlier bug caused used_by not set when a port_in number is

    in rejected state. Although this has been fix in this PR,

    the ramification of earlier numbers without this fix still exists.

    Therefore, this commit checks if used_by is not set properly when

    the port_in transitions to completed state.

    It also fixes another bug that a newly created phone_number as a result of

    port_in completed will preserve used_by app. That has been missing.