mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
CDR Call Flow Summary add a status for Call Flows
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user