For the complete documentation index, see llms.txt. This page is also available as Markdown.

Enabling Lawful Interception in a Routing Script

Applies to: Tmedia 3.0, 3.2, 3.3; SBC 3.1, 3.3

1- Click Routing script in the navigation panel.

CreateRoutingScript 0

2- Edit your main script

ImportRoutingScript 0

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?