Add_workflow_for_techpubs | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Panel | |
---|---|
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:
Code Block |
---|
% 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:
Caption | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||
|
To configure carrierCodeToIoiMappingProfile
, refer to the example below:
Code Block |
---|
% set profiles signaling carrierCodeToIoiMappingProfile 9999 ioi test_ioi accessValue test_access_value accessParam type
% commit |
Info | ||
---|---|---|
| ||
The SBC allows configuring a maximum of 200 entries. |
To display the configured carrierCodeToIoiMappingProfile
, refer to the example below:
Code Block |
---|
> 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:
Code Block |
---|
% delete profiles signaling carrierCodeToIoiMappingProfile 9999
% commit |
Pagebreak |
---|