Merge pull request #5778 from demonspork/cdr-stats-improvements

Improved Missed Call accuracy, cdr statistics, and hide duplicated CDRs from Enterprise Ring Groups
This commit is contained in:
FusionPBX
2021-02-24 17:37:27 -07:00
committed by GitHub
8 changed files with 106 additions and 35 deletions

View File

@@ -587,7 +587,7 @@
--if the recording is below the minimal length then re-record the message
if (message_length > 2) then
--continue
session:setVariable("voicemail_message_seconds", message_length);
else
if (session:ready()) then
--your recording is below the minimal acceptable length, please try again