<% include( '/elements/header.html', 'Search RADIUS sessions' ) %>
% #include( '/elements/table.html' ) <% ntable('#cccccc') %> Username: <% include( '/elements/tr-checkbox.html', 'field' => 'summarize', 'label' => 'Summarize', 'value' => 'Y', ) %> (leave blank to show all users) % my @part_export = qsearch( 'part_export', { 'exporttype' => 'sqlradius' } ); % push @part_export, % qsearch( 'part_export', { 'exporttype' => 'sqlradius_withdomain' } ); % % if ( grep { ! $_->option('hide_ip') } @part_export ) { IP address: (leave blank to show all IPs) % } % if ( grep { $_->option('show_called_station') } @part_export ) { Destination prefix: (country code or country code and prefix) (leave blank to show all destinations) % } Show: All sessions
Completed sessions
Open sessions Session start <% include( '/elements/tr-input-beginning_ending.html', 'prefix' => 'starttime', 'input_time' => 1, ) %> Session end <% include( '/elements/tr-input-beginning_ending.html', 'prefix' => 'stoptime', 'input_time' => 1, ) %>
<% include('/elements/footer.html') %> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('List rating data');