In this section:

 

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:

% 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:

Parameter 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:

% set profiles signaling ioiToCarrierCodeProfile test_ioi carrierCode 9999
% commit
Note

The SBC allows configuring a maximum of 200 entries.

 

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

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

 

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

% delete profiles signaling ioiToCarrierCodeMappingProfile test_ioi
% commit