CDR Call Flow Summary add a status for Call Flows

This commit is contained in:
FusionPBX 2023-10-21 10:40:31 -06:00 committed by GitHub
parent b05fd42b0c
commit 026b2f4f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1081,6 +1081,11 @@ if (!class_exists('xml_cdr')) {
}
}
//call flows
if ($app['application'] == 'call_flows') {
$app['status'] = 'Routed';
}
//conferences
if ($app['application'] == 'conferences') {
$app['status'] = 'Answered';