Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ca7f046c, userName='null'}
JIRAIDAUTHSBX-75410
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a0c86573c09001659ee33a580027, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a0c85a017fd9015a5f286f710015, userName='null'}


Panel

In this section:

Table of Contents



Info
titleNote

Applicable only for CALEA users

Overview

This section briefly describes the commands for configuring LI on M-SBC.

Info
titleNote
  • As a prerequisite to configure LI (any supported variety) on S-SBC, ensure that the Call Data Channel (CDC) and the Mediation Server are enabled and running.
  • You can configure LI using default address context only.
  • For more information on the parameters and their descriptions, refer to Intercept - CLI.

 


Configure Default LI on M-SBC

Code Block
% set addressContext default intercept callDataChannel <CDC Name> 
    interceptStandard <Default LI supported Value> 
    vendorId <Default LI Supported Values>


Info
titleNote

For Default/Legacy LI on the M-SBC, ensure that the LIF group name used to send the X3 intercepted data is the same as the interface name in the S-SBC (used to send the X2 data on the S-SBC).

 


Configure IMS LI on M-SBC

To configure IMS LI on M-SBC, configure the Media (X3) interface using the two commands shown below:

Tip
titleTip

Perform a commit after each step.


Code Block
% set addressContext default intercept callDataChannel <CDC Name> 
    interceptStandard <IMS LI flavor> 
    vendorId <IMS LI Falvour> 
    mediaIpInterfaceGroupName <LIG1 from where data is sent>

% set addressContext default intercept callDataChannel <CDC Name> 
    mediationServer <mediation server name> media <transport type> 
      ipAddress <ip address of mediation server> 
      portNumber <port number of mediation server>

Configure PSCI LI on M-SBC

Tip
titleTip

Perform a commit after each step.


Code Block
% set addressContext default intercept callDataChannel <CDC Name> 
    interceptStandard <PSCI LI supported value> 
    vendorId <PSCI LI supported value> 
    mediaIpInterfaceGroupName <LIG1 from where data is sent>

% set addressContext default intercept callDataChannel <CDC Name> 
    mediationServer <mediation server name> media <transport type> 
      ipAddress <ip address of mediation server> 
      portNumber <port number of mediation server>


# To activate:
set addressContext default intercept callDataChannel <CDC Name>
	mediationServer <mediation server name> media <transport type> 
	state enabled 
	mode inService 
pagebreak