Call Flow Summary add the IVR Menus status to routed
This commit is contained in:
parent
115e9e0055
commit
d6fb5ac7b8
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue