Update xml_cdr.php

This commit is contained in:
FusionPBX
2025-08-07 11:43:17 -06:00
committed by GitHub
parent 154db4d841
commit b47bbe6124

View File

@@ -278,6 +278,7 @@
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";
}