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

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';