Add Call Detail Record status no answer
This commit is contained in:
@@ -213,6 +213,9 @@
|
||||
if ($billsec > 0) {
|
||||
$status = 'answered';
|
||||
}
|
||||
if ($hangup_cause == 'NO_ANSWER') {
|
||||
$status = 'no_answer';
|
||||
}
|
||||
if ($missed_call == '1') {
|
||||
$status = 'missed';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user