Prevent orphaned data in voicemail destinations (#7376)

This commit is contained in:
Antonio Fernandez
2025-05-21 13:31:03 -04:00
committed by GitHub
parent 261ab4f2ae
commit 913757a772

View File

@@ -412,6 +412,9 @@
$array['voicemail_greetings'][$x]['domain_uuid'] = $this->domain_uuid;
}
$x++;
$array['voicemail_destinations'][$x]['voicemail_uuid_copy'] = $voicemail_uuid;
$array['voicemail_destinations'][$x]['domain_uuid'] = $this->domain_uuid;
$x++;
}
}