Kazoo v4.3.126 Release Notes

Release Date: 2020-10-20 // over 3 years ago
  • Generic badge

    ๐Ÿ”„ Changes for 4.3.126

    ๐Ÿ”„ Changes to branch 4.3 after version 4.3.125.

    Commits

    4.3 fax fixes - by bitbashing

    At the completion of a fax it uses the move_doc (which uses copy_doc) to move the fax document with its attachments to the MODB from the faxes database. However, bigcouch can return conflict despite being successful when moving attachments. Since fax documents have so many attachments the move fails frequently causing the faxes db to grow significantly.

    PISTON-1134: enforce non-empty CF number when CF is enabled - by Daniel Finke

    Do not allow users to enable call forward if they have entered an empty forwarding number

    PISTON-1141: VM setup/configurability fixes - by Daniel Finke

    vmboxes that are not set up should still offer setup when in announcement-only mode

    ๐Ÿ”ง in announcement-only mode, if configurability is disabled, go straight to mailbox

    ๐Ÿ”ง if configurability is enabled, go to config menu. The expectation is the primary action they will want is to disable announcement-only mode. They can get to mailbox with '0'

    PISTON-1144: add missing entries for kapi_notifications for voicemail_deleted - by Daniel Finke

    - Causes crashes without these if Preview mode is used for the template via cb_notifications

    PISTON-1123: Fixes voicemail forward confirmation. - by Roger Neate

    The cf_voicemail:forward_message/6 function has been refactored to consistently execute the forwarding operation as an asynchronous task and to play the confirmation of the operation synchronously. The previous flow of control was inconsistent, depending on configuration. In some circumstances, the forwarding operation was performed asynchronously, but this resulted in no audible confirmation. In other circumstances, forwarding was performed synchronously.

    ๐Ÿ‘ท PISTON-1146: handle delayed job start replies from fax_worker - by Daniel Finke

    • if job start/error reply comes in after the kz_amqp_worker:call/3

    ๐Ÿ‘ท timeout, need to handle removing jobs from serialized list in fax_jobs

    ๐Ÿš€ to avoid looping of job start attempts. Job will never be released

    ๐Ÿ‘ท from fax_jobs

    • job start/error reply becomes increasingly likely to be delayed as

    number of zones increases - kz_globals takes longer to register the

    globals

    KZOO-75: ftp url fixes - by romanats

    ๐Ÿ›  fixed use case when ftp url is entered anything else than ftp, such as ftps will return a error 500.

    KZOO-75: Added ftp url for call recording - by romanats

    This commit allows to add ftp urls inside user call recording option.