This line overwrites the $uuid

We only want to get the uuid one time. This resolves that issue.
This commit is contained in:
FusionPBX 2024-08-09 10:52:21 -06:00 committed by GitHub
parent cc7197322c
commit 64b565d974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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);