mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
CDR change direction to call_direction
This commit is contained in:
@@ -449,7 +449,7 @@ else {
|
||||
unset($database->result);
|
||||
|
||||
$sell_price = $row['call_sell'];
|
||||
$lcr_direction = (strlen($row['direction'])?$row['direction']:"outbound");
|
||||
$lcr_direction = (strlen($row['call_direction'])?$row['call_direction']:"outbound");
|
||||
$n = (($lcr_direction == "inbound")?$row['caller_id_number']:$row['destination_number']);
|
||||
|
||||
$database->table = "v_lcr";
|
||||
|
||||
Reference in New Issue
Block a user