mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update xml_cdr.php
This commit is contained in:
@@ -1272,7 +1272,7 @@
|
||||
|
||||
//get the application array
|
||||
if (!empty($destination_array) && !empty($row["caller_profile"]["destination_number"])) {
|
||||
if ($this->call_direction == 'outbound') {
|
||||
if ($this->call_direction == 'outbound' && !empty($row["caller_profile"]["username"])) {
|
||||
$app = $this->find_app($destination_array, urldecode($row["caller_profile"]["username"]));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user