mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update xml_cdr.php
This commit is contained in:
@@ -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' ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user