Configuring Lawful Interception
From TBwiki
Applies to version(s): v2.7
Note: This procedure assumes that a Law Enforcement Agencies NAP has been created. Each Law Enforcement Agencies requires that a NAP be configured in order that the intercepted call legs are sent. NAPs can be dedicated for lawful interceptions or not.
Multiple Law Enforcement Agencies can be created in Toolpack. They operate independently of each other. They can intercept the same calls, as well as different ones.
To configure a Law Enforcement Agency:
1- Select Lawful Interception from the navigation panel
2- Enter an Indentifier for the Network Operator.
- Click Save
3- Create a Lawful Agency
- Click Create New Lawful Agency
4- Configure the Lawful Agency parameters:
- Click Save.
5- The Lawful Intercept filter is activated by the following:
- Including the 'Lawful intercept' module in your routing script: require 'base_routing'
- Include the LawfulIntercept class: include LawfulIntercept
- Adding the Lawful Intercept "after_filter" to your script: after_filter :method => :enable_lawful_intercept