Resources | addressContext | zone | sipTrunkGroup

sipTrunkGroup

Use this object to configure SIP trunk groups in this zone.

Exists on Condition /system/sbcPersonality/role !='slb'

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of this SIP trunk group.
stateOenumerationdisabled The administrative state of this SIP Trunk Group.
modeOenumerationoutOfService The operational mode for this SIP trunk group.
actionOenumerationdryUp The action when putting this SIP trunk group outOfService.
dryUpTimeoutOuint165 Timeout value (in minutes) for the dry up action.
downstreamForkingSupportOenumerationdisabled Flag describing whether Downstream Forking Supported
processSGConfigWhenTGOOSOenumerationdisabled When Trunk Group is out of service, let service group and its configuration be still available.
ucidSupportOenumerationnone UCID support flag
recordingDNpreferenceOenumerationfromHeaderOnly Recording DN matching preference flag
sipResponseCodeStatsOenumerationdisabled Flag describing whether SIP response code stats is supported
sipCssrStatsOenumerationdisabled Flag describing whether SIP CSSR stats is supported
parentSharedCacLimitsPoolNameOreference An existing shared CAC pool.
masterTgNameOreference This is the name of the Master Trunk Group Client that this trunk group will register.
tgMtrgCallsPerReqOuint1620 This value determines the number of calls that will be requested when the TRM encounters the thresholds of exhaustion. This value is currently only used if the MTRG is of type IP. This object acts as a threshold for requesting or freeing call allocation. When the number of available calls on a trunk group is less than this object, TRM requests more calls from MTRM. When the number of available calls on a trunk group is greater than 2 times this object, TRM frees calls that have been allocated by MTRM.
tgMtrgBwPerReqOuint3212400 This value determines the amount of B/W in units of 1K bits/sec that will be requested when the TRM encounters the thresholds of exhaustion has been reached. This value is only used if the MTRG is of type IP. This object acts as a threshold for requesting or freeing bandwidth allocation. When the amount of available bandwidth on a trunk group is less than this object, TRM requests more bandwidth from MTRM. When the amount of available bandwidth on a trunk group is greater than 2 times this object, TRM frees bandwidth that has been allocated by MTRM.
tgMtrgResAllocationOenumerationlocalignored IP Trunk Group resource allocation mode: LOCALIGNORED - IPTG ignores its local resource (call/BW) configuration when it has a master trunk group assigned. LOCALPREFERRED - IPTG uses up it local resource (or close to it) before request for a new resource chunk from its master trunk group. This parameter is meaningful only when an IPTG has a master trunk group assigned.
tgMtrgReqMaxCallsOunionunlimited The maximum number of calls a TG can request from MTRG; Default is unlimited
tgMtrgReqMaxBwOunionunlimited The maximum Bandwidth a TG can request from MTRG; Default is unlimited
blockDirectionOenumerationnone The blockdirection for this trunk.
policyO Policy data for this SIP trunk group.
packetOutageO Packet outage detection parameters for this SIP trunk group.
callReservationO Parameters for reserving a portion of the resources for specific call direction or type for this SIP trunk group.
cacO Call (and registration) admission control parameters for this SIP trunk group.
qoeO Signaling and media quality of experience configuration.
signalingO Parameters controlling the specifics of the SIP signaling for this SIP trunk group.
servicesO Parameters associated with various enhanced services and features for this SIP trunk group.
mediaM Parameters associated with media features for this SIP trunk group.
callRoutingO Parameters and controls used for routing a call or request to the next-hop entity for this SIP trunk group.
congestionHandlingO Parameters governing behavior when under local or peer overload for this SIP trunk group.
cmdsO
ingressIpPrefixO Ingress peers matching these ingress IP prefixes will be assigned to this SIP trunk group.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusSipTrunkGroup:sipTrunkGroup={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}/sonusZone:zone={name} --data '
<sipTrunkGroup>
     <name>{name}</name>
     <media>
     <mediaIpInterfaceGroupName>{mediaIpInterfaceGroupName}</mediaIpInterfaceGroupName>
     </media>
</sipTrunkGroup>
'

RESTCONF API: DELETE Example

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

  • No labels