You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Resources | system | virtualMediaGateway

virtualMediaGateway

The Virtual Media Gateway.

Exists on Condition /system/sbcPersonality/role ='mrfp'

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.
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.
h248SigPortO The H248 Signaling Port of the Virtual Media Gateway.
mediaGatewayControllerO The Media Gateway Controller of this 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.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/virtualMediaGateway/{name}

REST API: POST Example

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

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/virtualMediaGateway/{name}

  • No labels