mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix CDR - Export: to honor call center queue, ring group and recordings
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user