Resources | addressContext


addressContext

Name of the address context. The address context is a container of objects that correspond to a specific IP Addressing domain.


Configuration


ParameterPresenceTypeDefaultDescription
nameMstring
The name of the address context.
cmdsO


signalingO

Parameters controlling the specifics of the SIP signaling for this SIP Address context.
natDirectMediaGroupO

Group of Signaling IP Addresses of NAT devices amongst which Direct media is supported
ipInterfaceGroupO

Groupings of IP interfaces in this address context.
staticRouteO

Static IP routes for this address context.
dnsGroupO

DNS Server Groups in this address context.
linkDetectionGroupO

Link Detection Groups in this address context.
interceptO

Lawful Intercept Call Data Channel list for this address context.
dynamicBlackListO

The collection of DBL policers.
enhancedDBLO

The enhanced DBL related operations.
rtpServerTableO

This table is used to create a name for a RTP Server Table table.
zoneO

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

IP Access Control lists for this address context.
operatorAggregatePolicerO

operatorAggregate policer for this address context.
diamNodeO

Diameter Node configurations.
ipsecO

Ipsec configuration, security policy database, ike peer table.
realmO

A collection of IP endpoints identified by a unique name, where all IP endpoints are mutually reachable by means of IP routing without address translation

Operational Data


ParameterDescription
ipRouteStatusThis entity's IP Routing table.
logicalSigAddressBindingStatusThe collection of logical signaling address bindings
linkDetectionGroupStatusThe status of a link detection group.
linkDetectionGroupStatisticsStatistics for link failure detected per link detection group.
zoneStatusThe current status for zones in this address context.
zoneCurrentStatistics1 The Zone Statistics Current table.
zoneIntervalStatisticsThe Zone Statistics Interval table.
sipSubscriptionStatusThis table presents the active SIP subscription status for a list of SIP endpoints.
sipSubCountStatisticsThis table presents SIP relayed subscription count statistics for the sip-endpoints
sipDeletedRegStatusThis table presents the deleted SIP registration status for a list of SIP endpoints with unique id.
sipActiveRegisterNameStatusThis table presents the active SIP registration status for a list of SIP endpoints.
sipDeletedRegisterNameStatusThis table presents the deleted SIP registration status for a list of SIP endpoints.
sipActiveGroupRegStatusThis table presents the active SIP registration status for a list of SIP endpoints with unique id.
sipGeneratedSubscriptionStatusThis table presents the active SIP subscription status for a list of SIP endpoints.
sipActiveGroupRegSummaryStatusThis table presents the active SIP registration status summary for a list of SIP endpoints.
sipRegCountStatisticsThis table presents SIP registration count statistics for the sip-endpoints.
sipRegCountDomainStatsThis table presents SIP registration count statistics per domain for the sip-endpoints.
surrRegCountStatisticsThis table presents Surrogate registration count statistics for the sip-endpoints.
sipRegCountDomainCurStatsThis table presents SIP registration count per domain current statistics for the sip-endpoints.
sipRegCountDomainIntStatsThis table presents SIP registration count per domain interval statistics for the sip-endpoints.
sipSubscriptionCountStatisticsThis table presents SIP subscription count statistics for the sip-endpoints.
callSummaryStatusDetailCall Summary status table per addressContext.
callDetailStatusDetailCall Detail status table per addressContext.
callMediaStatusDetailCall Media status table per addressContext.
cnfCallSummaryStatusDetailCall Summary status table per addressContext.
cnfCallMediaStatusDetailCall Media status table per addressContext.
cnfCallDetailStatusDetailCall Detail status table per addressContext.
cacOffenderStatusRecent SIP Endpoint CAC Offenders.
relayCurrentStatisticsThe relay Count statistics.
relayIntervalStatisticsThe relay Count statistics.
relaySessionStatsThe relay Session statistics.

Operations

Operation NameDescription
sipRegistrationDeleteByIpDelete a SIP registration by IP address.[Surrogate Registrations will not be Deleted].
sipRegistrationDeleteByIdDelete a SIP registration by ID.[Surrogate Registrations will not be Deleted].
sipSubscriptionDeleteDelete a SIP subscription.
sipRegCountResetResets the SIP registration count.
sipSubCountResetReset the SIP subscription count.
sipRegistrationAdaptiveNatLearningreset/disable adaptive nat pinhole learning process
deleteRelayPortTransIdDelete a Relay Session by transaction Id.
RESTCONF API: GET Example

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

RESTCONF API: POST Example

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

RESTCONF API: DELETE Example

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

  • No labels