Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ca7f046c, userName='null'}
JIRAIDAUTH92385
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c8c60186, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c8c60186, userName='null'}

Panel

In this section:

Table of Contents

 

Overview

Use the signaling profile Ioi to Carrier Code Mapping Profile to specify the Inter Operator Identifier (IOI) string mapped to the carrier code.

For information on other related profiles for SIP-ISUP and interworking between different SIP flavors, refer to Support for SIP-ISUP.

Command Syntax

To configure the signaling profile ioiToCarrierCodeMappingProfile, use the following syntax:

Code Block
% set profiles signaling
	ioiToCarrierCodeMappingProfile <inter_operator_identifier_string: 1-128 characters>
		carrierCode <carrier_code: 4 digits [0-9]>

Command Parameters

The parameter descriptions for profiles signaling ioiToCarrierCodeMappingProfile are as follows:

Caption
0Table
1Parameter Description - ioiToCarrierCodeMappingProfile
ParameterLength/RangeDefaultDescriptionM/O
ioiToCarrierCodeMappingProfile

1-128 characters

N/A

<profile_name> - Specifies the Inter Operator Identifier (IOI) string mapped to the carrier code.

Note: The SBC allows configuring a maximum of 200 entries.

M
carrierCode4 digits (0-9)N/A<carrier_code> - Specifies the carrier code (4-digit numeric string consisting of digits in the range 0-9) mapped to Inter Operator Identifier.M

Configuration Examples

To configure ioiToCarrierCodeMappingProfile, refer to the example below:

Code Block
% set profiles signaling ioiToCarrierCodeProfile test_ioi carrierCode 9999
% commit
Info
titleNote

The SBC allows configuring a maximum of 200 entries.

 

To display the configured ioiToCarrierCodeMappingProfile, refer to the example below:

Code Block
> show table profiles signaling ioiToCarrierCodeMappingProfile
            CARRIER
IOI         CODE
---------------------
test_ioi    9999

 

To delete the configured ioiToCarrierCodeMappingProfile, refer to the example below:

Code Block
% delete profiles signaling ioiToCarrierCodeMappingProfile test_ioi
% commit

 

 

Pagebreak