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]>
    xAut <value: 0 to 9, and a to f >

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
xAut

4-16

Note: Accepted lengths are 4, 8, 12, and 16.

Not Set

Specify the value to include in the X-AUT header when interworking between sipJJ9030InterworkingProfile flavors JJ9030 and X-Header.

xAut supports characters from 0 to 9, and a to f.

O

Configuration Examples

To configure ioiToCarrierCodeMappingProfile, refer to the example below:

% set profiles signaling ioiToCarrierCodeMappingProfile 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


To allow the inclusion of a string of up to 16 characters in the X-AUT header: 

set profiles signaling ioiToCarrierCodeMappingProfile test_ioi carrierCode 9999 xAut fd02fb05fdfc
commit