Toolpack:Verifying lawful interception A

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version v2.7''''' === {{DISPLAYTITLE:Configuring Statistics}} == Installing ruby 'gem' == The Lawful Intercept filter script requires the 'json' ruby gem....")
 
(Installing ruby 'gem')
Line 4: Line 4:
 
== Installing ruby 'gem' ==
 
== Installing ruby 'gem' ==
 
The Lawful Intercept filter script requires the 'json' ruby gem.
 
The Lawful Intercept filter script requires the 'json' ruby gem.
TMedia units ([[TMG800]], [[TMG3200]], [[TMG7800]]) provided by TelcoBridges are now shipped with that 'gem' already installed.
 
  
If you have an older TMedia, or if you are using your own host, please validate that the host has the 'json' gem already installed:
+
TMedia units ([[TMG800]], [[TMG3200]], [[TMG7800]]), provided by TelcoBridges, are now shipped with this 'gem' installed.
 +
 
 +
If you have older TMedia units, or if you are using your own host, verify that the host has the 'json' gem is installed:
 +
 
 
   gem list --local
 
   gem list --local
  
In case it's missing, you can install it from a shell:
+
If it is missing, it cab be installed from a shell:
 +
 
 
   gem install json
 
   gem install json

Revision as of 10:33, 4 June 2013

Applies to version v2.7

Installing ruby 'gem'

The Lawful Intercept filter script requires the 'json' ruby gem.

TMedia units (TMG800, TMG3200, TMG7800), provided by TelcoBridges, are now shipped with this 'gem' installed.

If you have older TMedia units, or if you are using your own host, verify that the host has the 'json' gem is installed:

 gem list --local

If it is missing, it cab be installed from a shell:

 gem install json
Personal tools