Update xml_cdr.php

This commit is contained in:
FusionPBX 2019-10-07 15:32:23 -06:00 committed by GitHub
parent 05dc333ef6
commit 64158012a2
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ if (!class_exists('xml_cdr')) {
$sql .= " where c.extension_uuid = e.extension_uuid \n";
$sql .= " and missed_call = true \n";
if ($this->include_internal) {
$sql .= " and (direction = 'inbound' or direction = 'outbound') ";
$sql .= " and (direction = 'inbound' or direction = 'local') ";
} else {
$sql .= " and direction = 'inbound' ";
}