4.3.41
kazoo Changes
Changes to 4.3 after version 4.3.40
Unticketed Commits
- once the RECORD_START event is received, no need to maintain a timer (#5929) by James Aimonetti
- [4.3] HELP-45578: dont override the blacklist and improved logging (#5928) * HELP-45578: dont override the blacklist and improved logging * HELP-45578: dont hide port from resellers and ci issue * fixed a broken test by bitbashing
- [4.3] Timers for kzc_recording processes to make sure they terminate (#5926) * Timers for kzc_recording processes to make sure they terminate Start a timer to limit recording time; stop kzc_recording process if the timer expires Start a timer for RECORD_STOP when recv CHANNEL_DESTROY; stop kzc_recording if the timer expires * handle AMQP reconnect by checking call status * fix the test * remove unused vars * stop timers by James Aimonetti
- Handle disconnected channels during sync (#5923) - simplify channels as json - emit channel_disconnected for local channels during sync by lazedo
- HELP-45448: Use devices name for display name (#5925) by Harenson Henao
- Voicemail callback (#5910) * Added callcack feature to cf_voicemail. * Allow callback from offnet * Fixed stalled callflow * Fixed CI checks (cherry picked from commit f37d9f9b7ee0c8f69f92def1d94b0f91be9790ee) handle dialyzer complaints by sergey-safarov