Modify Media Relay B
From TBwiki
(Difference between revisions)
(new article-in process) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
{{DISPLAYTITLE:Modifying Media Relay Profile Settings}} | {{DISPLAYTITLE:Modifying Media Relay Profile Settings}} | ||
<br> | <br> | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |rowspan="3"|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:''' | '''To configure Media Relay settings, do the following:''' | ||
Line 24: | Line 34: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
− | /configurations/@[configuration_name]/profiles/@[profile_name] | + | /configurations/@[configuration_name]/profiles/@[profile_name]/voip/media_relay_options |
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
− | + | /configurations/@[configuration_name]/profiles/@[profile_name]/voip/media_relay_options | |
− | + | allow_audio_transcoding = true | |
− | + | allow_low_delay_media_relay = true | |
− | /configurations/@[configuration_name]/profiles/@[profile_name]/voip/ | + | codecs_selection_mode = "Compatible codecs only" |
− | + | ||
− | + | ||
− | + | ||
</pre> | </pre> | ||
'''Parameters (json)''' | '''Parameters (json)''' | ||
<pre> | <pre> | ||
− | + | "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 | ||
+ | } | ||
} | } | ||
− | |||
− | |||
</pre> | </pre> | ||
</div> | </div> | ||
Line 58: | Line 65: | ||
* [[Parameter: Allow audio transcoding|Allow audio transcoding]] | * [[Parameter: Allow audio transcoding|Allow audio transcoding]] | ||
* [[Parameter: Allow low-delay media relay|Allow low-delay media relay]] | * [[Parameter: Allow low-delay media relay|Allow low-delay media relay]] | ||
− | * [[Parameter: | + | * [[Parameter: Use RTP no-anchoring|Use RTP no-anchoring]] |
+ | * [[Parameter: Allow other codecs|Allow other codecs]] |
Latest revision as of 13:12, 25 November 2020
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.
2- Modify settings as required.
- 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 } }