Resources | profiles | signaling | sipJJ9030InterworkingProfile

sipJJ9030InterworkingProfile

Profile for configuring SIP JJ-90.30 behaviour.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring SIP JJ-90.30 Interworking Profile Name.
sipFlavorMenumeration Which flavor of SIP parameters and procedures is to be used.
origIoiMstring The Originating IOI.
termIoiMstring The Terminating IOI.
originatingCarrierCodeOstring The Originating Carrier Code.
terminatingCarrierCodeOstring The Terminating Carrier Code.
chargeAreaInformationMstring The Charge Area Information.
addUserEqualPhoneforDivHiInterworkingOenumerationdisabled Add user=phone and mp parameter for Diversion HistoryInfo Interworking.
setHiPresentationRestrictedOenumerationdisabled Set Presentation Indicator as restricted for HistoryInfo Interworking.
bciChargeIndicatorOenumeration The Backwards Call Indicators Charge Indicator.
bciCalledPartyCategoryOenumeration The Backwards Call Indicators Called Party Category.
bciTerminatingIsdnAccessOenumeration The Backwards Call Indicators Terminating ISDN Access Indicator.
transitPcvOenumerationdisabled Transit P-Charging-Vector icid-value, orig-ioi and term-ioi contents transparently on JJ9030 to JJ9030 calls.
transitIcidInInviteOenumerationdisabled Transit P-ChargingVector icid-value transparently in INVITE on JJ9030 to JJ9030 calls.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/signaling/sipJJ9030InterworkingProfile/{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 '
<sipJJ9030InterworkingProfile>
     <name>{name}</name>
     <sipFlavor>{sipFlavor}</sipFlavor>
     <origIoi>{origIoi}</origIoi>
     <termIoi>{termIoi}</termIoi>
     <chargeAreaInformation>{chargeAreaInformation}</chargeAreaInformation>
</sipJJ9030InterworkingProfile>
'

REST API: DELETE Example

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

  • No labels