Resources | system | virtualMediaGateway

virtualMediaGateway

The Virtual Media Gateway.

Exists on Condition /system/sbcPersonality/role ='mrfp' and /system/deploymentType != 'microservices'

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of this Virtual Media Gateway.
stateOenumerationdisabled Admin State of the Virtual Media Gateway.
modeOenumerationoutOfService The Operational mode of the VMG.
dryupTimeoutOuint3260 Duration allowed for the sessions to be terminated gracefully when the mode is set to outOfService.
actionOenumerationdryup This object controls whether calls are forced off or allowed to dryup upon a mode out-of-service.
noRtpAlarmSetThresholdOuint32100 Threshold in % which must be exceeded for raising no RTP/RTCP Alarm.
noRtpAlarmClearThresholdOuint320 Threshold in % which must be exceeded for clearing no RTP/RTCP Alarm.
minimumTerminationsForNoRtpAlarmOuint321 Minimum number of terminations required for no RTP/RTCP alarm to be raised.
maxLockDownCodecsOuint321 The maximum of number codecs allowed per m-line in an answer once the codec(s) are locked down (when MRFP is answering to an offered list of codecs) (1-10, default:1).
defaultRealmOreference The name of the default realm.
adaptiveCodecOenumerationdisabled Enable/disable for Adaptive Codec.
evsIr92CmrOenumerationdisabled Enable/disable EVS IR.92 profile CMR Handling.
evsPreferredBitrateOenumerationbr7-2 Preferred bit-rate for EVS IR.92 profile CMR Handling.
evsPreferredBandwidthOenumerationwb Preferred bandwidth for EVS IR.92 profile CMR Handling.
mediaGatewayControllerO The Media Gateway Controller of this Virtual Media Gateway.
h248SigPortO The H248 Signaling Port of the Virtual Media Gateway.

Operational Data

ParameterDescription
vmgContextDetail Displays details of Context based on specific a GCID.
vmgTerminationList Displays list of terminations on a specific Virtual Media Gateway.
vmgTerminationDetail Displays details of terminations on a specific Virtual Media Gateway.
vmgAssocState Displays details of a specific Virtual Media Gateway Assoc State.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusVirtualMediaGateway:virtualMediaGateway={name}

RESTCONF API: POST Example

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

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusVirtualMediaGateway:virtualMediaGateway={name}

  • No labels