Resources | addressContext | zone | h323TrunkGroup

h323TrunkGroup

This object is used to configure H.323 trunk group parameters.

Exists on Condition (/system/sbcPersonality/role !='slb') and (/system/deploymentType != 'microservices')

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of this H323 trunk group.
stateOenumerationdisabled Administrative state of this H323 trunk group.
modeOenumerationoutOfService Operational mode of this H323 trunk group.
actionOenumerationdryUp The action when putting this H323 trunk group outOfService.
dryUpTimeoutOuint165 Timeout value (in minutes) for the dry up action.
sendingCompleteEnblocOenumerationdisabled This indicates whether or not to send complete IE in enbloc SETUP message.
parentSharedCacLimitsPoolNameOreference An existing shared CAC pool.
policyO Policy data for this H323 trunk group.
packetOutageO Packet outage detection parameters for this H323 trunk group.
callReservationO Parameters for reserving a portion of the resources for specific call direction or type for this H323 trunk group.
cacO Call admission control parameters for this H323 trunk group.
qoeO Signaling and media quality of experience configuration.
servicesO Parameters associated with advanced services and features for this H323 trunk group.
mediaM Parameters associated with media features for this H323 trunk group.
callRoutingO Parameters and controls used for routing a call for this H323 trunk group.
ingressIpPrefixO Ingress peers matching these ingress IP prefixes will be assigned to this H323 trunk group.
RESTCONF API: GET Example

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

RESTCONF API: DELETE Example

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

  • No labels