mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
This line overwrites the $uuid
We only want to get the uuid one time. This resolves that issue.
This commit is contained in:
@@ -611,7 +611,6 @@ if (!class_exists('xml_cdr')) {
|
||||
$domain_uuid = urldecode($xml->variables->domain_uuid);
|
||||
|
||||
//misc
|
||||
$uuid = urldecode($xml->variables->uuid);
|
||||
$this->array[$key][0]['xml_cdr_uuid'] = $uuid;
|
||||
$this->array[$key][0]['destination_number'] = $destination_number;
|
||||
$this->array[$key][0]['sip_call_id'] = urldecode($xml->variables->sip_call_id);
|
||||
|
||||
Reference in New Issue
Block a user