Enabling Lawful Interception in a Routing Script
1- Click Routing script in the navigation panel.
2- Edit your main script
3- The Lawful Intercept filter is activated as follows:
Include the 'Lawful intercept' module in your routing script: require 'base_routing'
Include the LawfulIntercept class: include LawfulIntercept
Add the Lawful Intercept "after_filter" to your script: after_filter :method => :enable_lawful_intercept
Script example
Last updated
Was this helpful?