CDR Call Flow Summary add a status for Call Flows
This commit is contained in:
parent
b05fd42b0c
commit
026b2f4f44
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue