Skip to content

Commit

Permalink
Merge pull request #412 from dmitry-sinina/1.7_auth_log_filters
Browse files Browse the repository at this point in the history
[1.7] additional filters for AuthLogs. refs #399
  • Loading branch information
dmitry-sinina committed Dec 2, 2018
2 parents 2164e94 + 803d758 commit db4d3d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/admin/cdr/auth_logs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,12 @@
filter :pop
filter :node
filter :username
filter :origination_ip
filter :transport_remote_ip
filter :transport_local_ip
filter :ruri
filter :from_uri
filter :to_uri
filter :call_id

end

0 comments on commit db4d3d2

Please sign in to comment.