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