Resources | addressContext | zone

zone

Signaling, media, and control for a zone in the address context.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp')

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of this zone.
idMuint16 Unique numerical ID for this zone.
disableZoneLevelLoopDetectionOenumerationdisabled If enabled, shall disable Loop detection for the zone irrespective of global loop detection configuration.
dnsGroupOreference Default DNS Server Group for this zone.
remoteDeviceTypeOenumerationnone Type of device facing this zone.
domainNameOstring Fully Qualified Domain Name for this Zone.
sipRegRelayOenumerationdisabled SIP Register Relay Functionality for this Zone.
dialogTransparencyOenumerationdisabled Dialog Transparency flag.
generateCallIdWithDialogTransparencyOenumerationdisabled Flag to generate callID even if dialog transparency is enabled.
retargetSupportOenumerationuseSystemLevelConfiguration Retarget Support flag.
advancePeerControlOenumerationdisabled Flag controls mode, action and block-direction configuration in IP Peer. Access to these parameters are allowed, only when the flag is enabled.
flexiblePolicyAdapterProfileOreference The name of the flexible policy adapter profile.
gtProfileNameOreference The name of the GT profile.
registerContactProfileNameOreference The name of the registerContact profile used for fetching/creating RCB
sipHeaderForAnonymousCallOenumerationnone The header to be used when username of From header is anonymous
crankBackProfileOreference The name of the crank back profile.
aniDnisZoneloopDetectionO Perform ANI-DNIS loop detection on SIP INVITEs.
cacO Call/Registration Admission Control for this zone.
messageManipulationO Manipulation of SIP headers or content.
causeCodeMappingO Controls the mapping of CPC cause codes to/from SIP cause codes.
srvccO Configuration related to SRVCC.
tracerouteSigPortO Configuration related to traceroute.
h323SigPortO H323 Signaling Port for this zone.
sipSigPortO SIP Signaling Port for this zone.
gwSigPortO GW signaling ports for this zone
h323TrunkGroupO H323 trunk groups in this zone.
gwTrunkGroupO The Gw trunk groups for this zone.
ipPeerO Static IP peers in this zone.
mtrmConnPortO Master Trunk Group Connection Port.
relayPortO Relay Port for this zone.
sipTrunkGroupO SIP trunk groups in this zone.
filterSipSrcO Define information relate to filtering SIP message against source address.

Operational Data

ParameterDescription
callCurrentStatistics The trunk group current call statistics.
callIntervalStatistics The trunk group interval call statistics.
callFailureCurrentStatistics The trunk group current call failure statistics.
callFailureIntervalStatistics The trunk group interval call failure statistics.
trafficControlCurrentStatistics The trunk group current traffic control statistics.
trafficControlIntervalStatistics The trunk group interval traffic control statistics.
sipTrunkGroupResponseCurrentStatistics The SIP trunk group current SIP response statistics.
sipTrunkGroupResponseIntervalStatistics The SIP trunk group interval SIP statistics.
sipIpPeerResponseCurrentStatistics The SIP IP Peer Current SIP response statistics.
sipIpPeerResponseIntervalStatistics The SIP IP Peer interval SIP statistics.
h323SigPortStatus H323 Signaling Port Status.
h323SigPortStatistics H323 Signaling Port Statistics.
sipSigPortStatus SIP Signaling Port Status.
sipSigPortStatistics SIP Signaling Port Statistics.
sipSigConnStatus Table of SIP Signaling Port connection status data.
sipSigConnStatistics SIP Signaling Port Connection statistics.
sipSigPortTlsStatistics SIP Signaling TLS Connection statistics.
sipSigTlsSessionStatus Table of SIP Signaling Port connection status data.
gwSigPortStatus SIP Signaling Port Status.
gwSigPortStatistics This table contains status of the active signaling channels with other gateways.
sipPeerCacStatus Status for SIP peers with endpoint CAC configured.
sonusSipSigPeerOvldStatusEntry SIP Signaling Peer Overload Status.
peerPathchkStatus Provides ping state, local admin state and remote admin state for a peer
peerSurrRegStatus Provides Surrogate Registration state of IP Peer
peerQosStatus IP PEER QoS KPI status
mtrmConnPortPeerStatus Master Trunk Group Connection Port peer status.
mtrmConnPortPeerStatistics Statistics of Master Trunk Group Connection Port peer.
trunkGroupStatus Status for IP trunk groups in this zone.
trunkGroupQoeStatus QOE Status for IP trunk groups in this zone.
sipArsStatus Table of Address Reachability Service status.
sipRegAdaptiveNaptLearningStatistics Adaptive NAPT pinhole timer learning statistics
sipTrunkgroupPortRangeStatistics SIP TG port Range Statistics.
sipTrunkGroupCSSRCurrentStatistics The SIP trunk group CSSR current SIP statistics.
sipTrunkGroupCSSRIntervalStatistics The SIP trunk group cssr interval SIP statistics.
filterSipSrcStatistics The Statistics on filtering SIP message based on sources address.
sipCurrentStatistics The SIP trunk group current SIP statistics.
sipIntervalStatistics The SIP trunk group interval SIP statistics.
sipOcsCallCurrentStatistics The SIP trunk group current SIP OCS call statistics..
sipOcsCallIntervalStatistics The SIP trunk group interval SIP statistics.
sipInviteResponseCurrentStatistics The SIP trunk group current SIP statistics.
sipRegisterResponseCurrentStatistics The SIP trunk group interval SIP statistics.
sipByeResponseCurrentStatistics The SIP trunk group interval SIP statistics.
sipOptionResponseCurrentStatistics The SIP trunk group interval SIP statistics.
sipInviteResponseIntervalStatistics The SIP trunk group interval SIP statistics.
sipRegisterResponseIntervalStatistics The SIP trunk group interval SIP statistics.
sipByeResponseIntervalStatistics The SIP trunk group interval SIP statistics.
sipOptionResponseIntervalStatistics The SIP trunk group interval SIP statistics.
ipPeerCurrentStatistics The IP Peer current statistics.
ipPeerIntervalStatistics The IP Peer interval statistics.
cnfIpPeerIntervalStatistics The IP Peer interval statistics for CNF.
cnfSipOcsCallIntervalStatistics The SIP trunk group interval SIP statistics for CNF.
cnfSipOptionResponseIntervalStatistics The SIP trunk group interval SIP statistics for CNF.

Operations

Operation NameDescription
sipSigPortResetAll Set operation on this object resets all the statistics counts to zero on all signaling ports.
sipSigConnResetAll Set operation on this object resets all the statistics counts to zero on all signaling ports.
sipArsEndpointRecoveryAll Recovers all blacklisted endpoints in this zone
sipArsEndpointRecoveryByIp Recovers a blacklisted endpoints in this zone by ip and port
cacNonRegEndPointRemoveEntry Removes any CAC entry for the specified source IP address
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name} --data '
<zone>
     <name>{name}</name>
     <id>{id}</id>
</zone>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}

  • No labels