Toolpack:Verifying lawful interception A
From TBwiki
(Difference between revisions)
(→Applies to version v2.7) |
|||
Line 2: | Line 2: | ||
{{DISPLAYTITLE:Verifying lawful interception }} | {{DISPLAYTITLE:Verifying lawful interception }} | ||
− | '''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. | ||
Line 15: | Line 15: | ||
gem install json | gem install json | ||
− | '''Allowing SFTP password-less connection''' | + | =='''Allowing SFTP password-less connection'''== |
'''Note:''' If your IRI server uses SFTP, TelcoBridges system must be allow password less connections. | '''Note:''' If your IRI server uses SFTP, TelcoBridges system must be allow password less connections. |
Revision as of 10:40, 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 can be installed from a shell:
gem install json
Allowing SFTP password-less connection
Note: If your IRI server uses SFTP, TelcoBridges system must be allow password less connections.