Toolpack:Verifying lawful interception A
From TBwiki
(Difference between revisions)
Allyntree (Talk | contribs)
(Created page with "=== '''''Applies to version v2.7''''' === {{DISPLAYTITLE:Configuring Statistics}} == Installing ruby 'gem' == The Lawful Intercept filter script requires the 'json' ruby gem....")
Newer edit →
(Created page with "=== '''''Applies to version v2.7''''' === {{DISPLAYTITLE:Configuring Statistics}} == Installing ruby 'gem' == The Lawful Intercept filter script requires the 'json' ruby gem....")
Newer edit →
Revision as of 10:30, 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 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:
gem list --local
In case it's missing, you can install it from a shell:
gem install json