Actions

Modify Media Relay B: Difference between revisions

No edit summary
No edit summary
Line 24: Line 24:
2- Modify settings as required.
2- Modify settings as required.


[[Image:ProfileMediaRelay_1.png]]
[[Image:ProfileMediaRelay_1.png|border|100px]]


* Click '''Save'''
* Click '''Save'''

Revision as of 09:23, 9 June 2021


This article applies to: Product Version
Tmedia 2.10, 3.0, 3.2
SBC 3.0, 3.1

To configure Media Relay settings, do the following:


1- Click Media Relay in the Editing Profile window, to display the customizable options.

ProfileMediaRelay 0.png

2- Modify settings as required.

ProfileMediaRelay 1.png

  • Click Save


Path

/configurations/@[configuration_name]/profiles/@[profile_name]/voip/media_relay_options

Parameters (text)

/configurations/@[configuration_name]/profiles/@[profile_name]/voip/media_relay_options
allow_audio_transcoding       = true
allow_low_delay_media_relay   = true
codecs_selection_mode         = "Compatible codecs only"

Parameters (json)

    "media_relay_options" : {
      "allow_audio_transcoding" : true,
      "allow_low_delay_media_relay" : true,
      "codecs_selection_mode" : "Compatible codecs only",
      "low_delay_media_relay_options" : {
        "allow_other_codecs" : false
      }
    }


List of Parameters