Fix CDR - Export: to honor call center queue, ring group and recordings

This commit is contained in:
FusionPBX
2025-08-07 11:48:28 -06:00
committed by GitHub
parent ba4fb2c086
commit bce2095d5f

View File

@@ -276,6 +276,9 @@
echo " <input type='hidden' name='leg' value='".escape($leg ?? '')."'>\n";
echo " <input type='hidden' name='tta_min' value='".escape($tta_min ?? '')."'>\n";
echo " <input type='hidden' name='tta_max' value='".escape($tta_max ?? '')."'>\n";
echo " <input type='hidden' name='call_center_queue_uuid' value='".escape($call_center_queue_uuid ?? '')."'>\n";
echo " <input type='hidden' name='ring_group_uuid' value='".escape($ring_group_uuid ?? '')."'>\n";
echo " <input type='hidden' name='recording' value='".escape($recording ?? '')."'>\n";
if ($permission['xml_cdr_all'] && $_REQUEST['show'] == 'all') {
echo " <input type='hidden' name='show' value='all'>\n";
}