Actions

Toolpack:Configuring lawful interception C: Difference between revisions

mNo edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10''''' ===
{{DISPLAYTITLE:Configuring Lawful Interception}}
{{DISPLAYTITLE:Configuring Lawful Interception}}
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|3.0, 3.2, 3.3
|-
|SBC
|3.1, 3.3
|}




 
'''Note:''' This procedure assumes that a Law Enforcement Agencies NAP has been created. Each Law Enforcement Agency requires that a NAP be configured to send the intercepted call legs. NAPs can be dedicated for lawful interceptions, or not.
'''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.





Latest revision as of 13:10, 22 June 2024

This article applies to: Product Version
Tmedia 3.0, 3.2, 3.3
SBC 3.1, 3.3


Note: This procedure assumes that a Law Enforcement Agencies NAP has been created. Each Law Enforcement Agency requires that a NAP be configured to send the intercepted call legs. 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- Verify that the Law Enforcement Agent was successfully created message is displayed.


Path

/configurations/@[configuration_name]/lawful_interceptions/?/law_enforcement_agencies/@[law_enforcement]

Parameters (text)

/configurations/@[configuration_name]/lawful_interceptions/?/law_enforcement_agencies/@[law_enforcement]
called_number              = ""
calling_number             = ""
destination_nap            = "IP_Tel"
name                       = "@[law_enforcement]"
targets_definition_file    = ""

/configurations/@[configuration_name]/lawful_interceptions/?/law_enforcement_agencies/@[law_enforcement]/iri_records_upload_options
backup_iri_records_locally               = false
connection_timeout                       = "15 seconds"
file_name_prefix                         = "ABXY"
iri_records_queue_length                 = 100
iri_upload_mode                          = "Grouped"
maximum_grouped_file_delay_before_upload = "15 seconds"
maximum_grouped_file_upload_size         = "64 KB"
protocol_type                            = "FTP"
server_address                           = "24.23.22.21"
server_directory                         = "/var/log/interceoted"
server_password                          = "Not Shown"
server_port                              = 21
server_user_name                         = "ServerA"

Parameters (json)

{
  "called_number" : "",
  "calling_number" : "",
  "destination_nap" : "IP_Tel",
  "iri_records_upload_options" : {
    "***meta***" : {
      "valid_url" : false
    },
    "backup_iri_records_locally" : false,
    "connection_timeout" : "15 seconds",
    "file_name_prefix" : "ABXY",
    "iri_records_queue_length" : 100,
    "iri_upload_mode" : "Grouped",
    "maximum_grouped_file_delay_before_upload" : "15 seconds",
    "maximum_grouped_file_upload_size" : "64 KB",
    "protocol_type" : "FTP",
    "server_address" : "24.23.22.21",
    "server_directory" : "/var/log/interceoted",
    "server_password" : "Not Shown",
    "server_port" : 21,
    "server_user_name" : "ServerA"
  },
  "name" : "@[law_enforcement]",
  "targets_definition_file" : ""
}


List of Parameters