Actions

Configuring Statistics

Revision as of 11:30, 4 June 2013 by 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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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