In this section:
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.
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]>
The parameter descriptions for profiles signaling
are as follows:ioiToCarrierCodeMappingProfile
To configure ioiToCarrierCodeMappingProfile
, refer to the example below:
% set profiles signaling ioiToCarrierCodeProfile test_ioi carrierCode 9999 % commit
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