Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ca7f046c8a00a0c86e9b2550016ec54396b5000a, userName='null'}
JIRAIDAUTH92385SBX-112200
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c8c601868a00a02355cd1c2f0155cd26c9b802fd, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c8c601868a00a02355cd1c2f0155cd26c9b802fd, 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]>
    xAut <value: 0 to 9, and a to f >

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

Code Block
% set profiles signaling ioiToCarrierCodeProfileioiToCarrierCodeMappingProfile 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

 

 


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

Code Block
set profiles signaling ioiToCarrierCodeMappingProfile test_ioi carrierCode 9999 xAut fd02fb05fdfc
commit


Pagebreak