Resources | system | sweCodecMixProfile

sweCodecMixProfile

This table stores the different codec mix profiles.

Exists on Condition /system/serverAdmin/hwType='ConnexIP5000'

Configuration

ParameterPresenceTypeDefaultDescription
codecMixProfileNameMstring Name of the passthrough/transcoding codec mix profile.
codecMenumeration List of supported codecs.
ptimeMenumeration Packetization time (in milliseconds).
percentageMfloat Percentage distribution for the codec.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusSystemSwe:sweCodecMixProfile={codecMixProfileName},{codec},{ptime}

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 '
<sweCodecMixProfile>
     <codecMixProfileName>{codecMixProfileName}</codecMixProfileName>
     <codec>{codec}</codec>
     <ptime>{ptime}</ptime>
     <percentage>{percentage}</percentage>
</sweCodecMixProfile>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusSystemSwe:sweCodecMixProfile={codecMixProfileName},{codec},{ptime}

  • No labels