In this section:
Use the signaling profile Carrier Code to Ioi Mapping Profile to specify the carrier code (4-digit numeric string consisting of digits in the range 0-9) mapped to Inter Operator Identifier.
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 carrierCodeToIoiMappingProfile
, use the following syntax:
% set profiles signaling carrierCodeToIoiMappingProfile <carrier_code: 4 digits [0-9]> accessParam <class | type> accessValue <access_value_string: 1-64 characters> ioi <inter_operator_identifier_string: 1-128 characters>
The parameter descriptions for profiles signaling carrierCodeToIoiMappingProfile
are as follows:
To configure carrierCodeToIoiMappingProfile
, refer to the example below:
% set profiles signaling carrierCodeToIoiMappingProfile 9999 ioi test_ioi accessValue test_access_value accessParam type % commit
The SBC allows configuring a maximum of 200 entries.
To display the configured carrierCodeToIoiMappingProfile
, refer to the example below:
> show table profiles signaling carrierCodeToIoiMappingProfile CARRIER ACCESS CODE IOI ACCESS VALUE PARAM ---------------------------------------------- 9999 test_ioi test_access_value type
To delete the configured carrierCodeToIoiMappingProfile
, refer to the example below:
% delete profiles signaling carrierCodeToIoiMappingProfile 9999 % commit