Resources | addressContext | zone | h323TrunkGroup | media

media

Specifies the parameters associated with media features for this H.323 trunk group.

Configuration

ParameterPresenceTypeDefaultDescription
mediaIpInterfaceGroupNameMreference Interface group to be used for media.
mediaIpAddressOip-address0.0.0.0 The IP Address to use for media
sourceAddressFilteringOenumerationdisabled If enabled, filter out incoming media packets which do not match the expected source IP address and UDP port. If disabled, do not filter incoming media packets based on source addressing.
directMediaAllowedOenumerationdisabled If enabled, attempt to set up a direct-media path so that media flows directly between endpoints in the same direct-media group. If disabled, set up the path so that media transverses the SBC.
directMediaGroupIdOuint160 This identifies the direct media group to which this trunk group belongs.
preAllocateResPadOenumerationdisabled This indicates whether or not a resource pad is pre-allocated during an incoming fast start call procedure that results in G.711 codec selected for the call. If subsequent TCS exchange deems resource pad not necessary, it will be released. It is advisable to turn on this setting to support DTMF digit collection, such as for 2-stage dialing, when the selected codec for the call is G.711. If enabled and no resource is available, the call will fail.
slowStartOenumerationconvert Determines whether an ingress H245 Slow Start should be converted to a forward offer at egress (e.g. Fast Start) or passed thru as a reverse offer (e.g. Slow Start)."
mediaPortRangeO Allowed range of UDP port numbers for RTP/RTCP media.
RESTCONF API: GET Example

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

  • No labels