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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

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