Page History
Add_workflow_for_techpubs | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Panel | |
---|---|
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:
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
are as follows:ioiToCarrierCodeMappingProfile
Caption | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
|
Configuration Examples
To configure ioiToCarrierCodeMappingProfile
, refer to the example below:
Code Block |
---|
% set profiles signaling ioiToCarrierCodeProfileioiToCarrierCodeMappingProfile test_ioi carrierCode 9999 % commit |
Info | ||
---|---|---|
| ||
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 |
---|