Actions

Importing a Lawful Interception .CSV File

Revision as of 10:44, 18 June 2013 by Allyntree (talk | contribs) (moved Importing lawful interception A to Toolpack:Importing lawful interception A: This is our standard naming convention)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Applies to version(s): v2.7

The list of targets to intercept is provided as a .csv file. Each configured Law Enforcement Agency points to it's own .csv file.


Lawful Intercept Targets configuration files must be formatted in a .csv (coma-separated values) format. The following columns must be present:

  • liid: Text string that uniquely identifies the target to intercept. This ID will be provided with each outgoing call on interception NAP to the Law Enforcement Agency, and in each IRI record uploaded to the FTP/SFTP server.
  • number: The phone number of the target to intercept. Any call with this number as the calling, or the called number, will be intercepted.
  • start: (optional) Starting date/time from which the interception can take place. Calls made before that date from or to the target will not be intercepted.
  • end: (optional) End date/time where this target interception ends. Calls made after that date from or to the target will not be intercepted.

*** Warning: Column names are case sensitive

Example:

 liid,number,start,end
 John Smith,5550001,2012-10-24T00:00:00-05:00,2012-10-24T23:59:59-05:00
 Joe Dalton,14503333007,2012-01-01T00:00:00-05:00,2012-12-31T23:59:59-05:00

The format of the date is as follows:

 2012-10-24T01:03:08-05:00

Generic format:

 Year-Month-Day(T)Hour:Minute:Second(timezone)

The above example expressesd in words is:

 October 24th, 2012 time 01am  3 minutes and 8 seconds. In that case, the timezone of -5 hours is for eastern time.


To upload a .csv file:

1- Click File Db in the navigation panel

Toolpack Navigation Panel FileDb A.png

2- Edit one of the listed File Db, or click Create New File Db to create a new one

3- In the Lawful Intercept Targets, section click Import (to create a new file) or Update (to modify one of the existing files)

LawEnforcementTargets A.png