Call Flow Summary add the IVR Menus status to routed

This commit is contained in:
FusionPBX
2023-10-21 20:57:11 -06:00
committed by GitHub
parent 115e9e0055
commit d6fb5ac7b8

View File

@@ -1106,6 +1106,11 @@ if (!class_exists('xml_cdr')) {
}
}
//ivr menus
if ($app['application'] == 'ivr_menus') {
$app['status'] = 'routed';
}
//outbound routes
if ($this->call_direction == 'outbound') {
$app['application'] = 'dialplans';