Add Call Detail Record status no answer

This commit is contained in:
FusionPBX
2023-10-25 09:37:17 -06:00
committed by GitHub
parent fd1820c399
commit 57d8d52336
3 changed files with 15 additions and 3 deletions
+3
View File
@@ -213,6 +213,9 @@
if ($billsec > 0) {
$status = 'answered';
}
if ($hangup_cause == 'NO_ANSWER') {
$status = 'no_answer';
}
if ($missed_call == '1') {
$status = 'missed';
}