Resources | profiles | signaling | NNIProfile

NNIProfile

This table contains information about NNI Parameters.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring A unique identifier for the NNIProfile.
chargeAreaInformationOstring Allow a 5 digit number.
additionalPartyCategoryFirstOenumeration Additional Party Category Information.
additionalPartyCategorySecondOenumeration Additional Party Category Information.
callingPartyCategoryInterworkingOenumerationdisabled Select Enable to Allow Interwroking of CallingPartyCategory from Sip to Isup .
historyInfoInterworkingOenumerationdisabled Select Enable to allow HistoryInfo to Interwork between Sip and Isup and Viceversa.
enablePCVTTCParamsOenumerationdisabled Select Enable to switch on the functionality for TTC Params of P-Charging-Vector header.
setHiPresentationRestrictedOenumerationdisabled Set Presentation Indicator as restricted for HistoryInfo Interworking .
addUserEqualPhoneforDivHiInterworkingOenumerationdisabled Add user=phone and mp parameter for Diversion HistoryInfo Interworking.
contractorNumInterworkingOenumerationdisabled Contractor number parameter is interworked to/from the ttc-charging-params information in P-Charging-Vector header.
carrierInformationTransferO Contains info about carrier and poi-category and info and indicates transit carrier.
forwardCallIndicatorO Contains information about Forward call indicators.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/signaling/NNIProfile/{name}

REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles/signaling --data '
<NNIProfile>
     <name>{name}</name>
</NNIProfile>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/signaling/NNIProfile/{name}

  • No labels